Jump to content

Cisqua

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Cisqua

  1. Hello, try this goto your RO/data folder find msgstringtable.txt open it then find this line. for item search line 1062 change it 3 letters like example U# for the equip line 105 change it what ever you want but not many letters ok then 1476 = 1st tab Item 2052 = 2nd tab Equip 1473 = 3rd tab Misc 2053 = 4th tab Private? hope you understand my english ...
  2. 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>,...);
  3. saying something. if you put no party mapflag, you cant stop the players team play to get the prize .... 5 friends join the event without killing each other kill others 1st...
  4. thanks AnnieRuru got error in my map server. im using eathena TXT 3CeAm SVN Rev. 707 AnnieRuru, the command_script you used in that script is working on eathena or rathena only? cause im using txt version for my test server...
  5. Hello, anyone can make me a script.. guess the password set by gmlv99.. menu "Ramdom Treasure Box",R_Box,"Coordinate TB",T_Box,"Kill TB",kill,"close",-; R_Box: this option gm lv99 choose a map where treasure box spawn but no coordinate "random". then gm will set a password for that treasure box to guess the players if they find it. T_Box: gm choose a map then put a coordinate then set a password. kill: kill all treasure box. then a menu that show all summoned treasure box with corrdinate and password on it, max summon is 5treasure box, if gmlvl99 click the treasure box gm can change the current password. if player find the treasurebox then put correct password TB will kill then player who guess the password get item. sorry for my bad english.
×
×
  • Create New...