- Joined
- Feb 26, 2008
- Messages
- 77
- Reaction score
- 1
;example
;(quest (index 0 0)
; (case (if (class 0) (level 0) (specialty 0 0) (contribute 0) (item (0 0) (0 0)) (party 0) (quest 0 0) (clear 0))
; (then (html 0) (link 0 0) (specialty 0) (exp 0) (item (in 0 0 0) (out 0 0)) (contribute 0) (supoint 0) (save 0 0) (clear 0 0)))
; ......
; (case (if ) (then )))
--------------------------------------------------------
i have atm like this :
(quest (index 9796 3)
(case (if (item (31 100000000))) (then (item (out 31 100000000)) (contribute 10) (html 600606)))
(case (then (html 600566))))
---------------------------------------------
mean that i get 10 cont for 100000000 geons, but i want it to give 10000 rage for 100000000geons
but
(quest (index 9796 3)
(case (if (item (31 100000000))) (then (item (out 31 100000000)) (rage 10000) (html 600606)))
(case (then (html 600566))))
dosent work, help?
;(quest (index 0 0)
; (case (if (class 0) (level 0) (specialty 0 0) (contribute 0) (item (0 0) (0 0)) (party 0) (quest 0 0) (clear 0))
; (then (html 0) (link 0 0) (specialty 0) (exp 0) (item (in 0 0 0) (out 0 0)) (contribute 0) (supoint 0) (save 0 0) (clear 0 0)))
; ......
; (case (if ) (then )))
--------------------------------------------------------
i have atm like this :
(quest (index 9796 3)
(case (if (item (31 100000000))) (then (item (out 31 100000000)) (contribute 10) (html 600606)))
(case (then (html 600566))))
---------------------------------------------
mean that i get 10 cont for 100000000 geons, but i want it to give 10000 rage for 100000000geons
but
(quest (index 9796 3)
(case (if (item (31 100000000))) (then (item (out 31 100000000)) (rage 10000) (html 600606)))
(case (then (html 600566))))
dosent work, help?