[RELEASE]Experience Quest!

02/20/2012 21:03 .Hany#1
Hello Epvp Community , I quickly made this quest but didn't test it yet hopefully it works for you guys.

PHP Code:
    quest magic ring by Hany begin
    state start begin
        when ItemValue
.use begin
            say_titel
("Magic Ring")
            
say("Congratulations! Using the")
            
say("magic ring was succesfull,")
            
say("Now you've gained 9k experience!")
            
pc.give_exp2(9000)
            
pc.remove_item(ItemValue1)
        
end    
    end
end 
#Replace ItemValue with the item code you'll use for the quest.
02/20/2012 21:10 Hamolos#2
Das is doch nix besonderes.....
02/20/2012 21:15 [SA]Con#3
Quote:
Originally Posted by .Hany View Post
Hello Epvp Community , I quickly made this quest but didn't test it yet hopefully it works for you guys.

PHP Code:
    quest Magic Ring by Hany begin 
        state start begin
        when itemcode
.use begin
        
say_title
("Magic Ring")
say("Congratulations! Using the magic ring was succesfull , Now you've gained 9k experience!")

pc.give.exp2(9000)

                
end
            end
        end
    end
end 
#Replace itemcode with the item code you'll use for the quest.

Fail??

#Closerquest
02/20/2012 21:22 [SA]KiLLeD#4
thx for the quest, maybe i can need it.
02/20/2012 21:22 [SA]Con#5
Quote:
Originally Posted by .Hany View Post
Nope , This is not a fail and can stay open as it's a new idea to make a quest that gives experience & 'til now I haven't even found any release for that.

Nobody will use this quest.

You can believe me. ;)

Edit: Ok, One person can need it.
02/20/2012 21:22 iMaino#6
:facepalm:
02/20/2012 21:25 Sp0ngeb0b ist cool#7
abgesehen davon, dass die quest fürn ar*** ist, wird sie nicht funktionieren :facepalm:

the quest is bullsh** and won't be work ;)
02/20/2012 21:26 ReckLess.#8
Dude, du bist ein gewinner ;D.
02/20/2012 21:27 [SA]Con#9
Quote:
Originally Posted by Sp0ngeb0b ist cool View Post
abgesehen davon, dass die quest fürn ar*** ist, wird sie nicht funktionieren :facepalm:

the quest is bullsh** and won't be work ;)
This!

Ich bin ganz deiner Meihnung. Sogar Ich als Quest anfänger, sah sofort das sie nicht geht. :D


Edit: So würde die Quest Funktionieren.

Code:
quest experience begin 
	state start begin
		when ItemValue.use begin
        	say_titel("Magic Ring")
        	say("Congratulations! Using the")
        	say("magic ring was succesfull,")
		say("Now you've gained 9k experience!")
        	pc.give_exp(9000)
	end
    end
end
Und mit Item Entfernen auch:

Code:
quest experience begin 
	state start begin
		when ItemValue.use begin
        	say_titel("Magic Ring")
        	say("Congratulations! Using the")
        	say("magic ring was succesfull,")
        	say("Now you've gained 9k experience!")
        	pc.give_exp(9000)
        	pc.remove_item(ItemValue, 1)
	end
    end
end
02/20/2012 21:58 TenmaPL#10
still better than nitr0uz
02/20/2012 22:02 Sp0ngeb0b ist cool#11
nein con^^

du musst das when auch beenden ...

also so:
PHP Code:
quest experience begin 
    state start begin
        when ItemValue
.use begin
            say_titel
("Magic Ring")
            
say("Congratulations! Using the")
            
say("magic ring was succesfull,")
            
say("Now you've gained 9k experience!")
            
pc.give_exp2(9000)
            
pc.remove_item(ItemValue1)
        
end    
    end
end 
;)
02/20/2012 22:05 [SA]Con#12
Quote:
Originally Posted by Sp0ngeb0b ist cool View Post
nein con^^

du musst das when auch beenden ...

also so:
PHP Code:
quest experience begin 
    state start begin
        when ItemValue
.use begin
            say_titel
("Magic Ring")
            
say("Congratulations! Using the")
            
say("magic ring was succesfull,")
            
say("Now you've gained 9k experience!")
            
pc.give_exp2(9000)
            
pc.remove_item(ItemValue1)
        
end    
    end
end 
;)
Ah stimmt. Danke. :D
02/20/2012 22:17 selim995#13
oooooooooooo super thank you :D
02/20/2012 22:31 OwnD'#14
Böser Fehler !
ProfiQuestler ;)
PC item.remove oder so :D
02/20/2012 22:37 [SA]Con#15
Quote:
Originally Posted by OwnD' View Post
Böser Fehler !
ProfiQuestler ;)
PC item.remove oder so :D
Ich verstehe deinen Satz irgendwie nicht. :p