Jump to content

DnaJur

Members
  • Posts

    16
  • Joined

  • Days Won

    1

DnaJur last won the day on July 2 2016

DnaJur had the most liked content!

DnaJur's Achievements

Refugee

Refugee (1/15)

8

Reputation

  1. It doesn't work because AddExpServer method doesn't work the same way AddScoreServer does. It only sends package to server and not to clients. If you are building from source you can open GiveXp.cs, remove this line GameManager.Instance.AddExpServer (ci.entityId, skill.Id, xp); (You can also delete line since that variable isn't used) EntityPlayer ep = GameManager.Instance.World.Players.dict [ci.entityId]; and instead add this line ci.SendPackage(new NetPackageConsoleCmdClient("giveselfskillxp " + skillName+" "+xp, true));
×
×
  • Create New...