Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. on your screenshot. it is the skilldescript.lua problem. and for your chat. ChatWndInfo_U.lua CanDragWnd = 1 ChatSubWnd_1 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[Regular Chat]], option1 = 1, option2 = 1, option3 = 1, option4 = 1, option5 = 1, option6 = 1, option7 = 1, option8 = 1, option9 = 1, option10 = 1, option11 = 1, option12 = 1, option13 = 1, option14 = 1, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, } ChatSubWnd_2 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[battle Log]], option1 = 0, option2 = 0, option3 = 0, option4 = 0, option5 = 0, option6 = 0, option7 = 0, option8 = 0, option9 = 0, option10 = 0, option11 = 0, option12 = 0, option13 = 0, option14 = 0, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, }
  2. just put a check there. if you uncheck it. you will disable it on your diff client.
  3. xmkl? or xml? diff your client ReadDataFolderFirst and also don't forget the SkipPacketHeaderObfuscation.
  4. does your server have a custom items, mobs or npc?
  5. you should replace the original aura if you want to use custom aura. because if you did not diff your client using custom aura. the custom aura will not appear even you replace the original aurafloat etc,
  6. the skills description here is already english. the skill description is located on lua files. make sure you use it. also check if your lua files and luafiles514
  7. char_athena.conf // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. login_ip: 192.168.0.100 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. char_ip: 192.168.0.100 // Character Server Port char_port: 6121 map_athena.conf // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. char_ip: 192.168.0.100 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. map_ip: 192.168.0.100 // Map Server Port map_port: 5121 subnet_athena subnet: 255.0.0.0:192.168.0.100:192.168.0.100 and also for your clientinfo.xml use this ip. 192.168.0.100 since your server hosted at local computer. you must use your local ip connection. i thinks it 192.168.0.100
  8. are you hosting at your local computer?post your char_athena.conf, map_athena.conf and subnet_athena.conf
  9. that is not the issue. the issue is the animation of the character while using ad skill
  10. does your server disabled the renewal casting?
  11. i think it is on msgstring.txt problem.
  12. if you are using old version client. better to use K3dtDiffpatcher_beta.exe for diffing client.
  13. it would be depends on client version you are using. and your lua and lub files.
  14. i think there is no issue regarding on that? it you want to enable 9 to 12 max_character and max_storage. you can change it here. mmo.h
  15. the skill description there is not 100% translated in english. since there is still no official kagerou and oboro description. better to follow #2
  16. inside your .grf folder. effect\aurafloat.tga
  17. i think your related is not related on this topic. run the setup.exe with compatible mode.
  18. post your char_athena.conf, map_athena.conf, subnet_athena.conf and also your clientinfo.xml
  19. i think he want the encrypted one.
  20. i think it is not supported at this time.
  21. just put those on your data/textures. not inside your grf
  22. does your client diff read data folder?
  23. try to change your client version?
  24. you do have teamviewer?i can help you when im available.
  25. are you using xampp?
×
×
  • Create New...