- Joined
- Sep 26, 2007
- Messages
- 270
- Reaction score
- 0
Hi! This is a guide for how to make your own transformation skill.
Ok let
----------
1. ERROR in \Tyrnnosaurus.java (at line 35)
if (this.getPlayer().transformId() > 0 && !this.getPlayer().isCursedWeap
onEquipped())
^^^^^^^^^^^
The method transformId() is undefined for the type L2PcInstance
----------
2. ERROR in \Tyrnnosaurus.java (at line 35)
if (this.getPlayer().transformId() > 0 && !this.getPlayer().isCursedWeap
onEquipped())
^^^^^^^^^^^^
^^^^^^^^^^
The method isCursedWeaponEquipped() is undefined for the type L2PcInstance
----------
3. ERROR in \Tyrnnosaurus.java (at line 44)
this.getPlayer().transformInsertInfo();
^^^^^^^^^^^^^^^^^^^
The method transformInsertInfo() is undefined for the type L2PcInstance
----------
4. ERROR in \Tyrnnosaurus.java (at line 67)
if (this.getPlayer().isCursedWeaponEquipped())
^^^^^^^^^^^^^^^^^^^^^^
The method isCursedWeaponEquipped() is undefined for the type L2PcInstance
----------
5. ERROR in \Tyrnnosaurus.java (at line 75)
this.getPlayer().transformUpdateInfo();
^^^^^^^^^^^^^^^^^^^
The method transformUpdateInfo() is undefined for the type L2PcInstance
----------
5 problems (5 errors)The method transformId() is undefined for the type net.sf.l
2j.gameserver.model.actor.instance.L2PcInstance
The method isCursedWeaponEquipped() is undefined for the type net.sf.l2j.gameser
ver.model.actor.instance.L2PcInstance
The method transformInsertInfo() is undefined for the type net.sf.l2j.gameserver
.model.actor.instance.L2PcInstance
The method isCursedWeaponEquipped() is undefined for the type net.sf.l2j.gameser
ver.model.actor.instance.L2PcInstance
The method transformUpdateInfo() is undefined for the type net.sf.l2j.gameserver
.model.actor.instance.L2PcInstance
Failed executing script: C:\Server\L2JOneo_gameserver\data\scripts\transformatio
ns\Tyrnnosaurus.java. See Tyrnnosaurus.java.error.log for details.