Jump to content

kyeme

High Council
  • Content Count

    500
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by kyeme

  1. 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
  2. I made a bug report regarding your issue. http://herc.ws/board/tracker/issue-7834-dispel-issue/
  3. rAthena is currently working on this feature.. http://rathena.org/board/topic/76661-vip-system/?p=232473 (Just saying )
  4. 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;}
  5. 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
  6. - 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;}
  7. @themon can you share your translated quest window? This -> http://herc.ws/board/index.php?app=downloads&module=display&section=screenshot&record=456&id=71&full=1
  8. 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.
  9. Yes and emblem_woe_change // Do we allow to change guild emblem during woe_time ?emblem_woe_change: yes
  10. Awesome Thanks for this master Ai4rei, I hope they will merge this
  11. kyeme

    MAC IP Address

    You patch it manually
  12. 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?)
  13. 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);
  14. Add to your script: sc_start SC_SOULLINK,240000,5; //Soul link for 4 minutes
  15. 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
  16. @Mumbles Question: What if for example, the character deletion is still ongoing, but suddenly someone logins that same account, what will happen then?
  17. 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
  18. 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
  19. 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
  20. kyeme

    @autopots

    Here http://rathena.org/board/topic/78975-autopots/?hl=autopots
  21. @Neo do you have any plans to implement the ForceClientHashPacket? @edit The CustomWindowTitle is not working? My ragexe is 2013-08-07
  22. @killmonster/@killmonster2 is for GM command, and 'killmonsterall' is for the script command.
  23. 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.
×
×
  • Create New...

Important Information

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