New Core build for 2018-10-14

Here you can post threads on the development of the current release of the core (100)

Moderator: POL Developer

Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

New Core build for 2018-10-14

Post by Yukiko »

We have a new Core build up for download here.
Thank yous all around to Turley for giving us user definable method scripts for some POL Class Objects.
:)
From the core-changes.txt file you can see the list of objects affected:

Code: Select all

-- POL100 --
10-13-2018 Turley:
  Added:   syshook.cfg SystemMethod for defining object class method scripts.
           Like itemdesc method scripts overriding builtin methods is possible, the builtin method can be called when prefixing with _.
           For UObject classes like shown in the objref docs the inheritance is respected
           so methods defined for items will be usable in weapons and methods defined in equipment override uobject methods.
           Valid cfg keys are:
           uobject, item, equipment, lockable, map, multi, armor, weapon, door, container, boat,
           house, spellbook, corpse, npc, character, client, account, party, guild
           Itemdesc/Npctemplate specific method scripts will still be first checked.
  Note:    uoclient.cfg MethodScript entry is deprecated
10-12-2018 DevGIB:
  Changed: Added -1 as acceptable return from ConsumeAmmunition hook which will make the core continue with the normal ammunition checks.
Post Reply