Jump to content

goddameit

Members
  • Content Count

    59
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by goddameit

  1. Add what you want at here http://i.imgur.com/w9SetVJ.png
  2. Preview : http://bit.ly/Z0ECZx Introduction : You can hire this npc, it will follow you and give you buff. Download : dedicated_npc_3.txt More NPC : First add new npc like this: ,,,duplicate(DedicatedNPCMain)Add new name define into .npc_name$setarray .npc_name$[0],"Dedicated Poring AAA","Dedicated Poring BBB","Dedicated Poring CCC"; Time Set : 60 seconds set getvariableofnpc(.npc_time[@id_use],"DedicatedNPCTimer"),gettimetick(2)+60; Update : 2014/02/27 : http://herc.ws/board/topic/4107-dedicated-npc-v2/?p=27298 http://rathena.org/board/topic/74607-dedicated-npc-v2/?p=244414 2014/01/24 : Rewrite timer and npc runner. Edit : No repairall? >> reply
  3. system will refresh it every 1min ----------------------------------------- update
  4. This system will give title (by @fakename) to who is on the list automatically. Preview: ----------------------------------------------------------------- Download: Script GD_PK_TITLE_2.txt (info) GD_PK_TITLE.txt SQL http://pastebin.com/download.php?i=g2qTV36N ----------------------------------------------------------------- Command: @delpktitle for clean the datebase @refhpktile for refresh the datebase ----------------------------------------------------------------- Setting: Define this rank is top 2 of killer set .SP_RANK,2;Define system will give "[MVP]" to top 1 player function GETTILE { switch(getarg(0,0)) { case 1: return "[MVP]"; default: return ""; } }
  5. If those come from what you done, you should show us what you're trying, if not, you can report it to developer http://herc.ws/board/tracker/
  6. http://rathena.org/board/topic/86515-who-return-a-shop-vending-title/?view=findpost&p=218623
  7. if damage do on 7x7, then you're doing in right way
  8. goddameit

    Luk & Thawing

    tick = status->luk>199?0:tick; is this not a time of freezing?
  9. http://rathena.org/board/topic/86303-how-can-i-make-clone-a-skill/?view=findpost&p=217753
  10. You can add an invisible one to bear this attack
  11. This part md = mob_once_spawn_sub(src, src->m, src->x, src->y, iStatus->get_name(src), 2308, "", SZ_SMALL, AI_NONE);
  12. http://en.wikipedia.org/wiki/Uninitialized_variable
  13. http://herc.ws/board/tracker/project-1-core/
  14. goddameit

    Core Dump Help

    have you done anything? I guess, your function trying to run something on dead none date monster (I see some error value appear on somewhere ex:damage = -1076927272)
  15. I guess this is client problem
  16. if lost, just re-giving it again
  17. You can increase it to make it faster
  18. #define MAX_SHOPITEM 1000
  19. yep, you will need to refresh client by relogin or else (jump, warp,...)
  20. File Name: Forcibly Strip File Submitter: goddameit File Submitted: 23 Jul 2013 File Category: Source Modifications Info : http://goo.gl/RXACXL Preview : -------------------------------------------------------------------- Click here to download this file
  21. Version v.1

    148 downloads

    Info : http://goo.gl/RXACXL Preview :
×
×
  • Create New...

Important Information

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