Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. You wil need to encrypt your client too with the same keys that you use with your GRF
  2. Client Traslation Support - Client compatible until 2015!!
  3. Please call your ISP to open all of your port. Hes might be want to host a server and let their friends to be able to play too...
  4. Elsa Mist

    Issue

    This topic has been solved by disabke packet obfuscation via support channel. Solved!!!
  5. Elsa Mist

    Issue

    you can set this as solved Cory.
  6. re-log can anyone tell me how to solve this problem other then re-log? I have done some searching but couldn't find a way to solve it, any help will be great. Vending System new ? #441 https://github.com/rathena/rathena/issues/441 You cant login and take the item and just trade youneed to wait untill the server save your data before you using the trade.
  7. Elsa Mist

    Issue

    make sure all port is correct. files that need to be check is https://github.com/rathena/rathena/blob/master/conf/inter_athena.conf https://github.com/rathena/rathena/blob/master/conf/map_athena.conf https://github.com/rathena/rathena/blob/master/conf/login_athena.conf https://github.com/rathena/rathena/blob/master/conf/char_athena.conf if you are using import folder check all the files inside the folder too https://github.com/rathena/rathena/tree/master/conf/import-tmpl also check your packet obfuscation too. If you are using this make sure you have the right keys and if you dont use it/dont know what is it make sure you disable it by commenting #define PACKET_OBFUSCATION https://github.com/rathena/rathena/blob/master/src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION
  8. U dont put the script header.... -<tab>script<tab>nightday bla bla bla Lazy to write full scripts im on my phone. Wait for emistry reply or others.
  9. easy way use : OnClockXXXX: OnDayXXXX: OnHourXX: OnMinuteXX: OnSSSXXXX:
  10. CREATE TABLE IF NOT EXISTS `itemizer` ( `id` int(11) unsigned NOT NULL auto_increment, `item_id` int(11) NOT NULL, `item_amount` int(11) NOT NULL, `item_name` varchar(255) NOT NULL, `char_id` int(11) NOT NULL, `char_name` varchar(255) NOT NULL, `reason` varchar(255) NOT NULL, `by_gm` varchar(255) NOT NULL, `when` datetime NOT NULL, `for` varchar(255) NOT NULL, `collected` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM ; run above code. If there is still have an error, provide the screenshot of the error.
  11. Afraid people did not notice Emistry post on his thread.
  12. something that need to be read to all rA members. https://rathena.org/board/topic/86544-emistrys-reliable-script-services-let-me-show-you-the-codes/?p=290928
  13. if you are using Harmony, use hdata.grf that included in your packages as a main source sprites. Dont mess up with jobs sprite while using Harmony.
  14. As i look again at your error. Follow what emistry suggest you to do. or, please disable all of your custom item at your item_db.txt and enable it 1 by 1. I have facing this error long time ago, its happen because im using old eA item bonus script.
  15. delete all new added chat room at the NPC.
  16. OnInit: waitingroom "NPC",0; code above is it new? try delete them.
  17. there is problem with the recent update prontera from kRO. please search google 'prontera problem rathena' and you will get what you want.
  18. you can search it. This issue have been discuss many times.
  19. check your luafiles. must be missing something. double check if u r adding something new. or post ur luafiles here so we can check it.
  20. put it in the box with item2 script.
×
×
  • Create New...