lol, why those kind of jokes, that skill code is an invalid warlock skill param, skill params are hard coded in gameserver, and not all gameservers use the same codes.Quote:
try to replace it with "1752654965"
Only if you know all constant offsets, and each constant is used to select a certain logic to execute a certain skill.Quote:
is there a way of pulling all the skill param codes from the game server?
okay thanks for the tip. twsro is working great. im looking for time to look at csror again as people mentioned that is has some extra features like exchange system but that doesnt worry me as much as stability of files and known exploits etc so i will have to do some research on csror and twsro :)Quote:
Only if you know all constant offsets, and each constant is used to select a certain logic to execute a certain skill.
btw, did absorption skills work in twsro, and did it use the standard code ?
@silkroadbotter how is the progress on twsro ?
lol, i am not asking if it works or not, because i know, that constant doesn't exist in gs assemly a simple search with ollydbg could let you know, It's not rocket science. but you can make it work if you edit your gs, or just use the right param.Quote:
yup :D btw the param code I mentioned before wont work with CSRO gameserver ..
Run a local server, and use monitoring tools to analyze all the sql calls and solve all the missing/inconsistent data lines and all the invalid/missing stored procedures/functions and you will be good to go.Quote:
Are all DBs necessary or is there just one fixed shard?
There are 3 Shard DBs inside which is the "fixed" oneQuote:
Run a local server, and use monitoring tools to analyze all the sql calls and solve all the missing/inconsistent data lines and all the invalid/missing stored procedures/functions and you will be good to go.