Page 1 of 1

Wyvern templateID

Posted: Mon May 17, 2010 8:12 pm
by Straywolf
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4134:
L2JDP Revision 7356:


I have server set to run Wyvern by anyone plus all the time. Can't seem to get ID to responsed. even under GM plate. Need ID number so I can implement all the time flying and castle seiges.

Re: Wyvern templateID

Posted: Mon May 17, 2010 8:20 pm
by JIV
Try use English language, not only English looking words.

Re: Wyvern templateID

Posted: Mon May 17, 2010 9:05 pm
by Tan
summon_items.csv
#Syntax:
# itemID;npcID;summonType;despawnDelay(only for type static)
# despawnDelay - in seconds, -1 unlimited
#
# summonType: 0 = Static, 1 = Pet, 2 = Wyvern
#
### Wyvern ###
8663;12621;2

http://www.l2jdp.com/l2jdb/db_misc.php?id=8663
Summon item
8663 - Mystery Potion (Event)

http://www.l2jdp.com/l2jdb/db_npc.php?id=12621

Dunno what do you want but maybe some of those thing may help you a bit ;)

Re: Wyvern templateID

Posted: Tue May 18, 2010 8:47 am
by Straywolf
Thank you! I tried that templateID 1262 before I asked this question. Didn't work. From what your saying I have to you use the potion with the npcID, also? Will try a dry run while server is empty...

Re: Wyvern templateID

Posted: Tue May 18, 2010 8:54 am
by jurchiks
according to tan's post, you just need to right-click that potion to summon the vyvern.

Re: Wyvern templateID

Posted: Mon Jun 14, 2010 9:34 pm
by Straywolf
Thank you....It was a success. I actually had to write the syntax by hand but your info lead me in the right direction.