Jump to content

Kirige

Banned
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Kirige

  1. 2 minutes ago, Sonitex said:

    Told you..

    Go in map with GM char, go to the place where you would like for players to be teleported and do /go with those coordinates. Then it will give you a message with new X Y which you replace in 

    
    pc.warp(1000 , 1000)

    b1446c76a8414c899e7ec4260ba6b2e5.png

  2. 2 minutes ago, Sonitex said:

    Do /go X Y and then it will give you some coordinates in the chat, use those.

    my quest 

    quest map90 begin
       state start begin
          when login or levelup with pc.level >90 begin
             set_state(start)
          end
       end
          
       state start begin
          when 20095.chat."Farm Map Lv = (90)." with pc.level >= 90 begin
             say_title(""..mob_name(20095)..":")
             addimage(20, 12, "quest_90.tga")
                say("")
                say("")
                say("")
             say("Salut, "..pc.get_name().."")
             say("Am o provocare pentru tine.")
             say("De data aceasta tinutul este cunoscut,")
             say("dar nimeni nu indrazneste sa intre.")
             say("Chiar si asa tot trebuie sa ma platesti")
             say("Am nevoie de "..item_name(1990).." .")
             say_item_vnum(1990)
             wait()
             say("")
             say("")
             if pc.count_item(1990)>0 then
                say_title(""..mob_name(20095)..":")
                say("Te asteapta monstri fiorosi,")
                say("tinuturi neexplorate si")
                say("pericole la tot pasul.")
                say("Odata cu pericolul")
                say("vine si adventura.")
                say("Mult Succes.")
                pc.remove_item(1990)
                pc.warp(1000 , 1000)
                
                else
                say_title("Map level 90:")
                say("")
                say("Imi pare rau, "..pc.get_name().." dar")
                say("Nu ai "..item_name(1990).." pentru mine")
                say("")
                say("")
                say_item_vnum(1990)
                end
                   end
                end
          end

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.