Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by Kido

  1. First, thank you so much to all for the help and contribution o:!

    i can't see how to delete the map button

    gBTl1b4.png

     

    luckly i could delete the other buttons with your help guys :33 huh anyone knows how to remove that icon? thank you so much in advance o:!

  2.  

    Nowhere in the script has it delete from the players storage.

     

    Peopleperson49

    query_sql("DELETE FROM `atcommandlog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `BalanceRank` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `bonus_script` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `branchlog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `buyingstore_items` WHERE `buyingstore_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `buyingstores` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `cashlog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `cp_charprefs` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `cp_choko_rename_log` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `elemental` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `emprank` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `friends` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `guild` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `guild_member` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `homunculus` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `hotkey` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `memo` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `mercenary` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `mercenary_owner` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `mvplog` WHERE `kill_char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `mvprank` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `npclog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `party` WHERE `leader_char`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `pet` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `picklog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `pvprank` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `quest` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `sc_data` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `skill` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `skillcooldown` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `vendings` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `zenylog` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `inventory` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `cart_inventory` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `global_reg_value` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    query_sql("DELETE FROM `char` WHERE `char_id`='"+escape_sql(.@char_id)+"'");
    

     

    as Zell said, looks liek the player need to logoff so the emulator saves the items in the storage, because if not then the items of the player will be deleted because the emulator haven't save the data in storage so it's like the items are still equiped or in the inventory and the script deletes that D:!

  3. hello, i would like to know the following please since i can't find D:

    • How to add buttons to the client
    • How to add a function to the clint (link, exit etc.)
    • How to add sound when pressing a button in the client
    • How to move the place of buttons in the client o:

    All of this ingame and login window o:

     

    someone may know o: ? thanks so much in advance :33

  4.  

     

    Here is giving the following error: 

     

    CupzGqV.png

     

    anyone know how to solve?

    Could you tell us what graphic card you have? I asked borf regarding this error and seems your graphic card doesn't support his shader.

     

     

    Thanks, I managed to solve my graphics card was deactivated.

     

     

    may i ask how o: ? i have that problem too D:

  5. I interested to make tool (may just .sql upgrade) to convert other RO emu to rA, by comparing current rA tables vs theirs. so don't need to update it every their table structures are changed. /heh

     

    do it please /slur many members will like it :33

  6. http://rathena.org/board/topic/94846-hercules-to-rathena-sql-convertion-help/ (please don't repply to that post (?))

     

    it would be better to start the latest rAthena and then move/edit your stuff there since hercules made a lot of mods.

     

    for the database hmmm i think it can be done but with some edits, before doing everything, i recommend you to isntall a localserver and try to mvoe your stuff there and see what errores you get

     

    when you get the errors feel free to post them here to help you to move (:

  7. Hello, i find a script in google that is suposed to warp the players out of the castle if they are not baby

     

    i teste in my test server and i had no errors, but in my test server nothing happens when i go into the castle, here is the script

    	script	babywoe	-1,{
    //setarray .Mapas$[0],"prtg_cas01","prtg_cas02","prtg_cas03";
    OnInit:
    setarray .IdBaby[0],23,4046,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,40422,4043,4044,4045;
    setarray .Maps$[0],"gefg_cas04","aldeg_cas04";
    end;
    OnPCLoadMapEvent:
    for (set .@c, 0; .@c < getarraysize(.Maps$); set .@c, .@c + 1)
    if (.Maps$[.@c] != strcharinfo(3)) end;
    for( set .@i, 0; .@i < getarraysize(.IdBaby); set .@i, .@i + 1 )
    if(class ==.IdBaby[.@i]) end;
    warp "celerian",33,73;// just a custom map 'Celerian'
    dispbottom "Only Baby Class is allowed to enter.";
    end;
    } // End Script
    aldeg_cas04	mapflag	loadevent
    gefg_cas04	mapflag	loadevent
    

    i would like to now how to kae it work ):

     

    thanks in advance o:!

  8. I forgot to drop the logs.sql in the database log/logs and then it worked

     

    also changed the ip for the char and login and ow it works!

     

    dunno why i got a lot of errors, it's a freash install

    1fpDA1b.png

     

    thanks a lot !

     

    Edit:

    i just had to undefine pre-re, solved!

×
×
  • Create New...