Jump to content

rodrigolujan

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil

rodrigolujan's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hey, had to stop by to say thank you for this great work, very much thanks. And ask if by any change would u release the grf editor source or at least the encrypt/decrypt function.
  2. Hmm, could u tell me then how some servers have doram already? maybe they bought it?
  3. 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
  4. Guys i want to make an @vip command that call an npc function to show the options, could u show me the way of how i do it? I'll appreciate any help.
  5. 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
  6. I think you guys get it wrong, i want to enable trade just between the same group, just who is from group 1 can trade with group 1 and etc... It's even possible to config something like this?
  7. I mean to all itens, like a jellopy, it can be traded, but just between the groups and not the others. Normal -> Normal Vip -> Vip
  8. 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".
  9. 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...