Jump to content

Python player

Banned
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Python player

  1. 1 minute ago, Syreldar said:

    ? "Then" is not a var type. What are you talking about

    Return false doesn't exist in a quest, you can only use it to return something inside functions, in a normal quest you just use "return", which is still a bad habit,

    so I just leran it now in the far im start with python and who teach me tell me that..

    so i will talk with him about this

    Thanks for correcting the information
  2. 5 minutes ago, Syreldar said:
    
    return False;
    
    then;

    ??????????????????????????????????????????????????????????????????

     

    return false; cause the window crash when the quest end i put it - I know it from python and see one use it but without false

    then; i put it after the local so i try it in some quest so if i put it or  not the same result..

    and one tell me in lua you can use it but its not important as python@@

    and thx for the fix

     

  3. 9 hours ago, Den said:

    Try to insert space on the end of string where you've used national characters e.g.:

     say("لقد أقدم بعض الخونه على سرقه مجموعة من عتادي المحبوب مني")

     say("لقد أقدم بعض الخونه على سرقه مجموعة من عتادي المحبوب مني ")

    The other thing is that you didn't define xx

    if pc.count_item ( xx ) == 1 then

    And I don't know if it's allowed to use ";" in lua so you can also try to remove them.

    Thanks for your reply but

    The; allowed in lua 

    And I don't use the xx I change it when I make the quest compile 

    I change it to 19..

    Like this

    https://pastebin.com/y8tqUPL6

    So where is the real error

  4. 45 minutes ago, Syreldar said:

    I believe using correct language, sentences and commas in your message could help anyone understand what your problem is.

    At its current state, i can't understand anything.

    At this point i use the phone to write it...

    So there is no way to make. It100%

    But i try with all of my know..

    17 minutes ago, metin2-factory said:

    If you want a seperate dungeon for each different player you should use d.join instead of pc.warp

    d.joim(mapindex)

     

    Or, recode d.new_jump_party to work also for single players.

    So i need to put 

    D.join(mapindex)

    After this put

    Pc.warp?

  5. hello every body Im sure I need to know this with my self but I try for 5 days and I didn't git it when I need to make dungeon what the function should i use to make that who will go to the dungeon meet the man who going before him (who didnt understand me like x go to fx dungeon at 9pm and y go to same dungeon but x still in the dungon how coild or what i should do to make x and y cant meet)

    there is function but this include(map index) the question what the function to make single dungeon and multi dungeon and where i should put pc.warp

  6. #Update

    This is the detaile about the map if yoy can make it send pm to me

    4 corners, 3 for the empire and 1 for pvp area, in the middle of map there are a mountains where the players can walk, there ins't way beetween 1 and 2 empire. only between 3 and 4

    lake under the first corner

    And between 1 and 2 
    And lake between 3 and4

    And there is no big map just mini map

    The map size 4x4

    Pm for who can do it..

  7. hello there

    Im making a small thing that make the price of your car...

    but there is no thing happened the python say there is no error

    but I need a result  there is no resulet i def days by what you are writing (I know its simple cause i didnt add any if for check this cause i test my self...)

    but the days cant transfer to cost why that happend ?

    this is my code

    	print "hello there"
    print "but the days that you want to but your car there"
    days = raw_input()
    def rental_car_cost():
        cost = str(days) * 40
        if days >= 7:
            return cost - 50
        elif days >= 3:
            return cost - 20
    	

  8. hello there

    Im making a small thing that make the price of your car...

    but there is no thing happened the python say there is no error

    but I need a result  there is no resulet i def days by what you are writing (I know its simple cause i didnt add any if for check this cause i test my self...)

    but the days cant transfer to cost why that happend ?

    this is my code

    	print "hello there"
    print "but the days that you want to but your car there"
    days = raw_input()
    def rental_car_cost():
        cost = str(days) * 40
        if days >= 7:
            return cost - 50
        elif days >= 3:
            return cost - 20
    	

  9. hello gays and guys :)

    yeah Im player on python lets say Im beginner 

    I take acource and the cource tell me to do some thing like game Pay @@

    I make it but the game doesn't success  when i write any thing they turned to the second if(the else)

    also the  Conditions true but when I write any thing make the Conditions success 

    but every time i git empty(when i test the a program

    empty the second if or the same but...)

    so where is my problem?

    	 
    	print 'Welcome to the Pig Latin Translator!'
    	original = raw_input("Enter word:")
    original = ("")
    if len(original) > 0 and original.isalpha() == True :
        print original
    else:
        print ("empty")
    	
×
×
  • 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.