Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. I don't know best way but dump way is OnNPCKillEvent: //Do stuff check level, monster level then increase EXP getmonsterinfo(killedrid, MOB_BASEEXP) ( That should x2 now ) end;
  2. First I'm beginner I made bunch of bad code and game working fine with no lagging but loading into stage is slow. Now I learn more how to optimize them and made game load faster.
  3. data\luafiles514\lua files\service_usa Did you had this folder?
  4. Use other langtype in clientinfo, Making your service language ( Duplicate folder in data > luafile ).
  5. Yes it's 2,147,483,647 zeny.
  6. Go to opensetup > Reset factory default. Update graphics card driver. Update windows. If didn't work try to use simple Client without gepard.
  7. Use SDE for edit database > @ reloaditemdb > Try to equip
  8. npc\merchants\socket_enchant.txt npc\merchants\socket_enchant2.txt Missing some item then add it manually.
  9. Use official attendance system.
  10. I can't tell which one is best. I only know 1 language. Currently I'm on C# Unity. I made 2 games you can see it here https://kanintemsrisukgames.wordpress.com/2019/03/06/all-kt-games-links/
  11. Try to use lastest rAthena version and use stable client 20151104 20170614 20180530 and use Zack translation that should be fine.
  12. Update to lastest rAthena version.
  13. Make service folder. RO Folder\data\luafiles514\lua files\service_usa ( copy from service_korea )
  14. - Use Zack translation and use language type that's not on Korean type. - Check EXE when you patch it with NEMO ( About language and font ) - Don't forget to set service folder.
  15. Did you try to change problem sprite to above fine number? It's normal size or big size If can't spawn normal size, Then spawn it with small size command should be okay. ( Or not? )
  16. Why don't use official bank system? ( It's on left-top side menu )
  17. D:\rathena\npc\custom\quests\hunting_missions.txt
  18. Try this prontera,157,176,7 script Discord 47,{ end; OnInit: query_sql("SELECT * FROM `discordbot` WHERE `id`='1'", .@item$); announce "Discord> " + escape_sql(.@item$[0]),0,0x0965f9; announce "Discord> " + escape_sql(.@item$[1]),0,0x0965f9; end; }
  19. Use renewal EXP. Then go to > D:\rathena\db\re\level_penalty.txt Set level more than 1 and x2 EXP from monster.
  20. @NakedWolf Can you post you edited scripts here because other can use it too. Not the Thai language one, The one you edited last day.
  21. Error 1 Change NPC name from อาณาเขตรอบที่ 1#BG2 to Blue Zone 1#BG2 Error 2 I duplicated Kagerou skill you can remove it from scripts. (Except 1 that is official Kagerou Skill maybe first line.) Then use level for range, cooldown, ETC.
  22. Maybe this will help a little. But it's Thai language sorry for that. MapFlag.txt RUBGController.txt
×
×
  • Create New...