Cretin
Members-
Content Count
15 -
Joined
-
Last visited
About Cretin
-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Not showing the Statue Player how to fix this
-
but they can use #item Playername ammount
-
cant find this line on my src/map/status.c
-
hey dude. i found it by my self. try change this 1 sc_start(src,bl,type,100,skill_lv,skill->get_time2(skill_id,skill_lv)); make it 0 lik sc_start(src,bl,SC_INCATKRATE,100,-20,skill->get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_INCMATKRATE,100,-20,skill->get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_INCHITRATE,100,-20,skill->get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_INCFLEERATE,100,-20,skill->get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_INCDEFRATE,100,-20,skill->get_time2(skill_id,skill_lv)); 2 sc_start(src,bl,type,0,skill_lv,skill->get_time2(skill_id,skill_lv));
-
i have a problem with this also. waiting for someone who answer. please help us!
-
Increasing max values allowed in itemdb
Cretin replied to ScriptingPhailure's question in Database Support
sir, can you please elaborate what should i do how to enable 30k + item_db? im new here in hercules. -
try this one!! if (sc->data[SC_FUSION]) { int hp= sstatus->max_hp; if (sd && tsd) { hp = 0*hp/100; if ((sstatus->hp * 100) <= (sstatus->max_hp * 0)) hp = sstatus->hp; } else hp = 0*hp/100; //2% hp loss per hit status_zap(src, hp, 0); }
-
this is not latest bro.
-
how can i fix this need help please. i already import the clean item_db.conf of hercules den recompiled but nothing happened. always get me error like this!
-
help also here sir. i already try to import clean item_db.conf from hercules but it always show me this error
-
is there anyone who can make a toasty woe controller here ? because in rAthena the link is dead. revive the toasty woe controller!
-
thanks sir meko. :')
-
here's my script. the item script is correct but i want is every time i click this item, it will display a message like this. please see attached file. like Gained 1 Cash Point and check cash point Total 100 points. 13763,5_Anniversary_Coin_Box,Coin Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ set #CASHPOINTS, #CASHPOINTS + 1; },{},{} thanks a lot for those who can help me.
-
thanks for reply i already try it and after recompiling it. nothing happened!!
-
hello guys can someone help me. i want to change my major city into poring_w02. from prontera to poring war. i dunno what is wrong please help me!