Jump to content

Dex

Member
  • Posts

    69
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Dex

  1. vor 4 Stunden schrieb Syriza:

    do you have discord? i will help you :P

    Discord:

    Dex#5601

    vor 4 Stunden schrieb MrQuin:

    I am sure no one could help you unless he tried to implent this system

    I think you have something wrong with the order of function

    And an advice this system is buges :( try and look for another version of it (turkish one) .

    Wich one?

  2. vor 6 Stunden schrieb Raylee:

    Maybe that?

    Best regards
    Raylee

    No but i found it.

     

    	def __AppendAttributeInformation(self, attrSlot, itemAbsChance = 0, vnum = 0):
    		if 0 != attrSlot:
    			for i in xrange(player.ATTRIBUTE_SLOT_MAX_NUM):
    				type = attrSlot[i][0]
    				value = attrSlot[i][1]
    
    				if 0 == value:
    					continue
    
    				affectString = self.__GetAffectString(type, value)
    
    				if app.ENABLE_SASH_SYSTEM:
    					if vnum >= 85001 and vnum <= 85024 or vnum >= 86001 and vnum <= 86058: ## THIS LINE NEED TO BE CHANGED LIKE THIS
    						value = self.CalcSashValue(value, itemAbsChance)
    						affectString = self.__GetAffectString(type, value)
    				
    				if affectString:
    					affectColor = self.__GetAttributeColor(i, value)
    					self.AppendTextLine(affectString, affectColor)

     

  3. I tried to put the Sash System by Lennt, but my Python doesn't work, here is the Syserr:

    Quote

    0111 20:28:07528 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import

    networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 773)

    0111 20:28:07528 :: ============================================================================================================
    0111 20:28:07528 :: Abort!!!!

    Kind Regards
    .Dex

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