Jump to content

ytrid8r

Member
  • Posts

    46
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ytrid8r

  1. when 20023.take with item.vnum == 50300 and game.get_event_flag("book") == 1 begin local num = number(1,54) local tomes = {50401,50402,50403,50404,50405,50406,50416,50417,50418,50419,50420,50421,50431,50432,50433,50434,50435,50436,50446,50447,50448,50449,50450,50451,50461,50462,50463,50464,50465,50466,50476,50477,50478,50479,50480,50481,50496,50495,50494,50493,50492,50491,50506,50507,50508,50509,50510,50511,50530,50531,50532,50533,50534,50535} pc.remove_item(50300, 1) pc.give_item2(tonumber(tomes[num]),1) Function pc.remove_item() delete the first item in inventory. Function item.remove delete all items. I don't speak English.
  2. When I use item.remove () I delete all items. How do I remove one object?
  3. I don't understand how to put the number out of effect. AFFECT_VIP = 39, [Hidden Content] I add: AFFECT_VIP = 53, chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT + 53, "Bip01", "locale/tr/effect/vip.mse") Don't work
  4. I don't speak English. Versiunea in romana: I. We change the port from authentication 1. Go in serverinfo.py and intrologin.py (root), change: AUTH_PORT = 11000 schimbam cu: AUTH_PORT = 11001 2. Go in Config (serve/auth) PORT: 11000 change with: AUTH_PORT = 11001 II. We change the version to client 1. Go in config.cpp (/usr/sursa/Server/game/src) Search: g_bCheckClientVersion bool g_bCheckClientVersion = false; change: bool g_bCheckClientVersion = true; Search: void CheckClientVersion() g_bCheckClientVersion = false; change: g_bCheckClientVersion = true; 2. Change code to version: Search: string g_stClientVersion string g_stClientVersion = "1234567890"; change string g_stClientVersion = "0102030405"; 3. Go in PythonNetworkStreamPhaseGame.cpp (ClientSource\source\UserInterface\PythonNetworkStreamPhaseGame.cpp) Search: strncpy(kVersionPacket.timestamp, Show: strncpy(kVersionPacket.timestamp, "1234567890", sizeof(kVersionPacket.timestamp)-1); change: strncpy(kVersionPacket.timestamp, "0102030405", sizeof(kVersionPacket.timestamp)-1); III. Add code in all config from all core. We add to the end: CheckClientVersion: 1 (o from off) ClientVersion: 0102030405
  5. I do not know how to notify it for all the players: ch->ChatPacket(CHAT_TYPE_INFO, "%s este banat %i ore pentru: %s", szName, iDuration, szReason);
  6. Sorry I don't speak English How can I hide a .mix file in launcher? Can it be made directly from the source from the client?
  7. Can you give me some protection for the client? Preferably done in c ++
  8. [RO] Cand apas pe corp imi apare: Find strange game data. Please reinstall metin2 [ENG] When I press on my body I get: Find strange game data. Please reinstall metin2
  9. The problem exists in the client. Client: Best_Production (V. 1.8)
  10. I can not show the chat items. When I click on text nothing happens Sorry I don't speak English. Client: Best_Production (V. 1.8) Syserr: [Hidden Content] 1025 10:34:27808 :: Traceback (most recent call last): 1025 10:34:27808 :: File "game.py", line 1746, in OnMouseLeftButtonUp 1025 10:34:27809 :: File "interfaceModule.py", line 457, in MakeHyperlinkTooltip 1025 10:34:27809 :: File "uiToolTip.py", line 2241, in SetHyperlinkItem 1025 10:34:27809 :: File "uiToolTip.py", line 1296, in AddItemData 1025 10:34:27810 :: File "uiToolTip.py", line 2036, in __AppendMetinSlotInfo 1025 10:34:27810 :: File "uiToolTip.py", line 2047, in __AppendMetinSlotInfo_IsEmptySlotList 1025 10:34:27810 :: IndexError 1025 10:34:27810 :: : 1025 10:34:27810 :: list index out of range 1025 10:34:27810 ::
  11. I do not think it should remain so in putty. Nu cred ca ar trebui sa raman asa in putty.
  12. Sorry for the formulation. I don't speak English. I do not know what happened with the server marker and now I have the following problem: Pass the ID and I say nonexistent (wrong) "name or wrong password" And I say to an existing account "connection error" Can someone help me.
×
×
  • 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.