Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. function CustomRateCard { if(vip_status(VIP_STATUS_ACTIVE)) .@chance = 5000; else .@chance = 10000; if( killedrid == getarg(0) && rand( .@chance ) <= getarg(2) ){ getitem getarg(1),1; } return; } please use a codebox.
  2. provide information how you duplicated the shop so we can help you :))
  3. you can just edit yours in your grf with grf editor. just find the location of the icons you want to remove :))
  4. yeah so far out of all the given vps provider only ovh provides a ddos protection ... If you're going for an asia geolocation it doesnt have that choices. just find the APAC VPS in OVH
  5. I don't know much about alibabacloud and linode maybe its good or so. but don't go Vultr.
  6. Using a singapore VPS would suit your geolocation. Both OVH and DigitalOcean have a Singapore Geolocation, you might aswell take a look at it :))
  7. Jellopy XD most misc drops in RO are just for selling purpose actually, so just browsing the misc item will give you the idea already.
  8. Download a clean client, it seems that you're editing a diffed client already.
  9. prontera,255,55,4 script World Boss 123,{ .@kill_count = (.monster_kill_requirement - $world_boss_counter); mes "[ World Boss ]"; mes "Status :" +($world_boss_active == 1?"^00FF00Active^000000":"^FF0000Inactive^000000"); mes "Kill Remaining - [ ^0000FF"+.@kill_count+"^000000 ]"; mes "============================="; mes "Reward:"; mes "<ITEM>World Boss Reward<INFO>501</INFO></ITEM>"; end; OnNPCKillEvent: if($world_boss_active == 1) end; $world_boss_counter += 1; if($world_boss_counter == .monster_kill_requirement){ donpcevent "World Boss::OnSummon"; } end; OnSummon: $world_boss_active = 1; monster "prontera",255,55,"World Boss",1002,1,"World Boss::OnBossKill"; end; OnBossKill: $world_boss_active = 0; $world_boss_counter = 0; getitem 501,1; end; OnInit: .monster_kill_requirement = 100; freeloop(1); while(1){ .@kill_count = (.monster_kill_requirement - $world_boss_counter); waitingroom "Kill Left : ["+.@kill_count+"]",0; sleep 1000; //= 1 Second Refresh delwaitingroom; } freeloop(0); end; } Here a simple base :))
  10. recheck your char/map server configuration.
  11. Download the luadec compiler in the rathena downloads area
  12. I think there is no reason to hide the system folder. If you want it uneditable just compile the lua to lub for encryption.
  13. Are you sure you set it up well? Like trying to run the client without encryption first and worked. or try sending a screenshot of error maybe we'll get the hint of idea what is your error.
  14. Well it old clients is different from new client so don't expect it to work in newer clients unless there is an update in nemo. :))
  15. OVH, DigitalOcean, and Conoha :)) PS. Don't use ragnarok hostings. [ They Suck ]
  16. watching the video i don't even think its a hack he's only refining up to +4 which is the safe refine
  17. You need to copy it 1 by 1 though since the structure is different. just add the quest id's you need. well if you dont want the hassle better downgrade the client
  18. As mention above you need a latest kRO for 2018 clients.
  19. questid2display translation to OngoingQuestInfoList_Sakray
  20. Just copy the one from the translated questinfo from zackdreavers translation to the new questinfolist in your system files. to use a 2018 clients properly, you will have to change a lot of things.
  21. You'll need to apply all the quest id manually, since it's missing
  22. just remove the ugly hairstyles and change it to better ones
  23. official don't use it all maybe. but yeah using latest clients doesnt hairstyle patches
  24. There is still no solution for that at the moment even with the nemo updated by 4144. :))
×
×
  • Create New...