• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RYL Skill Dev - Help about Class

Initiate Mage
Joined
Aug 9, 2023
Messages
3
Reaction score
0
Can anyone share or give some hint about class skill. if edit direct from itemscript class skill. it will not effect ingame class.
Example : Pain Sharing class warrior can use it.

thanks.
 
Experienced Elementalist
Joined
Dec 25, 2008
Messages
234
Reaction score
82
Hello
The skills of all classes are hard coded in gameserver.exe. But they can be changed. For example, 0x8505 is the defender skill, so if he were a warrior, then he would be 0x8605, that is, the numbers 5 and 6 are the classes. But even if you change them in Assembly, according to the skill id, the class's skill drop is from monsters and hard coded gameserver.exe. Changing or adding it is much more complicated. It's easier then to put the NPC up for sale. And most likely, you should make more space under gameserver.exe and make jumps for the given new skills from the right places when you make new skills. You can easily change a witch's number in class
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Aug 9, 2023
Messages
3
Reaction score
0
i already tried to search the constant. and the result same like skillscript ID example PUSH 8605 it goes to skill id 0x8605 can u give me more info? thanks so much brother for helping .
 
Back
Top