Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Elsa Mist

  1.  

     

    @Napster 

     

    Hi bud, i have an error, when ill try to Shop the Msg appear... with all the items i try and nothing..

     

    B70DdKn.png

    733: Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information.
    

    anybody can help me with this  /panic

     

     

    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.

  2. 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
    
  3.  
    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.

  4. 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
     

    I post this to avoid confusion, in case any of you doesn't realize about it ...
    I believe the origin owner of these works wouldn't provide any support or agree on this, included myself.

     
    I do not own this website, nor part of the team member of this site.
    Its not my responsibility for any loss of your if you purchased from this site.

    [spoiler=Unauthorized Reseller]
    bTR1i8Y.jpg


    Although they could have offer you with lower price, but I am sure you won't be able to receive the side gift like bug fixing, new updates of these item from them etc.
     
    Do think twice before you purchase anything from them.
     
    It's true that I have no power to control over the items you have purchased, you may be able to do whatever you want, but this is an unauthorized use of my intellectual property, and I dont support it/agree on it.

    • Upvote 1
×
×
  • Create New...