Itemdata edit

06/09/2021 20:01 waa2#1
Hi, how do i edit the re-use time of an item like zerk potion, hp potion and so on?
Aim: is to make the re-use time of this net yellow item, for knight and captain quest, zero. I think It's place is in itemdata25000
[Only registered and activated users can see links. Click Here To Register...]
06/09/2021 22:05 OKeks#2
If you relog your char, you can use them 3 times faster.
Smart solution...
06/09/2021 22:22 waa2#3
Quote:
Originally Posted by OKeks View Post
If you relog your char, you can use them 3 times faster.
Smart solution...
I'm really noob xD you made me laugh
thanks bro <3
but it's still better if we edit the cool down time itself in case if we needed for other stuff xD
06/12/2021 00:51 janicka#4
Hardcoded in GS, you can try search value of time to reuse item, then change it and you will see result if it works, on ItemData, its only client sided, so you will see only notice "you cant use item" or similar if you change it. Also any DB edit wont solve it. Maybe if you make whole new trap item and add it to script, maybe it will bypass GS but its only theory.
06/14/2021 18:46 waa2#5
Quote:
Originally Posted by janicka View Post
Hardcoded in GS, you can try search value of time to reuse item, then change it and you will see result if it works, on ItemData, its only client sided, so you will see only notice "you cant use item" or similar if you change it. Also any DB edit wont solve it. Maybe if you make whole new trap item and add it to script, maybe it will bypass GS but its only theory.
I already tried searching for the value of time but didn't find it, i'll work on it next days, if i found a solution i'll post here