Jump to content

kerbiii

Members
  • Content Count

    342
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerbiii

  1. kerbiii

    storage npc

    thnx will try to edit it
  2. kerbiii

    storage npc

    storage that store weapons and armors only, and you cannot access it using @storage or kafra storage, only by custom npc and custom command for it.
  3. kerbiii

    storage npc

    need help on script for a custom storage npc, this storage is different from normal kafra storage, let say its like storage2, is this possible?
  4. kerbiii

    Dummy Monster

    edit your emperium breaker test and change the mob ID
  5. i tried this one its not working did i miss something? - script clone -1{ OnPCLoginEvent: clone "prontera",148,183,strnpcinfo(3)+"::OnClone",getcharid(0); end; }
  6. //-- RK_HUNDREDSPEAR 2004,1000:900:800:700:600:500:400:300:200:100,500,0,0,0,100,-1 try this 2004,1000:900:800:700:600:500:400:300:200:100,500,0,0,0,0,-1
  7. what do i need to put on event and charID? i want it to clone themselves
  8. everytime a character login their clone will spawn on a specific area and everytime they logout their clone will also die something like this: OnPCLoginEvent: Clone NAME "Prontera",150,150 OnPCLogoutEvent: Killclone NAME
  9. i add new cards on my server, i need help on how to add image on them when you click (VIEW) my new cards dont have that view button
  10. jabote will that work on every npc on the whole server?
  11. how to add reward when you click the npc and the npc will teleport
  12. is there a way to convert replays into mp4?
  13. setwall "mapname",x,y,6,7,0,"wallname"; what is the use of (6,7,0)
  14. i tried setwall and now i cant remove the wall anymore. even if i delete the script the wall stays there.
  15. put does in data/ the guide dont says anything about having mapcache maker :| after i make the map_cache.dat what will i do to it? done i copy it on my winscp and recompile my server now after warping to the map i got error ResourceError: Cant find file **********mapmapname.bmp but it was a successful but everytime i warp i got resourceerror
  16. i followed this guide: http://rathena.org/wiki/Custom_Maps#Adding_Custom_Maps i did everything right, name everything right and the guide says delete the old mapcache.dat so whats next after i follow the guide? i tried to using this on putty scr/tool make mapcache = nothing to mapcache trunk/ ./mapcache = error cannot find c:pathyourro/map.gat but first thing i want to know where should i put those .gat .extra .gnd .rsw files?
  17. i have this .gat .extra .gnd .rsw but i dont know where to put them i follow the guide on rathena but on my putty it says map.gat not found
  18. thnx, one last thing the query sql cart deletion dont wipe the cart if the cart is turn off or removed, is there a way to delete even if the cart is Off or removed?? or maybe disable cart removal on specific map done i solved it thnx for the help guys
  19. This is meant to delete items from a player's cart? why not use: <header>,{ atcommand "@clearcart"; atcommand "@itemreset"; end;} this can work, only if your cart is on, can you give make me a script something like this if ( BaseJob == Merchant ) No cart = ignore with cart = talk ah but i still need the sql cart deletion, to put it in OnPCLogoutEvent:
×
×
  • Create New...

Important Information

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