[HELP] I really need a quest!

07/03/2013 02:45 Florinelus#1
Hy epvp! :pimp:

I need a quest to check a map when the player has item 71095 (Ticket), and if it don't has, to him teleport in map 1, also limit the level to be 75 !

PLEASE, :handsdown: i search this quest too much !! Please !!

Thx epvp :)
07/03/2013 04:58 Acon™#2
Quest questions post here ;)

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


sry my Englisch is not sooo good ... :)


Mfg Acon
07/03/2013 06:14 x'Radon#3
PHP Code:
quest warp begin
    state start begin
        when NPCID
.chat."WRITEWHATYOUWANT" with pc.level>75 begin
            say_title
("Bla")
            
say("bla")
            
say("bla")
            
say("bla")
            
say("bla")
            
say("bla")
            if 
pc.count_item(710951)
                
pc.warp(xxxxxxxx)
            else
                return
            
end
        end
    end
end 
i dont know if its work :DD sry 4 my english, its very very bad :D
07/03/2013 09:23 Florinelus#4
Quote:
Originally Posted by [.Twist] View Post
PHP Code:
quest warp begin
    state start begin
        when NPCID
.chat."WRITEWHATYOUWANT" with pc.level>75 begin
            say_title
("Bla")
            
say("bla")
            
say("bla")
            
say("bla")
            
say("bla")
            
say("bla")
            if 
pc.count_item(710951)
                
pc.warp(xxxxxxxx)
            else
                return
            
end
        end
    end
end 
i dont know if its work :DD sry 4 my english, its very very bad :D
I will try it later :) Thx man !!!!