Getting Started
Rules
Character Mover
Optimization Guide
EZ Wiki
EZ Guide
Magelo
Zone List
Spell Recipes
T10.5 Spell Recipes
Crafting Recipes
Donate
EZ Player Discord
EZ Server Files
EZ Client Downloads
Custom UF MiniMap
Custom UF Inventory
EQEmulator Home
Allakhazam Home
UFMissingFilesList
TwitchTV
Akkadius: Added $client->SignalClient($data), it uses the client as the initiator and the client that gets sent the data, good for entity_list iterations through clientAkkadius: Added cross zone client signalling capability by character ID: quest::crosszonesignalclientbycharid(char_id, data);Akkadius: Added cross zone client signalling capability by character Name: quest::crosszonesignalclientbyname(Name, data);Akkadius: Added cross zone client messaging capability by character Name: quest::crosszonemessageplayerbyname(Type, Name, Message);
Exported $client->AddAlternateCurrencyValue(currency_id, amount); originally created by KLS