Jump to content

Blooregard

Banned
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Blooregard

  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. 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
          

     

×
×
  • 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.