|
You last visited: Today at 09:56
Advertisement
Help with an error in the questlib.lua
Discussion on Help with an error in the questlib.lua within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
02/15/2013, 21:18
|
#1
|
elite*gold: 0
Join Date: Sep 2012
Posts: 4
Received Thanks: 0
|
Help with an error in the questlib.lua
I need a little help with a problem I have in questlib.lua fails, and I think it's because I have tucked functions .. but as I say I think that's
could you tell me where you put the lua functions?
because I get this error:
locale / germany / quest / questlib.lua: 1558: attempt to index field '?' (a nil value)
and the line to which it refers is:
{['type'] = apply.MAX_HP, ['name'] = "Sangue Vitale", ['max_points'] = 30, ['min_level'] = PetSystem [1]. StartingLevel, ['desc'] = "HP +100 ", ['mult'] = 100, ['tag'] =" HP "},
can you tell me how I can fix?
|
|
|
02/15/2013, 21:20
|
#2
|
elite*gold: 5
Join Date: Oct 2010
Posts: 1,692
Received Thanks: 1,772
|
Maybe like this:
PHP Code:
{'type' = apply.MAX_HP, 'name' = "Sangue Vitale", 'max_points' = 30, 'min_level' = PetSystem [1]. StartingLevel, 'desc' = "HP +100 ", 'mult' = 100, 'tag' =" HP "},
And its the wrong section you need to post it here:
|
|
|
02/15/2013, 23:04
|
#3
|
elite*gold: 0
Join Date: Sep 2012
Posts: 4
Received Thanks: 0
|
Quote:
Originally Posted by DasKuchen
Maybe like this:
PHP Code:
{'type' = apply.MAX_HP, 'name' = "Sangue Vitale", 'max_points' = 30, 'min_level' = PetSystem [1]. StartingLevel, 'desc' = "HP +100 ", 'mult' = 100, 'tag' =" HP "},
And its the wrong section you need to post it here:

|
No friend .. I works with that now I get an error:
PHP Code:
connect: Connection refused
locale/germany/quest/questlib.lua:1557: `}' expected near `='
|
|
|
02/16/2013, 00:04
|
#4
|
elite*gold: 0
Join Date: Jan 2010
Posts: 104
Received Thanks: 158
|
Would help if you post the code near the line it refers the error to.
|
|
|
02/16/2013, 00:07
|
#5
|
elite*gold: 0
Join Date: Sep 2012
Posts: 4
Received Thanks: 0
|
Quote:
Originally Posted by GunnerMBT
Would help if you post the code near the line it refers the error to.
|
PHP Code:
-- Classe PetSystem = {['Folder'] = QuestFolder.."io/pet/", ['Flag'] = "active_pet"} -- Pet 1 PetSystem[1] = {['Name'] = "Fenice Rossa", ['Level'] = 22, ['Item'] = 50512, ['StartingLevel'] = 50, ['FinalLevel'] = 210, ['WindowSize'] = 395, ['Skill']= { {['type']=apply.MAX_HP,['name']="Sangue Vitale",['max_points']=30,['min_level']=PetSystem[1].StartingLevel,['desc']="+100HP",['mult']=100,['tag']=" HP"}, {['type']=apply.INT,['name']="Inteligencia",['max_points']=15,['min_level']=PetSystem[1].StartingLevel,['desc']="+1 INT",['mult']=1,['tag']=" Inteligencia"}, {['type']=apply.STR,['name']="Fuerza",['max_points']=15,['min_level']=PetSystem[1].StartingLevel,['desc']="+1 STR",['mult']=1,['tag']=" Fuerza"}, {['type']=apply.DEX,['name']="Dextresa",['max_points']=15,['min_level']=PetSystem[1].StartingLevel,['desc']="+1 DEX",['mult']=1,['tag']=" Dextresa"}, {['type']=apply.STEAL_HP,['name']="Absorver HP ",['max_points']=15,['min_level']=75,['desc']="+1% ass. HP",['mult']=1,['tag']="% Absorver HP"}, {['type']=apply.ATT_GRADE_BONUS,['name']="Valor de Ataque",['max_points']=20,['min_level']=100,['desc']="+10 de valor de ataque",['mult']=20,['tag']=" Valor de Ataque"}, {['type']=apply.CRITICAL_PCT,['name']="Criticos",['max_points']=20,['min_level']=125,['desc']="+1% posibilidad de golpes criticos",['mult']=1,['tag']="% Criticos"}, {['type']=apply.ATTBONUS_MONSTER,['name']="Fuerza Moustros",['max_points']=20,['min_level']=150,['desc']="+1% Fuerza contra moustros",['mult']=1,['tag']="% Fuerza contra moustros"}, {['type']=apply.BLOCK,['name']="Bloqueo al cuerpo",['max_points']=10,['min_level']=175,['desc']="+1% posibilidad de Bloqueo al cuerpo",['mult']=1,['tag']="% Bloqueo al cuerpo"} }
|
|
|
02/16/2013, 10:15
|
#6
|
elite*gold: 260
Join Date: Jan 2013
Posts: 178
Received Thanks: 104
|
You have to make this folder
io/pet ( inside quest )
|
|
|
 |
Similar Threads
|
Mijago Questlib wie?
11/29/2012 - Metin2 Private Server - 2 Replies
Hallo,
um die questlib von mijago zu nützen benötige ich doch ein Programm, was sich Git nennt oder? Wo finde ich ne Anleitung zur Installation von diesem ding?
lg
|
[HELP]suche Questlib.lua
04/23/2012 - Metin2 Private Server - 2 Replies
Hey leute hab vor einigen tagen ausversehen meine questlib.lua gelöscht
kann mir jemand eine questlib schicken
PS: Daroo files:rtfm:
|
Questlib.lua fehler
02/23/2012 - Metin2 Private Server - 1 Replies
Wenn ich das hier einfüge:
say_item_name(vnum)
say_title(item_name(vnum)..":") end
hat der Server fehler <.<
|
questlib error
10/30/2011 - Metin2 Private Server - 0 Replies
hallo
hab ein problem mit meiner questlib bekomme denn fehler:
SYSERR: Oct 27 21:43:06 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
SYSERR: Oct 27 22:43:01 :: InitializeLua: LOAD_QUESTLIB_FAILURE(locale/germany/quest/questli b.lua)
woran liegt das
hab ma meine questlib unten hochgeladen.
|
questlib
09/07/2011 - Metin2 Private Server - 5 Replies
hallo
ich suche die questlib für denn questbfehle
DragonLair.startRaid
da ich irgendwie zu blöd bin
|
All times are GMT +1. The time now is 09:57.
|
|