kerbiii
Members-
Content Count
342 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kerbiii
-
thnx will try to edit it
-
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.
-
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?
-
edit your emperium breaker test and change the mob ID
-
total account deletion?
-
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; }
-
changes to skill_cast_db not taking effect
kerbiii replied to PunkBuster's question in Database Support
//-- 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 -
what do i need to put on event and charID? i want it to clone themselves
-
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
-
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
-
Is there another way to reload scripts?
kerbiii replied to Lulu's question in General Server Support
jabote will that work on every npc on the whole server? -
how to add reward when you click the npc and the npc will teleport
-
is there a way to convert replays into mp4?
-
Is this New Cards available also on hercules?
kerbiii replied to themon's question in Database Requests
where to find that monster? -
dragon breath water misses
-
setwall "mapname",x,y,6,7,0,"wallname"; what is the use of (6,7,0)
-
i tried setwall and now i cant remove the wall anymore. even if i delete the script the wall stays there.
-
My Edp dont Add damage it only Reduce damage
kerbiii replied to ejieswak1453's question in Script Requests
normal attacks or skill? -
do we have a guildlock?
-
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
-
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?
-
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
-
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
-
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: