Jump to content

Ronald

Members
  • Posts

    250
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Ronald

  1. Do you have a bigger image of this? I can't see it thoroughly. It looks like a white valkyrie helm with hockey mask. ?
  2. What do you mean change script color? Is it the NPC message? If so, mes "[ ^FF0000 Color Test ^000000 ]";
  3. OVH and Vultr are one of the best. Better stay away from RO hostings. ?
  4. You can check on the script I made. Very easy to customize. https://rathena.org/board/topic/125739-utility-fishslicemakertxt/
  5. He is always busy but definitely he'll reach you soon. Just be patient Brother.
  6. Do SQL query when your server is offline.
  7. Based on my research its FLEE + 5, AGI + 1. Feel free to test.
  8. You may use AnnieRuru's PvP script w/ Dota sounds. Do you by any chance have all the wav files? Also, is there any error of missing wav file or nah?
  9. Search for this one on your script //Added Functions function broadcast { return ( ( getarg(0) ) ? bc_all : bc_map ); } } At the bottom of that you'll find the location of the NPC.
  10. OnInit: .s_idle = 1; // ban hourly rewards from idle players ? 0 no / 1 yes {if player didn't move for x time he wont get hourly reward} , DEFAULT = 0 .s_idle_time = 300; //1800 this the time for idle in secend , DEFAULT = 1800 (30 min)
  11. case 1: // Castle Drops set .@gamble1,rand(1,500); if ((.@gamble1 > 200) && (.@gamble1 < 205)) { set .@gamble2,rand(1,10); if ((.@gamble2 > 0) && (.@gamble2 < 3)) set .@item,7086; // esg else if ((.@gamble2 > 2) && (.@gamble2 < 5)) set .@item,7090; // ripple else if ((.@gamble2 > 4) && (.@gamble2 < 7)) set .@item,7091; // billow else if ((.@gamble2 > 6) && (.@gamble2 < 9)) set .@item,7077; // silver else if ((.@gamble2 > 8) && (.@gamble2 < 11)) set .@item,7078; // wov } else if ((.@gamble1 > 0) && (.@gamble1 < 201)) set .@item,7086; // esg else if ((.@gamble1 > 204) && (.@gamble1 < 301)) set .@item,7090; // ripple else if ((.@gamble1 > 300) && (.@gamble1 < 401)) set .@item,7091; // billow else if ((.@gamble1 > 401) && (.@gamble1 < 481)) set .@item,7077; // silver else if ((.@gamble1 > 480) && (.@gamble1 < 501)) set .@item,7078; // wov break; } Basically you just need to add more condition with the items you wanted to add.
  12. Ronald

    Guild Room

    You may want to check on Euphy's WoE Controller?
  13. I strongly believe that it's possible. You may want to check Tarot Card of Fate skil on src to know what status change are being used, It might need autobonus as well, I haven't tested it yet though.
  14. Ronald

    Functor

    Been using Functor's service as well (Gepard Shield) for quite sometime. So far he also help me although I agree that he is not able to answer 24/7 since he also needs to rest.
  15. Probably you're changing the wrong item_db? Might be on pre/re
  16. I don't see any error on your script. Probably you haven't reload your item_db. @reloaditemdb
  17. What do you mean Old Morrcc NPC? Probably you mean Old Morroc Map?
×
×
  • Create New...