Im making a mage world
but how i can make that only mages can port to it?
Im making a mage world
but how i can make that only mages can port to it?
thought it would work with specialty dunno for sure though
little example :
(case (if (specialty 0 0))
i will try
Ty dopestar
(quest
(index 7000 1)
(case
(if
(specialty 0 0))
)
(then
(teleport 0 200000 200000)
)
)
(case
(then
(html 666)
)
)
)
should work like this only then with proper specialty and coords etc.
ok i will use and try if it works ty
Could it work like this ?
(quest
(case (if (class 1))
(index 8800 3)
(case (then (teleport 0 256575 270359)))
(case (then (html 300502)))
the other thing didnt worked but i think this is right
(quest
(index 8702 8)
(case (if (specialty 0 1))
(case (if (specialty 0 2))
(case (if (specialty 0 3))
(case (then (teleport 0 339170 268420)))
(case (then (html 300502)))
Still gettin errors when i start main SrvT
atleast tell what error you get then :P might be that I did a ) to many
if (class 1) :-)
speciality is job ;)
Yeah don't let IC's in, i don't like them.
so this might work?
(quest
(case (if (class 1))
(index 8800 3)
(case (then (teleport 0 256575 270359)))
(case (then (html 300502)))
always getting this error
pwdefef.bmp
ah fixed it :p i did
(quest
(case (if (class 1))
(index 8800 3)
(case (then (teleport 0 256575 270359)))
(case (then (html 300502)))
and it must be
(quest
(index 8800 3)
(case (if (class 1))(then (teleport 0 256575 270359)))
(case (then (html 300502)))
delete some (())))(((()(((()())((()))))(((((((((((((((((()))
//edit well you figured it out yourself..