-
Content Count
500 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by kyeme
-
Nag nenegative sya sa pre-renewal kapag 131 pataas ang DEF + Refine Def ng item. example: 121 def ng Guard_ at refine mo sa +10 magiging negative na ang iyong Def. Bug nga siguro, kailangan magkaroon ng Def Cap ang defense sa pre-renewal
-
I made a bug report regarding your issue. http://herc.ws/board/tracker/issue-7834-dispel-issue/
-
rAthena is currently working on this feature.. http://rathena.org/board/topic/76661-vip-system/?p=232473 (Just saying )
-
Here - script atcmd_warpdelay -1,{OnInit: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",0,99; end;OnAtcommand: set .@min,5; //delay in mins set .@gmlvl,99; // GM lvl to bypass the delay set .@delay,.@min * 60; if (warpdelay > gettimetick(2) && getgmlevel() < .@gmlvl) { set .@delaytime,warpdelay - gettimetick(2); message strcharinfo(0),"You must wait "+.@delaytime+" seconds to use this command again."; end; } setarray .@param$,.@atcmd_parameters$[0],.@atcmd_parameters$[1],.@atcmd_parameters$[2]; set .@map$,implode(.@param$," "); atcommand "@warp "+.@map$+""; set warpdelay,gettimetick(2) + .@delay; end;}
-
Ohh thank you how to set it for group level 2 and below only Here: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",2,99; 99 is for Group lvl 99.. you can control the player for example: #warp kerbii prontera
-
Ohh thank you
-
- script atcmd_warpdelay -1,{OnInit: bindatcmd "warp",strnpcinfo(3)+"::OnAtcommand",0,99; end;OnAtcommand: set .@min,5; //delay in mins set .@delay,.@min * 60; if (warpdelay > gettimetick(2)) { set .@delaytime,warpdelay - gettimetick(2); message strcharinfo(0),"You must wait "+.@delaytime+" seconds to use this command again."; end; } setarray .@param$,.@atcmd_parameters$[0],.@atcmd_parameters$[1],.@atcmd_parameters$[2]; set .@map$,implode(.@param$," "); atcommand "@warp "+.@map$+""; set warpdelay,gettimetick(2) + .@delay; end;}
-
@themon can you share your translated quest window? This -> http://herc.ws/board/index.php?app=downloads&module=display§ion=screenshot&record=456&id=71&full=1
-
Ano ang resulta sa Grimtoot issue? ~Ang negative def ay na confirmed ko sa pre-renewal: Ginawa ko 120 Def ang guard[1] at sinuot ko at naging negative ang Def.
-
Yes and emblem_woe_change // Do we allow to change guild emblem during woe_time ?emblem_woe_change: yes
- 8 replies
-
- transparent
- guild
- (and 4 more)
-
Awesome Thanks for this master Ai4rei, I hope they will merge this
- 8 replies
-
- transparent
- guild
- (and 4 more)
-
SUPEEERR WOW
-
2. I can confirm using 2013 -08-07 3. Works mine , Im using 2013-08-07 too. (Question: Did you set the client_hash_check: on?)
-
how to increase atk bonus in every 10 stat points
kyeme replied to brosss241's question in General Server Support
When using item? And i dont know if base attack or attack power anyways, try this.. On every 10 Str your base attack will increase by 5 bonus bAtk,readparam(bStr)/10 *(5); -
Add to your script: sc_start SC_SOULLINK,240000,5; //Soul link for 4 minutes
-
1. Na confirmed ko, maaaring bug? 2. Punta ka sa battle.c at lagyan mo lang ng "//" ang case AS_GRIMTOOTH: after nun i-recompile mo ang iyong server. 3. Ang sinasabi mo ba ay hindi nakikita sa ALT + Q (status window) yung mga items na meron % attack? ... Ito ay gumagana pero hindi nga lang kita sa ALT + Q
-
Function getcharname()
kyeme replied to Mumbles's topic in Quest, Shops, Functions & Algorithms Releases
@Mumbles Question: What if for example, the character deletion is still ongoing, but suddenly someone logins that same account, what will happen then? -
Awesome updates. Thank you. @Allow chat flood and Allow space in guild name Sorry I wasn't able to tell you that its not working with Shaktos's xdiffgen. Do you have a solution for this? @ForceClientHash is working now @CustomShield I dont know why snot showing the Shield when attacking or being attacked (i already have your .lua files)..Im using 2013-08-07
-
There's a difference in using partylock and the commands from Aegis. Because partylock is a combination of PREVENT_PARTY_MAKE, PREVENT_PARTY_JOIN, PREVENT_PARTY_LEAVE, PREVENT_PARTY_EXPEL
-
Ill need to look into how ForceClientHashPacket is implemented (wew that was a mouthful) looks like there was a bug with replacing dword i have fixed it now. I'll update the repo today with all the updated stuff. Thank you. Found another bug on "Allow chat flood" when I set to 255, I cant type anything. And "Allow space in guild name" is not working also.. Im using 2013-08-07 ragexe
-
Here http://rathena.org/board/topic/78975-autopots/?hl=autopots
-
@Neo do you have any plans to implement the ForceClientHashPacket? @edit The CustomWindowTitle is not working? My ragexe is 2013-08-07
-
@killmonster/@killmonster2 is for GM command, and 'killmonsterall' is for the script command.
-
Im now using the command 'killmonsterall' in my server. But the monster doesn't drop an item. Is this intended? The documentation didn't mention that the command 'killmonsterall' will not make the monsters drop an item.