Jump to content

Blooregard

Banned
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

About Blooregard

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

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

Blooregard's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi guys, i have a crash core with this error in gdb #0 0x28afe8d7 in thr_kill () from /usr/lib32/libc.so.7 No symbol table info available. #1 0x28afe8ca in raise () from /usr/lib32/libc.so.7 No symbol table info available. #2 0x28afe816 in abort () from /usr/lib32/libc.so.7 No symbol table info available. #3 0x28957f75 in __gnu_cxx::__verbose_terminate_handler () at ../../.././../gcc-4.9-20130505/libstdc++-v3/libsupc++/vterminate.cc:95 terminating = true t = <optimized out> #4 0x28954c15 in __cxxabiv1::__terminate ( handler=0x28957de0 <__gnu_cxx::__verbose_terminate_handler()>) at ../../.././../gcc-4.9-20130505/libstdc++-v3/libsupc++/eh_terminate.cc:47 No locals. #5 0x28954cac in std::terminate () at ../../.././../gcc-4.9-20130505/libstdc++-v3/libsupc++/eh_terminate.cc:57 No locals. #6 0x28954f07 in __cxxabiv1::__cxa_throw (obj=0x2a57fe00, tinfo=0x289eb65c <typeinfo for std::logic_error>, dest= 0x2896d290 <std::logic_error::~logic_error()>) at ../../.././../gcc-4.9-20130505/libstdc++-v3/libsupc++/eh_throw.cc:84 No locals. #7 0x289ae0ca in std::__throw_logic_error ( ---Type <return> to continue, or q <return> to quit---
  2. The problem was transmutation in my case , have you too?
  3. I fixed , the problem was in item.cpp case ITEM_WEAPON.
  4. Dont work , if i summon and unsummon weapon dissapear just visual (bow,sword,dagger)
  5. Search : def AddItemData and under this add if self.__CostumeMountType(itemVnum): #f item.COSTUME_TYPE_MOUNT == itemSubType: name = item.GetItemName() time = metinSlot[player.METIN_SOCKET_MAX_NUM-1] self.SetTitle(name) self.AppendDescription(item.GetItemDescription(), 26) self.AppendDescription(item.GetItemSummary(), 26, self.CONDITION_COLOR) self.__AppendAffectInformation() self.__AppendAttributeInformation(attrSlot) self.AppendUniqueItemLastTime(time) self.ShowToolTip() return Search : def __IsHair(self, itemVnum): and under this add def __CostumeMountType(self, itemVnum): return itemVnum > x and itemVnum < x Change first x with your first mount vnum and the second with the last mount vnum
  6. Hi dev ,i have a little problem when i equip an arrow [Hidden Content]
×
×
  • 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.