Quest.txt

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! KingForex is offline
    MemberRank
    Nov 2009 Join Date
    200Posts

    Support Quest.txt

    Code:
    (quest (index 33050 1)
    	(case (if (item (contribute 50))) (then (item (out contribute 50) (in 1500 0 1)) (html 900804)))
    	(case (then (html 900805))))
    could some one fix this code?

    Thanks ,Tiger


  2. #2
    Apprentice SequenceKal is offline
    MemberRank
    Jun 2010 Join Date
    14Posts

    Re: Quest.txt

    Quote Originally Posted by KingForex View Post
    Code:
    (quest (index 33050 1)
    	(case (if (item (contribute 50))) (then (item (out contribute 50) (in 1500 0 1)) (html 900804)))
    	(case (then (html 900805))))
    could some one fix this code?

    Thanks ,Tiger
    Here You Go ^^


    ;contributes
    (quest
    (index 33050 1)
    (case (if (contribute 50))
    (then (item (in 1500 0 1)) (contribute -50)))
    (case (then (html 900805)))
    )
    Last edited by SequenceKal; 02-08-10 at 11:44 PM.

  3. #3
    Account Upgraded | Title Enabled! KingForex is offline
    MemberRank
    Nov 2009 Join Date
    200Posts

    Re: Quest.txt

    Thanks alot succed :)



Advertisement