Jump to content

Famous

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Famous

  1. try to follow this guide http://rathena.org/wiki/Basic_Scripting
  2. Famous

    custom suit

    try to use this http://www.eathena.ws/board/index.php?showtopic=264313
  3. how to make 8 hours? afk_timeout: 0
  4. Famous

    @afk

    try to use this http://rathena.org/board/topic/71389-afk-with-afk-hat/
  5. Hi can I ask question is it posible to use Battle ground without battle ground equips?
  6. I would like to request for this script will give automatic prize to the winner Custom Battle Ground_goddameit+TrojanWorm.txt
  7. I already fix the diff hmm and try again but is steal cannot bypass do i need to include the eathena diff
  8. some player got this error I think there is missing on there files but I'm not sure.. how to fix this?
  9. Hello itried to patch it but i got error on this part //Prevent mass item usage. [skotlex] if( DIFF_TICK(sd->canuseitem_tick, tick) > 0 || - (itemdb_iscashfood(sd->status.inventory[n].nameid) && DIFF_TICK(sd->canusecashfood_tick, tick) > 0) + (itemdb_iscashfood(sd->status.inventory[n].nameid) && DIFF_TICK(sd->canusecashfood_tick, tick) > 0) || + DIFF_TICK(sd->canusehealingitem_tick, tick) > 0 ) return 0;
  10. rnd()%100 < i && I already remove this part when trying to strip its says skill has failed.. here's my skill.c http://www.mediafire.com/?bcboaw2h7bzd7jo
  11. @MarkZD I'd tried to used and I failed.. it work's on compiling when testing on game soul link + glistening are both working but when we tried to use single strip to enemy we cannot remove single armor,helm etc.. @cydelion your code is working thanks but still I have problem with the bypass of strip..
  12. pc_delitem( sd, x, 1, 0, 0, LOG_TYPE_CONSUME); <--- i got this line error
  13. Can I request a script that can use @killmonster2 every 15minutes example map prontera How to make this script every 10minutes or 15minutes?
  14. where can I find this pcdelitem should i just change this one pc_delitem( sd, ii, 1, 0, 0); to pc_delitem( sd, x, 1, 0, 0, LOG_TYPE_CONSUME);
  15. there is always a mobs respawn on the middle of Prontera I ddint remember if I put an script of it... All I want is to remove this mvp mobs from the Prontera need help..
  16. like this topic http://www.eathena.ws/board/index.php?showtopic=264098&st=0
×
×
  • Create New...