[QUEST]Map Level Block

02/08/2014 11:51 IGotPower#1
Hello Epvp Com

Todat I share a quest for you protect your maps.


Have Fun ..!
02/08/2014 11:54 Lord iRemix#2
Srsly?

Code:
quest mapblock begin
	state start begin
		when login begin
			local data = {
			-- Index   lvl
				[194] = 110,
			}
			
			if data[pc.get_map_index()] ~= nil and pc.get_level() < data[pc.get_map_index()] then
				warp_to_village()
			end
		end
	end
end
02/08/2014 11:59 IGotPower#3
Quote:
Originally Posted by [iRemix] View Post
Srsly?

Code:
quest mapblock begin
	state start begin
		when login begin
			local data = {
			-- Index   lvl
				[194] = 110,
			}
			
			if data[pc.get_map_index()] ~= nil and pc.get_level() < data[pc.get_map_index()] then
				warp_to_village()
			end
		end
	end
end
Thanks. I just want to help. Your quest if better than my quest :D
02/08/2014 12:09 .Cyous#4
Hello,

It is a little release, post it please in this thread
-> [Only registered and activated users can see links. Click Here To Register...]
-> #closerequest

Gruß,
.Cyous
02/08/2014 15:50 Adam1519#5
Actually it's not enough protection :P Someone can teleport us using cheats. Better way is "when login or kill", but it's still not enough. Someone can farm us in party...

And the last thing.
That quest should be posted in "Discussions / Questions" not in "kleine Releases".

MfG
02/09/2014 13:08 Nectix#6
[Only registered and activated users can see links. Click Here To Register...]