Page 1 of 1

Wyvern summoning by an item is not working anymore

Posted: Sat Aug 01, 2009 11:09 am
by Cresceus
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 3337
L2JDP Revision Number: 6448

Hello everybody,

since revision DP 6419 and L2J 3303 the wyvern is not working for me anymore.

I've set summoning-item-id in summon_items.csv:
#Wyvern
9695;12621;2
I spawn the Blue Crystal ingame, double click on it, right click on it but nothing happens.

May anyone help me?
There is no error in the GS-Console.

Regards

Re: Wyvern summoning by an item is not working anymore

Posted: Sat Aug 01, 2009 5:49 pm
by Cresceus
Noone else with this problem?

Re: Wyvern summoning by an item is not working anymore

Posted: Fri Aug 07, 2009 1:00 pm
by BigDaddyXD
Same Problem here!
I am using Penitents Manacles (Not Manacles of Penitent!!) for Wyvern since years ;)
No it doesn't work anymore...

SummonItems.csv:

Code: Select all

#Wyvern4426;12621;2
Don't know what's wrong...

Re: Wyvern summoning by an item is not working anymore

Posted: Fri Aug 07, 2009 1:04 pm
by janiii
look at other items in the summon_items.csv -> then look in the etcitem table how they are defined -> did you define the handler for the summoning item in etcitem table?

e.g.
summon_items.csv

Code: Select all

#Wyvern[b]8663[/b];12621;2
etcitem.sql

Code: Select all

([b]8663[/b],'Mystery Potion (Event)','false','potion',50,'stackable','liquid','none',-1,-1,0,0,'true','true','true','true','[color=#FF0040][b]SummonItems[/b][/color]','0-0;'),

Re: Wyvern summoning by an item is not working anymore

Posted: Fri Aug 07, 2009 7:40 pm
by momo61
how come something as simple as the purple maned horse and steam bug wont get included in the SVN ?

Re: Wyvern summoning by an item is not working anymore

Posted: Fri Aug 07, 2009 7:42 pm
by _DS_
momo61, buy some brain... horse more already several months in SVN. Others is not because no one interested.

Re: Wyvern summoning by an item is not working anymore

Posted: Wed Aug 19, 2009 7:31 pm
by Cresceus
Thank you very much for the hint, janiii.

Sorry for the late answer, but i was on vacation.