mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added Parley code to experiment with.
This commit is contained in:
parent
ce2d22d984
commit
e5a9658b5a
2 changed files with 59 additions and 0 deletions
|
@ -233,6 +233,8 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
charaWork.eventSave.bazaarTax = 5;
|
||||
charaWork.battleSave.potencial = 6.6f;
|
||||
|
||||
charaWork.battleSave.negotiationFlag[0] = true;
|
||||
|
||||
charaWork.commandCategory[0] = 1;
|
||||
charaWork.commandCategory[1] = 1;
|
||||
charaWork.commandCategory[32] = 1;
|
||||
|
@ -400,6 +402,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
//Commands
|
||||
propPacketUtil.AddProperty("charaWork.commandBorder");
|
||||
|
||||
propPacketUtil.AddProperty("charaWork.battleSave.negotiationFlag[0]");
|
||||
|
||||
for (int i = 0; i < charaWork.command.Length; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue