Jump to content

Cretin

Members
  • Content Count

    15
  • Joined

  • Last visited

Everything posted by Cretin

  1. Not showing the Statue Player how to fix this
  2. but they can use #item Playername ammount
  3. cant find this line on my src/map/status.c
  4. 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));
  5. i have a problem with this also. waiting for someone who answer. please help us!
  6. sir, can you please elaborate what should i do how to enable 30k + item_db? im new here in hercules.
  7. 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); }
  8. Cretin

    FAILED ASSERTION

    this is not latest bro.
  9. 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!
  10. help also here sir. i already try to import clean item_db.conf from hercules but it always show me this error
  11. is there anyone who can make a toasty woe controller here ? because in rAthena the link is dead. revive the toasty woe controller!
  12. 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.
  13. thanks for reply i already try it and after recompiling it. nothing happened!!
  14. 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!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.