Jump to content

rodrigolujan

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by rodrigolujan

  1. Hey there guys, i'm in a bit of a trouble here, need ur help to solve it.

     

    I've trying to test the doram class, but with no sucess, when i try to create the class it says "Character creation denied" and in char-server says: sd ->version = 54

     

    Theres a way to fix it? can u guys help me?

     

     

    Ps: Can u guys show me where i can find the last updated data folder please?

     

    Pss: Thank u! <3

  2. Guys, i need some help, i'm trying to translate my client to pt-br using the msgstringtable.txt from the source https://github.com/ROClientSide/Translation, but something than i translate doesn't work, like the Weight : %3d / %3d#, i change it to Peso : %3d / %3d# but not appears the change in the client, it still continue Weight : %3d / %3d#, u guys can help me, and i know about the portuguese support area, but i prefer to ask here :3

     

    W4 Answer, thx :)

  3. Guys, there's a way to separate trade per GM level, i mean like. 

     

    Normal player can trade with normal player, but can't trade with VIP player and the opposite too "VIP with VIP but not with Normal".

     

     

  4. Hi guys \o/

     

    There's my problem, i'm trying to add a query execute when storage close, but i'm still new with sources and changing it and came here to ask for help.

     

    I need to get the value of the variable 'char_fst' inside char table, put it in an usable variable in source and do an update inside the storage table using the result get from the char table.

     

    I already change the query than i will use, but i don't know how to get the value from char and use inside this query.

    if( SQL_ERROR == Sql_Query(sql_handle, "UPDATE `storage` SET `char_id`='%d' WHERE `char_id`='%d'", char_id, char_fst) )
×
×
  • Create New...