i need some info ( how to make ALTERED Pieces )
plz plz plz :(
plz plz plz :(
i want to make new one :DQuote:
@Sherock
You should not need to make altered pieces they are in the database...
910064
910065
910066
910067
910068
910069
910070
910071
910072
910073
910074
910075
910076
If your character is a GM with permission 100 you can use this command in chat...
//item 910064 1
The last number is how many you would like inserted.
Or you can put them into a shop.
Then you're gonna need to familiarize yourself with the following:Quote:
i want to make new one :D
dbo.ItemResource that's ok done !!Quote:
Then you're gonna need to familiarize yourself with the following:
- The inner workings of dbo.ItemResource
- Creating a LOAD DB<- ->SAVE RDB tool
- Dumping (using IDA Pro) SFRAME/CAPTAINHERLOCK .h (C++ Headers) for flag enumerations
Good luck :D
It is an issue with the RDB writer you are using.Quote:
i have also one problem ( when i make my string resource i had a terrible problem => the game give me error when i put the mouse on the icons skills .. as i said the problem appears when i make my string resource )
:( :( :(
((or writing your own RDB writer that is compatible with 8.1 skill tool tips))Quote:
It is an issue with the RDB writer you are using.
It was created for 7.4 and as of 8.1 there are a lot more functions to the skill tool, tip strings.
You would be better off hex editing the RDB of the client manually to edit string values, or writing your own RDB writer that is compatible with 8.1 skill tool tips.
-Keep using the original db_string.rdb (don't create a new one with the writer you used)Quote:
now how can i solve this problem :(