Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. this part should have same User id and password on your ragnarok database not your root id and password
  2. make sure u didn't diff this option
  3. what client do you use? and try to diff only with recomended pick
  4. Hi, Im looking spriter to make costume suit saitama Like Picture below Please contact me on discord if you all interesting. thank you
  5. if you want only available at prontera try this - script OneCommand -1,{ OnQuestCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnMallCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnDonateCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom .@atcmd_command$+" This Command only available at prontera town!"; end; OnInit: bindatcmd "quest", strnpcinfo(0)+"::OnQuestCommand"; bindatcmd "mall", strnpcinfo(0)+"::OnMallCommand"; bindatcmd "donate", strnpcinfo(0)+"::OnDonateCommand"; end; }
  6. i think its client limited or you must hex the client
  7. buy gepard and then u can use it in game just type !ping
  8. try contact to your hosting maybe have some issue with HDD I/O Speed
  9. You must edit manual each monster for that
  10. yes possible just make your own HatEffect and combine with OnPcLoginEvent: if(getgroupid() == 5){ hateffect,<your Hat effect ID>,true; }
  11. try to change s'etquestinfo_level to *questinfo <Icon>{,<Map Mark Color>{,"<condition>"}};
  12. try use this GRF https://herc.ws/board/topic/6801-release-the-data-grf-project/
  13. you must edit each item do you want with effect drop at item_db_Equip/ETC/usable.yml and see this picture below
  14. For RCX you can contact @phaicm
  15. maybe your issue came from this Try to change item equipment ETC FAV
  16. Nice Update man ... clearly and informative ?
  17. you can do custom your own LGP version in DInput.ini
  18. Your Luaffile doesnt match with your client version try to find luafile whichis match with versio client do you use
  19. Header: Type: MOB_ITEM_RATIO_DB Version: 1 Body: - Thanatos_Card 50000 try that
  20. try use www http://www.trantra-classic.online/tcpatch/
  21. when you use my suggestion what error you get on console map server?
  22. Thanks for the explanation. Now I understand why you did that. nice tips
  23. btw what purpose you must do quadtree before we save the map at the end?
  24. i dont think so gepard support client under 2010
  25. try like this -Red_Potion 10000 Poring : true // or -Red_potion 10000 if you want affect to all monster who drops red potion choose option 2 but for spesific monster choose option 1
×
×
  • Create New...