[Q] If i cant buy a item. then another window comes up.

Results 1 to 6 of 6
  1. #1
    Grand Master 2Kxx is offline
    Grand MasterRank
    Feb 2008 Join Date
    Sweden..Location
    1,194Posts

    [Q] If i cant buy a item. then another window comes up.

    For example:
    If i ganna buy a item then if i dont got enough money, How i do so another window comes up then?


  2. #2
    I'm not here DarkfaceII is offline
    Grand MasterRank
    Aug 2007 Join Date
    GermanyLocation
    662Posts

    Re: [Q] If i cant buy a item. then another window comes up.

    edit it in message-e in config.pk

    /offtopic:
    2Kxx
    In Flames FTW
    True Words!

  3. #3
    Elite Member avihai1 is offline
    Member +Rank
    Nov 2007 Join Date
    108Posts

    Re: [Q] If i cant buy a item. then another window comes up.

    Dont you need to edit in e.pk? if blablabla then open this window.

  4. #4
    Grand Master 2Kxx is offline
    Grand MasterRank
    Feb 2008 Join Date
    Sweden..Location
    1,194Posts

    Re: [Q] If i cant buy a item. then another window comes up.

    rofl.. in message-e it isnt(there is all names)
    e.pk is only the basic shit bla bla with text's and links that sends quest.
    it's in quest.txt
    :
    Code:
    (quest (index 11000 2)
           (case (if (level 50)
           (case (then (item (in 7564 0 1)) ))
           (case (if (notlevel 50)))
           (case (then (html 500500)))
    )
    This dosent work for me..
    it says that (notlevel) is a wrong value or something.
    could someone help me!

  5. #5
    boo General is offline
    Grand MasterRank
    Sep 2006 Join Date
    at homeLocation
    2,269Posts

    Re: [Q] If i cant buy a item. then another window comes up.

    (quest (index 11000 2)
    (case (if (level 50))
    (then (item (in 7564 0 1)) ))
    (case (then (html 500500)))
    )

  6. #6
    Grand Master 2Kxx is offline
    Grand MasterRank
    Feb 2008 Join Date
    Sweden..Location
    1,194Posts

    Re: [Q] If i cant buy a item. then another window comes up.

    OK thx, and by the way. If i wanna do so a quest can only be done 1 time. I can do like this:

    (quest (index 11000 2) (linked 1)
    (case (if (level 50))
    (then (item (in 7564 0 1)) ))
    (case (then (html 500500)))
    )

    Right?



Advertisement