Jump to content

Quest map problem


Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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

 

Link to comment
Share on other sites

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

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

20 minutes ago, Kirige said:

have skype ? , please  give your skype 

So, you need to be in the map for farm or what map you created. then write /go 85 78 or /warp to a player who is there and it will give u this

ekUdyf9.png

for me is 88100, 614700. You need to add this to your quest ( if its still not working remove 2x0 from them, for me 881, 6147 )

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Premium

!??

 

If ur char is in for exemple:    880  1120,  in quest u need to add "ALLWAYS" 2 x 00  to that.

so quest will be:  

pc.warp ( 88000, 112000 )

 

 

to solve the born in wrong place:

In u map folder (serverside)

u have or create a new file:  town.txt

 

then add coordinates  u wanna players born in the map. 

 

for exemple:

if u wanna they born in  coordinates 754,  256

 

so town.txt will be:

 

town.txt

754,  256

754,  256

754,  256

 

 

if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.