[LUA] New First-Login quest script

03/02/2012 15:39 sLay.#16
I don't attack you dude.

I'm fan of you dif's , i just mediate between you and the rest of the community :D
03/04/2012 03:32 Opium™#17
When install y have this error :

QUEST : give_basic_weapon
STATE : start
WHEN : login
Calls undeclared function! :
color256
say_size
Abort (core dumped)
03/04/2012 10:14 ReckLess.#18
Quote:
Originally Posted by cyry View Post
When install y have this error :

QUEST : give_basic_weapon
STATE : start
WHEN : login
Calls undeclared function! :
color256
say_size
Abort (core dumped)
You have to add these functions on your quest_functons:

Code:
color256
say_size
Check then if these functions are written on your questlib.lua.