Jump to content

Brynner

Members
  • Posts

    1962
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Brynner

  1. i dont put anything and just enter still cant your entered birthday does not match on your database you must set it to 00000000. because if the date of birth there is not set to 00000000 even they put the correct date of birth you still got that error.
  2. what do you mean. just like on this screenshot?
  3. Brynner

    PALLETES

    just put it inside your grf files. or add a new grf for your pallete.
  4. Brynner

    PALLETES

    try this http://rathena.org/board/files/file/2447-corrected-classes-head-sprites/
  5. post your char_athena.conf, maps_athena.conf and subnet_athena.conf
  6. http://rathena.org/board/topic/54190-release-basic-rathena-client/ http://rathena.org/board/topic/61483-ragexere-clients/ http://svn6.assembla.com/svn/ClientSide/Lua_Project/
  7. try to put a screenshots of your char, login and map server
  8. i also got a server. one have a 255 max level 255 max stats and disable renewal casting. the animation of the character there is not working. but on my other server. 150 max level and 120 max stats. renewal casting is enable. there is no problem on animation.
  9. just edit your ChatWndInfo_U.lua
  10. 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, }
  11. just put a check there. if you uncheck it. you will disable it on your diff client.
  12. xmkl? or xml? diff your client ReadDataFolderFirst and also don't forget the SkipPacketHeaderObfuscation.
  13. does your server have a custom items, mobs or npc?
  14. 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,
  15. 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
  16. 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
  17. are you hosting at your local computer?post your char_athena.conf, map_athena.conf and subnet_athena.conf
  18. that is not the issue. the issue is the animation of the character while using ad skill
  19. does your server disabled the renewal casting?
  20. i think it is on msgstring.txt problem.
  21. if you are using old version client. better to use K3dtDiffpatcher_beta.exe for diffing client.
  22. it would be depends on client version you are using. and your lua and lub files.
  23. 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
  24. the skill description there is not 100% translated in english. since there is still no official kagerou and oboro description. better to follow #2
×
×
  • Create New...