[QuestLib] Increase level function

09/02/2013 17:25 [The]Domco#1
Edit : [Only registered and activated users can see links. Click Here To Register...]
09/02/2013 18:10 ProfessorEnte#2
Hey sir, thanks for this function but this is a small release :P

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

please post it there! :)
09/02/2013 18:34 .Inya#3
Ist auch schon länger Public. Ich glaub .Noa hats mal Pub gemacht :I
09/02/2013 18:35 [The]Domco#4
Tell me any ideas for difs or quests i am bored
09/02/2013 18:49 .Inya#5
Can i send you my dif and you disable the Tech ranks for Skills?

The game_r2089M dif doesnt work. And its game_r2089M so i dont know how to fix it :D
09/02/2013 19:26 HaveBeen™#6
Quote:
Originally Posted by InyaProduction View Post
Can i send you my dif and you disable the Tech ranks for Skills?

The game_r2089M dif doesnt work. And its game_r2089M so i dont know how to fix it :D
[Only registered and activated users can see links. Click Here To Register...]

I think you surprised topic.. or spams.. :facepalm:
09/02/2013 19:30 Lord iRemix#7
It's already public.

And it won't work.

Code:
while pc.get_level() < value do
You try to compare a string with a number.
So you'll get a lua error.

You must use the function tonumber()

For example here:

Code:
local value = tonumber(input())
Lg
09/03/2013 11:27 xCPx#8
Naja is ja nicht so, dass ich das 2011 schon gepubbt habe...

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