Hello,
is this script working on rAthena only? or can use also in eAthena?
i have this error
i put this
AddCollection("<Test Quest>",<99>,<99>,<31001>,<1>,<1000000>,<0>,<0>,<501>,<10>,...);
this is the error
[Error]: Loading NPC file: npc/tNPC/test npc.txt
script error on npc/tNPC/test npc.txt line 273
parse_simpleexpr: unexpected character
268 : if(.questsloaded==1) end;
269 : set .questsloaded, 1;
270 :
271 : //Add Collection Quests here
272 : //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Rewa
rd|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<I
tem Amount>,...);
* 273 : AddCollection("<Test Quest>",'<'99>,<99>,<31001>
,<1>,<1000000>,<0>,<0>,<501>,<10>,...);
274 :
275 :
276 : //Add Hunting Quests here
277 : //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|
Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<M
onster Amount>,...);
278 : //AddHunting("<Hunting Quest>",<90>,<98>,<31001>
,<1>,<1000000>,<1>,<1>,<1002>,<10>,...);
for this one without < >
AddCollection("Test Quest",99,99,31001,1,1000000,0,0,501,1,...);
this is the map server said
[Error]: Loading NPC file: npc/tNPC/test npc.txt
script error on npc/tNPC/test npc.txt line 273
parse_callfunc: expected ')' to close argument list
268 : if(.questsloaded==1) end;
269 : set .questsloaded, 1;
270 :
271 : //Add Collection Quests here
272 : //AddCollection("<Quest Name>",<Min Lvl>,<Max Lvl>,<Rewa
rd|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Item ID>,<I
tem Amount>,...);
* 273 : AddCollection("Test Quest",99,99,31001,1,1000000
,0,0,501,1,.'.'.);
274 :
275 :
276 : //Add Hunting Quests here
277 : //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|
Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<M
onster Amount>,...);
278 : //AddHunting("<Hunting Quest>",<90>,<98>,<31001>
,<1>,<1000000>,<1>,<1>,<1002>,<10>,...);