

Blooregard
Banned-
Content Count
14 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Blooregard

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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=0
-
The problem was transmutation in my case , have you too?
-
I fixed , the problem was in item.cpp case ITEM_WEAPON.
-
Dont work , if i summon and unsummon weapon dissapear just visual (bow,sword,dagger)
-
Send me your skype in pm
-
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 de
-
Hi dev ,i have a little problem when i equip an arrow https://gyazo.com/bfe5e5c0fef772c27945ffadf925b48f