Hi there
I have 2 big problems here. First is about guild. At guardian i wanna make that when i guild is maked to require lv 75, yang and some items. Anything i change in quest it didn`t make sense. The only thing is needed when i make guild is lv. 40 and 200.000 yang. Somebody can help me with a new quest, or something i can do ?
The quest : elseif pc.get_level()<75 then
say_title("Gardian:")
say("Imi pare rau dar nu ai nivelul necesar")
say("pentru a te putea lasa sa stapanesti o")
say("breasla. Aici este vorba despre cunostinte")
say("si putere.")
return
elseif pc.count_item(50039) >= 1 then
say_title("Gardian:")
say("Nu te pot lasa sa-ti formezi o breasla pana ce")
say("nu-mi dovedesti ca esti vrednic de asta!")
say("Vino la mine cu Oscarul breslei, obiectul ce")
say("semnifica puterea, forta si intelepciunea de")
say("a putea fi un lider bun.")
say_reward("De unde il poti achizitiona:")
say("Poate fi achizitionat prin schimbul punctelor")
say("metin de la Spiritul Metin.")
return
elseif pc.get_gold()< 200000 then
say_title("Gardian:")
say("Nu ai suficient Yang pentru a forma o breasla.")
say("Crezi ca este chiar atat de usor? Trebuie")
say("sa investesti mult pentru a detine o breasla")
say("capabila si neinfricata.")
say("")
say_white("Pe mai tarziu...")
return
end
game.request_make_guild()
end
end
----------------------------------------------------------------------------------
The second problem is about the moderator ingame. I wanna add moderator in game, but only with MUTE COMMAND. I can not do this with my CMD, because the LOW WIZARD is having and teleport command. How can i add the MODERATOR in game without having all the command ?
Please. Thanks in advance
UP
I have 2 big problems here. First is about guild. At guardian i wanna make that when i guild is maked to require lv 75, yang and some items. Anything i change in quest it didn`t make sense. The only thing is needed when i make guild is lv. 40 and 200.000 yang. Somebody can help me with a new quest, or something i can do ?
The quest : elseif pc.get_level()<75 then
say_title("Gardian:")
say("Imi pare rau dar nu ai nivelul necesar")
say("pentru a te putea lasa sa stapanesti o")
say("breasla. Aici este vorba despre cunostinte")
say("si putere.")
return
elseif pc.count_item(50039) >= 1 then
say_title("Gardian:")
say("Nu te pot lasa sa-ti formezi o breasla pana ce")
say("nu-mi dovedesti ca esti vrednic de asta!")
say("Vino la mine cu Oscarul breslei, obiectul ce")
say("semnifica puterea, forta si intelepciunea de")
say("a putea fi un lider bun.")
say_reward("De unde il poti achizitiona:")
say("Poate fi achizitionat prin schimbul punctelor")
say("metin de la Spiritul Metin.")
return
elseif pc.get_gold()< 200000 then
say_title("Gardian:")
say("Nu ai suficient Yang pentru a forma o breasla.")
say("Crezi ca este chiar atat de usor? Trebuie")
say("sa investesti mult pentru a detine o breasla")
say("capabila si neinfricata.")
say("")
say_white("Pe mai tarziu...")
return
end
game.request_make_guild()
end
end
----------------------------------------------------------------------------------
The second problem is about the moderator ingame. I wanna add moderator in game, but only with MUTE COMMAND. I can not do this with my CMD, because the LOW WIZARD is having and teleport command. How can i add the MODERATOR in game without having all the command ?
Please. Thanks in advance
UP