Xtreme Developers

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Xtreme Developers Forum!

Subscribe


2 posters

    Smart Starter

    avatar
    maakera
    Newbie
    Newbie


    Posts : 12
    Exp : 24961
    Reputation : 0
    Join date : 2010-09-19

    Smart Starter Empty Smart Starter

    Post by maakera Thu Dec 09, 2010 2:26 pm

    Smart Starter.
    Usually the typical starters you see are like, "you have 3 choice's", "Do you want to be a mage, knight or archer" etc.
    but mine has 1 choice. "Do you want to start?"
    if you click it it checks your class and give's items for that class alone.
    here it is:
    Code:
    ;Starter
    (quest (index 10002 1)
          (case (if (class 0) (level 1))
                (then (html StarterFalse) (item (out 1 0) (in 100 92 1) (in 117 0 1) (in 118 0 1) (in 119 0 1) (in 120 0 1) (in 121 0 1) (in 337 0 1) (in 3000 0 99999) (in 3001 0 99999) (in 3002 0 500) (in 3004 0 500) (in 482 0 500) ) (contribute 10) (supoint 10)))
          (case (if (class 1) (level 1))
                (then (html StarterFalse) (item (out 90 0) (in 112 92 1) (in 127 0 1) (in 128 0 1) (in 129 0 1) (in 130 0 1) (in 131 0 1) (in 338 0 1) (in 3000 0 99999) (in 3001 0 99999) (in 3002 0 500) (in 3004 0 500) (in 482 0 500) ) (contribute 10) (supoint 10)))
          (case (if (class 2) (level 1))
                (then (html StarterFalse) (item (out 22 0) (in 107 92 1) (in 122 0 1) (in 123 0 1) (in 124 0 1) (in 125 0 1) (in 126 0 1) (in 339 0 1) (in 3000 0 99999) (in 3001 0 99999) (in 3002 0 500) (in 3004 0 500) (in 482 0 500) ) (contribute 10) (supoint 10)))
    )

    this is more easy on e.pk too becouse its only one quest mission.
    Zibit
    Zibit
    Admin


    Posts : 21
    Exp : 25633
    Reputation : 6
    Join date : 2010-05-22
    Age : 30
    Location : Estonia

    Smart Starter Empty Re: Smart Starter

    Post by Zibit Wed Dec 15, 2010 12:56 pm

    Nice ^^ creative Very Happy

      Current date/time is Wed May 08, 2024 7:40 am