[QUEST]Karma

02/05/2011 16:09 DjZed#1
I'm bringing this quest that I created that gives you the range you choose you need to get

PHP Code:
quest rank begin
state start begin
when 20094.chat
."positive range" begin
say_title
("By DjZed")
say("I can give you the range you want ..")
say_reward("What rank do you want?")
local a select "Friendly" "Good" "Nobility" "Gentleman" "Cancel" )
if 
== 1 then
pc 
change_alignment 1000 )
return
end
else == 2 then
pc 
change_alignment 4000 )
return
end
else == 3 then
pc 
change_alignment 8000 )
return
end
else == 4 then
pc 
change_alignment 20000 )
return
end
else == 5 then
return
end
when 20094.chat
."Negative Range" begin
say_title
("By DjZed")
say("I can give you the range you want ..")
say_reward("What rank do you want?")
local b select "Agresive" "Fraudulent" "Malicious" "Cruel" "Cancel" )
if 
== 1 then
pc 
change_alignment ( -1000 )
return
end
else == 2 then
pc 
change_alignment ( -4000 )
return
end
else == 3 then
pc 
change_alignment ( -8000 )
return
end
else == 4 then
pc 
change_alignment ( -20000 )
return
end
else == 5 then
return
end 

i hope you like ;D
02/05/2011 16:13 YouFailed#2
Nice ! I Hope that it isnt ripped :(
02/05/2011 16:49 .iXream.#3
Nice.Itīs for a FunServer :D
02/05/2011 17:21 B4c4rDi#4
its okay ;)
thx for work
02/05/2011 17:45 Atahnaru#5
Nice Quest but it is pointless to choose a negative range ;)