Jump to content

skizz

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About skizz

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

skizz's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

17

Reputation

  1. Hello , i m trying to restrict the 6 item named "god blessing" from the quick slot vnum : 71027, 71028, 71029, 71030, 71044, 71045 I m trying to change it in : char_quickslot.cpp void CHARACTER::ChainQuickslotItem(LPITEM pItem, BYTE bType, BYTE bOldPos) { if (pItem->IsDragonSoul() || pItem->GetVnum() == 71028 || pItem->GetVnum() == 71029 || pItem->GetVnum() == 71030 || pItem->GetVnum() == 71027 || pItem->GetVnum() == 71045 || pItem->GetVnum() == 71044) return; But still no result, i get no error while compiling, but i still can use the items on the quickslot. Does any1 know how to block using the quickslot after teleport or login? to avoid the usage of bugs like damage bug
  2. Guys , my client opens but stays black and sysser says: 0131 19:22:01149 :: Traceback (most recent call last): 0131 19:22:01150 :: File "introLogo.py", line 60, in OnUpdate 0131 19:22:01151 :: File "networkModule.py", line 177, in SetLoginPhase 0131 19:22:01151 :: File "system.py", line 130, in __pack_import 0131 19:22:01151 :: File " 0131 19:22:01151 :: <string> 0131 19:22:01151 :: ", line 0131 19:22:01151 :: 41 0131 19:22:01151 :: 0131 19:22:01151 :: 0131 19:22:01151 :: self.loadCredentialButton = GetObject("LoadCredentials") 0131 19:22:01151 :: 0131 19:22:01151 :: ^ 0131 19:22:01151 :: SyntaxError 0131 19:22:01151 :: : 0131 19:22:01151 :: invalid syntax 0131 19:22:01151 ::
×
×
  • 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.