Wyvern summoning by an item is not working anymore

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Wyvern summoning by an item is not working anymore

Post 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
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Re: Wyvern summoning by an item is not working anymore

Post by Cresceus »

Noone else with this problem?
BigDaddyXD
Posts: 12
Joined: Fri Aug 18, 2006 7:10 am

Re: Wyvern summoning by an item is not working anymore

Post 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...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Wyvern summoning by an item is not working anymore

Post 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;'),
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Wyvern summoning by an item is not working anymore

Post by momo61 »

how come something as simple as the purple maned horse and steam bug wont get included in the SVN ?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Wyvern summoning by an item is not working anymore

Post by _DS_ »

momo61, buy some brain... horse more already several months in SVN. Others is not because no one interested.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Re: Wyvern summoning by an item is not working anymore

Post by Cresceus »

Thank you very much for the hint, janiii.

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