Jump to content

LearningRO

Members
  • Posts

    722
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by LearningRO

  1. 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 [email protected]_command$+" This Command only available at prontera town!"; end; OnMallCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom [email protected]_command$+" This Command only available at prontera town!"; end; OnDonateCommand: if (strcharinfo(3) == "prontera") { warp "your quest map",x,x; end; } dispbottom [email protected]_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; }
  2. i think its client limited or you must hex the client
  3. buy gepard and then u can use it in game just type !ping
  4. try contact to your hosting maybe have some issue with HDD I/O Speed
  5. You must edit manual each monster for that
  6. yes possible just make your own HatEffect and combine with OnPcLoginEvent: if(getgroupid() == 5){ hateffect,<your Hat effect ID>,true; }
  7. try to change s'etquestinfo_level to *questinfo <Icon>{,<Map Mark Color>{,"<condition>"}};
  8. try use this GRF https://herc.ws/board/topic/6801-release-the-data-grf-project/
  9. you must edit each item do you want with effect drop at item_db_Equip/ETC/usable.yml and see this picture below
  10. maybe your issue came from this Try to change item equipment ETC FAV
  11. you can do custom your own LGP version in DInput.ini
  12. Your Luaffile doesnt match with your client version try to find luafile whichis match with versio client do you use
  13. Header: Type: MOB_ITEM_RATIO_DB Version: 1 Body: - Thanatos_Card 50000 try that
  14. try use www http://www.trantra-classic.online/tcpatch/
  15. when you use my suggestion what error you get on console map server?
  16. Thanks for the explanation. Now I understand why you did that. nice tips
  17. btw what purpose you must do quadtree before we save the map at the end?
  18. i dont think so gepard support client under 2010
  19. 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
  20. you can get the client from here http://nemo.herc.ws/
  21. are u is that script in pre renewal mode? if yes u must add all item_randomopt_db.yml to your pre re folder
  22. for centos u should try type this command scl_source enable devtoolset-7 before recompile
×
×
  • Create New...

Important Information

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