Jump to content

Malbeth

Inactive Member
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Malbeth

  1. does not reveal the items to me, does anyone know why? thanks for help [Hidden Content]
  2. Hi, I'm looking for the alchemy bonus changer.
  3. Hi, I have a problem with the guild. Basically if I upload a coat of arms, it is not visible .. it doesn't give me any syser
  4. hi, I inserted this link in the source [Hidden Content] opens the item shop for me but does not log me in automatically thank for help my cmd general ACMD(do_in_game_mall) { char country_code[3] = "ro"; char buf[512+1]; char sas[33]; MD5_CTX ctx; const char sas_key[] = "GF9001"; snprintf(buf, sizeof(buf), "%u%u%s", ch->GetPlayerID(), ch->GetAID(), sas_key); MD5Init(&ctx); MD5Update(&ctx, (const unsigned char *) buf, strlen(buf)); MD5End(&ctx, sas); snprintf(buf, sizeof(buf), "mall [Hidden Content]", g_strWebMallURL.c_str(), ch->GetPlayerID(), country_code, g_server_id, sas); ch->ChatPacket(CHAT_TYPE_COMMAND, buf); }
  5. So i've created a new map and when i'm going to the phase of adding new monster they all came on double. That means, with one line on regen.txt, that mob comes 2 times on the map. The same for boss.txt. thank for help
  6. Perfect, this was the solution. instead to enable auto login for item shop in game? This is the function to be integrated in the game for the autologin on the shop / shop / login? Pid = $ playerID & key = $ code This is the link to insert. $ playerID and $ code are 2 variables that you have to generate by code. $ playerID is the id of the player, as you can guess. $ code is md5 ($ playerID. $ accountID. "kkJduLRw8n7vz2Gm") ACMD(do_in_game_mall) { char country_code[3] = "ro"; char buf[512+1]; char sas[33]; MD5_CTX ctx; const char sas_key[] = "kkJduLRw8n7vz2Gm"; snprintf(buf, sizeof(buf), "%u%u%s", ch->GetPlayerID(), ch->GetAID(), sas_key); MD5Init(&ctx); MD5Update(&ctx, (const unsigned char *) buf, strlen(buf)); MD5End(&ctx, sas); snprintf(buf, sizeof(buf), "mall [Hidden Content]", g_strWebMallURL.c_str(), ch->GetPlayerID(), ch->GetAID(), sas_key); ch->ChatPacket(CHAT_TYPE_COMMAND, buf); }
  7. hi guys .. i need to put this code in the game This is the function to be integrated in the game for the autologin on the shop / shop / login? Pid = $ playerID & key = $ code This is the link to insert. $ playerID and $ code are 2 variables that you have to generate by code. $ playerID is the id of the player, as you can guess. $ code is md5 ($ playerID. $ accountID. "kkJduLRw8n7vz2Gm") ACMD(do_in_game_mall) { char country_code[3] = "ro"; char buf[512+1]; char sas[33]; MD5_CTX ctx; const char sas_key[] = "kkJduLRw8n7vz2Gm"; snprintf(buf, sizeof(buf), "%u%u%s", ch->GetPlayerID(), ch->GetAID(), sas_key); MD5Init(&ctx); MD5Update(&ctx, (const unsigned char *) buf, strlen(buf)); MD5End(&ctx, sas); snprintf(buf, sizeof(buf), "mall [Hidden Content]", g_strWebMallURL.c_str(), ch->GetPlayerID(), ch->GetAID(), sas_key); ch->ChatPacket(CHAT_TYPE_COMMAND, buf); }
  8. hi, i have a problem if i insert an item in my item award in my item shop warehouse i can't find anything thank for help
  9. Hi, I have the following problem .. if I activate the vip I cannot attack the characters of the other empire. Thanks for help. [Hidden Content]
  10. I found it to be a server side issue if I load the old sources it works for me
  11. hi, if I click on invite to group nothing happens thanks for help syser clean..
  12. hi, i need a system to have the sidebar thanks for help
  13. I had already solved, thanks for the answer is just what I did
  14. hi, I entered the system .. as soon as I open the inventory of the costume it gives me this error in the syser 0110 00:15:35645 :: Unknown Server Command SetWeaponCostumeHidden 0 | SetWeaponCostumeHidden 0110 00:15:49467 :: Traceback (most recent call last): 0110 00:15:49467 :: File "ui.py", line 1874, in CallEvent 0110 00:15:49467 :: File "ui.py", line 63, in __call__ 0110 00:15:49467 :: File "ui.py", line 45, in __call__ 0110 00:15:49467 :: File "uiInventory.py", line 649, in ClickCostumeButton 0110 00:15:49467 :: File "uiInventory.py", line 55, in __init__ 0110 00:15:49467 :: File "uiInventory.py", line 107, in __LoadWindow 0110 00:15:49467 :: TypeError 0110 00:15:49468 :: : 0110 00:15:49468 :: SetToggleUpEvent() takes exactly 2 arguments (4 given) 0110 00:15:49468 :: thanks for help
  15. Hi, I entered this system. when I try to open the costume inventory it gives me the following syser thank for help System : Syserr :
  16. Hi, how can I go about showing only the monster race?
  17. hi guys, basically when I attack a monster I don't push it far .. but it stays stuck under me .. so it's easy to be boss .. how can i solve?
  18. could you give me an example? mine is empty
  19. hi, guys I have a problem .. I practically entered the value of the transformation sphere in mob_proto, but I can't drop the sphere. thanks for help
  20. if (ch->GetMapIndex() == 100) { ch->RemoveAffect(SKILL_HOSIN); } why not remove? I also tried with AFF_HOSIN
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.