Jump to content

LordZiege

Seller
  • Posts

    136
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by LordZiege

  1. Use Mirror to database in database source and load item_proto and mob_proto as txt, mirror to database and ure done
  2. debug without backtrace. no one will and can help you.
  3. when you already installed python2.7 then use: python27 instead of python to compile quests. or even change the linking.
  4. self.GetChild2("Text_Slot29").SetText(str(player.GetStatus(45)*2) + "%")
  5. Train your skill. Target System is very easy to install. Maybe the easiest system to install.
  6. hey guys, FIX: Use send_letter not in the state before. when you want a letter in next state, send it in that state, not in the state before. problem: quest: [Hidden Content] All other quests working fine. the letter you get after is also working. Kind regards
  7. I can highly recommend "The Expanse". Acutally the best SciFi series of 2018/2019. Also: Lethal Weapon Sons of Anarchy Vikings Kevin can wait
  8. not complete. (no old inventory, no old skill window)
  9. FIXXED: replace open with old_open when you try to write/read files Thanks to @martysama0134 Same problem: 0525 18:26:00904 :: Traceback (most recent call last): 0525 18:26:00905 :: File "uiPhaseCurtain.py", line 63, in uiPhaseCurtain.PhaseCurtain.OnUpdate (uiPhaseCurtain.c:1610) 0525 18:26:00905 :: File "networkModule.py", line 152, in networkModule.MainStream.__ChangePhaseWindow (networkModule.c:2792) 0525 18:26:00905 :: File "introLogin.py", line 269, in introLogin.LoginWindow.Open (introLogin.c:6350) 0525 18:26:00905 :: File "introLogin.py", line 1124, in introLogin.LoginWindow.__OpenLoginBoard (introLogin.c:22346) 0525 18:26:00905 :: File "introLogin.py", line 638, in introLogin.LoginWindow.RefreshAccounts (introLogin.c:13213) 0525 18:26:00905 :: File "system.py", line 89, in system.open (system.c:2855) 0525 18:26:00906 :: File "system.py", line 63, in system.pack_file.__init__ (system.c:2171) 0525 18:26:00906 :: AttributeError 0525 18:26:00906 :: : 0525 18:26:00906 :: 'NoneType' object has no attribute 'split'
  10. always used clean files skilldesc/table and skill_proto from working files, same problem.
  11. SOLVED: i had to reinstall mysql. There was a problem and he cant read all tables (not metin database problem, problem with mysql itself) Hey guys, i have the following problem: The Bonus is given but the skill is not shown and i can activate skill every second (only visual problem, no attack bonus doubeling or smth. like that) Anyone have an idea? no syserr nothing EDIT: Always compared skilldesc,skilltable etc with other ones, there is no difference Kind regards
  12. DWORD vnum = pItem->GetIndex(); if (pItem->GetSubType() == CItemData::WEAPON_SWORD) { //NEW WEAPON - [New Effect] - NEW WEAPON if (vnum == 27749) { // Change "ID" to your Weapon ID __ClearWeaponRefineEffect(); // Clear the previous effect m_swordRefineEffectRight = EFFECT_REFINED + EFFECT_SWORD_REFINED_SPECIAL1; // effect 24 NEW EFFECT } } else if (pItem->GetSubType() == CItemData::WEAPON_DAGGER) { if (vnum == 27769) { m_swordRefineEffectRight = EFFECT_REFINED + EFFECT_SWORD_REFINED_SPECIAL2; m_swordRefineEffectLeft = EFFECT_REFINED + EFFECT_SWORD_REFINED_SPECIAL2_1; } } else if (pItem->GetSubType() == CItemData::WEAPON_FAN) { if (vnum == 27789){ m_swordRefineEffectRight = EFFECT_REFINED + EFFECT_SWORD_REFINED_SPECIAL3; } } no more to say
  13. Create a user named core and set it to localhost and give the correct user privileges. God damn its not that hard to fix it. (When you already created core user, take care that password from user table (unhashed) and password from conf.txt from db core are same.)
  14. Sorry bro, but i have little knowledge with source etc. and when i look your question threads, i fixxed 90% of your problems that i had too. And i saw this and now i know again the reason why i didnt shared to you.
  15. I never understand why somebody put .mse/png/tga into "locale", while its not related to some language. Put it in fucking "etc".
  16. i had that problem years ago, i think it was uitooltip or dump_proto mistake (dump_proto source missing COSTUME_SASH) not sure. If dump_proto missing or have wrong item type, the tooltip cant work very well .( my uitooltip all working with item types and not with vnum's)
  17. Go to config -> option- MISC and remove the hook at "auto encoding" and you're done with this problem lol.
  18. I told you always my opinion. And the function SetArmor is NOT included. As i said, not a "i put all things in your ass and you have nothing to do" version. ??
  19. maybe because this is only a basic version not a "i put all things in your ass and you have nothing to do" version.
  20. Cant see the pictures. use epvpimg or something like that.
  21. M2 Download Center Download Here ( Internal ) Hey guys, i was bored and this visual "bug" i hate since years, so i corrected the "navi" of the character window. @LordZiege (German) Download - Virustotal @ Tatsumaru (German & English) Download @ Mitachi (Italian) Download Kind regards
×
×
  • 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.