need guyak pudding solution

madtoyz

New member
Messages
173
Points
0
i make this thing.

12710,Guyak_Pudding,Guyak Pudding,2,0,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp1,300000,0; },{},{}
but when use guyak,charc will be stone.

http://ratemyserver.net/re_item_db.php?item_id=12710&ird=0&small=1&back=1

screenRenzoReborn112_zps35690c60.jpg


 
Find the new SC in const.txt and replace SC_SpeedUp1. That also happens if you still use SC_INCREASEAGI via buffer npcs.

 
In official DB Guyak Pudding has no script:

db/re/item_db.txt:

https://github.com/HerculesWS/Hercules/blob/master/db/re/item_db.txt

Anyways, SC_SpeedUp1 was long time changed to SC_MOVHASTE_INFINITY since it's the official name on the official servers. Some other effects have been also changed such as SC_INCREASEAGI to SC_INC_AGI as mofo said. So change that SC_SpeedUp1 to SC_MOVHASTE_INFINITY and the script will be OK again.

FYI: Using an invalid SC_ name will result on applying que SC numbered zero, which is SC_STONE in /db/const.txt.

Hope I helped.

 
In official DB Guyak Pudding has no script:

db/re/item_db.txt:

https://github.com/HerculesWS/Hercules/blob/master/db/re/item_db.txt

Anyways, SC_SpeedUp1 was long time changed to SC_MOVHASTE_INFINITY since it's the official name on the official servers. Some other effects have been also changed such as SC_INCREASEAGI to SC_INC_AGI as mofo said. So change that SC_SpeedUp1 to SC_MOVHASTE_INFINITY and the script will be OK again.

FYI: Using an invalid SC_ name will result on applying que SC numbered zero, which is SC_STONE in /db/const.txt.

Hope I helped.
thx,its working now..

but i got problem when my cursor go at icon increase,automatic will kickout from the game..

 
Don't know what you mean with that. Could you please rephrase it?

 
explain with video.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
In official DB Guyak Pudding has no script:

db/re/item_db.txt:

https://github.com/HerculesWS/Hercules/blob/master/db/re/item_db.txt

Anyways, SC_SpeedUp1 was long time changed to SC_MOVHASTE_INFINITY since it's the official name on the official servers. Some other effects have been also changed such as SC_INCREASEAGI to SC_INC_AGI as mofo said. So change that SC_SpeedUp1 to SC_MOVHASTE_INFINITY and the script will be OK again.

FYI: Using an invalid SC_ name will result on applying que SC numbered zero, which is SC_STONE in /db/const.txt.

Hope I helped.
thx,its working now..

but i got problem when my cursor go at icon increase,automatic will kickout from the game..
 "MOVHASTE_INFINITY" icon produced the error

 
Last edited by a moderator:
Thank you sir sevenzz23 but the speed is like authorative  bandage
 
insted use this
 
SC_MOVHASTE_INFINITY 
 
 
 
You have only two options. is either HORSE or INFINITY You have only two options. is either HORSE or INFINITY
 
 
After applying SC_MOVHASTE_INFINITY in my guyak_pudding itemdb
 
then try it to my server, I don't receive any error after the icon disappear.
 
  • Upvote
Reactions: LEE
Back
Top