-
Apprentice
[HELP]Where I Can put the script wedding in (AL-3.9)
Which folder can I put the script ?
Code:
if (player.isMarried())
{
Player partner = player.findPartner();
if(partner l= null
{
String couple = partner.getName();
playerName = playerName + "\uE020" + couple;
}
}
on line Where can I put the script?
Please HELP
-
-
Valued Member
Re: [HELP]Where I Can put the script wedding in (AL-3.9)
com\aionemu\gameserver\network\aion\serverpackets
File: SM_PLAYER_INFO
-
Apprentice
Re: [HELP]Where I Can put the script wedding in (AL-3.9)
in aion lightning 3.9 ,
not have folder com\aionemu\gameserver\network\aion\serverpackets ?
and there SM_PLAYER_INFO <File
HELPP
-
Blender Fan|Kinenbi Owner
Re: [HELP]Where I Can put the script wedding in (AL-3.9)
trunk\AL-Game\src\com\aionemu\gameserver\network\aion\serverpackets
you need source files!