[Release]Rats Quest

09/04/2012 21:28 HeroOfMetin#1
quest rates begin
state start begin
when letter with pc.is_gm() begin
send_letter("Rates")
end
when info or button with pc.is_gm() begin
command("priv 0 2 400 699")
command("priv 0 4 400 699")
command("priv 0 1 50 699")
send_letter("Rates")
end
end
end


ist mein erster quest die wo auch funktioniert :)
bin noch in der noob fahse
09/04/2012 21:32 .RUGrinox#2
benutz mal "php code"
09/04/2012 21:35 HeroOfMetin#3
wie geht das ?
09/04/2012 21:37 JediMax#4
So:

PHP Code:
    state start begin
        when letter with pc
.is_gm() begin
            send_letter
("Rates")
        
end
        when info 
or button with pc.is_gm() begin
            command
("priv 0 2 400 699")
            
command("priv 0 4 400 699")
            
command("priv 0 1 50 699")
            
send_letter("Rates")
        
end
    end
end 
09/04/2012 21:44 Sp0ngeb0b ist cool#5
hehe, nicht gerade nützlich...
hab vor nem Jahr oder so mal das hier gepostet:
[Only registered and activated users can see links. Click Here To Register...]

ist komfortabler..code (ginge auch 1/4 der Länge) ist scheiße aber der thread ist auch schon alt xP
09/04/2012 21:57 HeroOfMetin#6
oO
09/04/2012 23:04 .Onlyx3#7
Quote:
Originally Posted by HeroOfMetin View Post
quest rates begin
state start begin
when letter with pc.is_gm() begin
send_letter("Rates")
end
when info or button with pc.is_gm() begin
command("priv 0 2 400 699")
command("priv 0 4 400 699")
command("priv 0 1 50 699")
send_letter("Rates")
end
end
end



ist mein erster quest die wo auch funktioniert :)
bin noch in der noob fahse
Ist ja auch soo schwer...
09/05/2012 00:03 RumorUS#8
LOL at first I was like "rats? what is this.."

but then I was like "ohhhh, rates."