Jump to content

Function Porblem


Recommended Posts

hi i try to do align system for Man and Woman, Exygo give that function but he don't work.

def GetAlignmentTitleName(alignment):
	import chr 
	import player

	sex = chr.RaceToSex(player.GetRace())

	if alignment >= 12000:
		if sex == 1:
			return TITLE_NAME_LIST[0]
		else:
			return TITLE_NAME_LIST[10]

what is the problem with this function pls help...

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

No one can say what is wrong with this function.
Matter how it is used.

 

This topic should be deleted because you have not given enough information.

 

def GetAlignmentTitleName(alignment):
	import chr 
	import player

	race	= player.GetRace()
	sex	= chr.RaceToSex(race)
	align	= player.GetAlignmentData()

	if align >= 12000:
		if sex == 1:
			# Do stuff
		else:
			# Do stuff

 

 

USE YOU BRAIN WHEN YOU POST A QUESTION. And who is that exygo ? 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      Metin2 effect script files (MSE and MSA file) how can convert

    2. 10

      Multi Language System

    3. 0

      We are looking for a C++ and Python programmer

    4. 0

      [Quest Scheduler Request] Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    5. 111

      Ulthar SF V2 (TMP4 Base)

    6. 0

      Quest function when 102.kill definition whereabouts help

    7. 5

      [M2 FILTER] Customized Client Filter

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.