Jump to content

avertuss

Inactive Member
  • Posts

    480
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by avertuss

  1. "public: void __thiscall SpherePack::LostChild(class SpherePack *)" (?LostChild@SpherePack@@QAEXPAV1@@Z) "public: void __thiscall SpherePack::Unlink(void)" (?Unlink@SpherePack@@QAEXXZ) UserInterface C:\Users\Root\Desktop\SourceClient\client\UserInterface\eterlib.lib(GrpObjectInstance.obj) Any ideas? I used this tutorial
  2. etc etc. Where is the problem? I was using vs2008, now i'm using 2015, i updated boost to 1.55. @CxL'Services
  3. Hi. I'm using vs2008 and i have problem because i can't compile binary if i want use because it's c++11 lang and vs2008 doesn't support this. Can i install something to vs2008 or which version vs or other compiler should i use?
  4. How can i use spacerbar in cmdchat? cmdchat("SetMissionMessage You_should_kill_Azreael") -- it works cmdchat("SetMissionMessage You should kill Azreael") -- doesn't work
  5. Hi. I tried to edit c1/a1 maps but i don't see the buildings its' c1 map, but if i try to edit c3 map it works any ideas?
  6. I'm looking for this too. This skill disappear after teleport, because items are unequiping at logout.
  7. It works but what with this error? 0822 00:01:29573 :: Traceback (most recent call last): 0822 00:01:29573 :: File "ui.py", line 1098, in ui.Button.CallEvent 0822 00:01:29573 :: File "ui.py", line 137, in ui.__mem_func__.__call__ 0822 00:01:29573 :: File "ui.py", line 119, in ui.__noarg_call__.__call__ 0822 00:01:29573 :: File "uiNewShop.py", line 133, in uiNewShop.ShopDialogCreate.CreateShop 0822 00:01:29573 :: File "uiPrivateShopBuilder.py", line 243, in uiPrivateShopBuilder.PrivateShopBuilder.Open 0822 00:01:29573 :: AttributeError 0822 00:01:29573 :: : 0822 00:01:29573 :: 'NoneType' object has no attribute 'SetOnTopWindow' 0822 00:01:29573 ::
  8. How to hide npc name too? Because when i hide pet i still se the name of them.
  9. Hi. I have code: LPITEM item = ITEM_MANAGER::instance().CreateItem(70104, 1, 0, true); if (item) { item->SetSocket(0, mobVnum); int iEmptyPos = ch->GetEmptyInventory(item->GetSize()); if (iEmptyPos != -1) { ch->PointChange(POINT_GOLD, -price); item = ch->AutoGiveItem(item->GetVnum(), item->GetCount()); } else { M2_DESTROY_ITEM(item); ch->ChatPacket(CHAT_TYPE_INFO, "No slots in inventory."); break; } } else { ch->ChatPacket(CHAT_TYPE_INFO, "#%d item not exist by that vnum.", 70104); break; } that code is stacking marble but i can't use them beacuse they haven't socket. Any ideas?
  10. Hi. How can i change that critical hit will have other color than yellow?
  11. Hi someone have has that function in client source?
  12. @xP3NG3Rx i have no idea why but if i have your code in uiexchange client is crashing when on login screen with syserr: 0731 13:38:04482 :: 0731 13:38:04482 :: ============================================================================================================ 0731 13:38:04482 :: Abort!!!! Nothing more. Any ideas? I tried your modified file but without results.
  13. Hi. How can i make that after socket time will expire it will delete empty socket too? Example: i had 3 saphires, last saphire time expired and he left empty slot. I just want to delete slot when time will expire.
  14. Hi. How can i make that players need to wait 3s after equip costume etc? Player equiped item -> want to equip other or unequip after 1s -> nope, you must wait 3seconds. Idk how can i explain it better. I hope you understand.
  15. Ahh sorry, im stupid Error QUEST : new_guild STATE : start guild/new_guild.quest:3:assertion failure : t.token == '(' Abort (core dumped) Quest
×
×
  • 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.