Jump to content

mR L

Members
  • Posts

    146
  • Joined

  • Last visited

Everything posted by mR L

  1. Sorry, may I ask what the difference between 2 option above ? because in another server, the script work perfectly using getmapxy [email protected]$,[email protected],[email protected],0; but I don't know why in my server can't use this script
  2. haha, I use old script because some old script work perfectly at rAthena :))
  3. SOLVED ! Big thanks @melv0
  4. Hello rAthena, anyone can help me about my script PvP dotasound I got an error about getmapxy invisible / not on map so the map not appear when you kill / killed someone at pvp zone thank you very much ~
  5. hahaha, hajar gan makin suram aja ragnarok indonesia butuh bimbingan di dunia rAthena >_<
  6. //===== Hourly Points Script ========================================= //===== By: ========================================================== //= nostafu //===== Current Version: ============================================= //= 1.3 //===== Compatible With: ============================================= //= Any eAthena Version //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //==================================================================== - script OnlineReward#1 -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1) { dispbottom "The rewards has stopped because you were vending . Please relog if you wish to start again."; stopnpctimer; end; } OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 1){ set @minute,0; set #CASHPOINTS,#CASHPOINTS+100; dispbottom "You received 100 Cash Points. Current Cash Points: " + #CASHPOINTS; } stopnpctimer; initnpctimer; end; } hello, may you help me about this script I edited some, and I can't make this script only map prontera & payon you can receive the cash point maybe you can help me about this script Thank you advance~
  7. I'm Here ... haha orang indonesia
  8. I can't removed this card if I wrong in lhz card more than 2
  9. mR L

    Newbie Here

    yupp,, I will try by the way, I'm using rathena from anacondaq https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2018-make-your-ro-server-in-less-then-5-minutes/ when the first I started the ragnarok, the issue stuck npc was appear, you can try ~ I was try without custom npc, but nothing change anything hmm, I use version 2015-11-04
  10. mR L

    Newbie Here

    I don't know where the error because every I reload the script, server console no problem & nothing any warning >.<
  11. mR L

    Newbie Here

    yes, some script had close2; but the first problem about secure timeout / stuck even click the npc https://pastebin.com/jn53LDWV I think the first problem not in npc had close2;
  12. mR L

    Newbie Here

    yes, the most people answer like this, but I was try to disable or increase the timer and recompile server nothing change you have more solution ?
  13. conf/battle/skill.conf // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 100 // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: no
  14. mR L

    Newbie Here

    I want to ask, I have problem with NPC I think this old problem, if not any "mes" sometime the chat will dissapear and I got stuck. I must @go 0 or re-login to back normal again thank your if you can help me to solve this problem ~
  15. yeah, thank you so much it works to me the problem is, how can I remove my card from my weapon if I can't wear it, because when I wear automatic "nude;"
  16. look this post https://rathena.org/board/topic/65109-3rd-job-suit-item/
  17. I was do that, but this the same nothing changes, how to fix it ? Thank you ~
  18. @Emistry: that just on renewal system, how about pre-renewal ?? because I search level_penalty.txt not found on pre-renewal folder or I must use this script ? Thank you ~
×
×
  • Create New...

Important Information

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