mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
Remove "Last generated" timestamps since our Git plugin (bottom of page) gives us the same info now
This commit is contained in:
parent
039b49eece
commit
dfd75594b4
335 changed files with 300 additions and 1731 deletions
|
|
@ -89,6 +89,7 @@ func GetMkdocsConfig() (MkDocsCfg, error) {
|
|||
// changed and then popped back on during save because go yaml can't handle it
|
||||
// so we need to do some post processing
|
||||
newCfg = strings.ReplaceAll(newCfg, "!!python/name:", "bangbang")
|
||||
newCfg = strings.ReplaceAll(newCfg, "!ENV [ENV_PROD, false]", "env-prod")
|
||||
|
||||
// yaml
|
||||
var configYaml MkDocsCfg
|
||||
|
|
@ -118,6 +119,7 @@ func WriteMkdocsConfig(config MkDocsCfg) {
|
|||
// changed and then popped back on during save because go yaml can't handle it
|
||||
// so we need to do some post processing
|
||||
configString = strings.ReplaceAll(configString, "bangbang", "!!python/name:")
|
||||
configString = strings.ReplaceAll(configString, "env-prod", "!ENV [ENV_PROD, false]")
|
||||
|
||||
// write
|
||||
err = os.WriteFile(MkDocsConfigFile, []byte(configString), 755)
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Appearance){:target="Appearance"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Appearance.Crouching
|
||||
Appearance.Dead
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=BT){:target="BT"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
BT.Animal
|
||||
BT.Atenha_Ra
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Class){:target="Class"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Class.ADVENTURE_MERCHANT
|
||||
Class.ADVENTURE_RECRUITER
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=ClientVersion){:target="ClientVersion"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
ClientVersion.RoF
|
||||
ClientVersion.RoF2
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Event){:target="Event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Event.aa_buy
|
||||
Event.aa_exp_gained
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=ExpeditionLockMessage){:target="ExpeditionLockMessage"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
ExpeditionLockMessage.Begin
|
||||
ExpeditionLockMessage.Close
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Faction){:target="Faction"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Faction.Ally
|
||||
Faction.Amiable
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Filter){:target="Filter"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Filter.Auctions
|
||||
Filter.BadWords
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=InventoryWhere){:target="InventoryWhere"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
InventoryWhere.Bank
|
||||
InventoryWhere.Cursor
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=JournalMode){:target="JournalMode"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
JournalMode.Log1
|
||||
JournalMode.Log2
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Material){:target="Material"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Material.Arms
|
||||
Material.Bracer
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=MT){:target="MT"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
MT.Auction
|
||||
MT.AuctionEcho
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Opcode){:target="Opcode"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Opcode.0x0193
|
||||
Opcode.0x0347
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Rule){:target="Rule"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Rule.AAExpMultiplier
|
||||
Rule.AERampageMaxDistance
|
||||
|
|
@ -157,8 +155,9 @@ Rule.ClientRemovalDelayMS
|
|||
Rule.CommandSpellRank
|
||||
Rule.CompoundLifetapHeals
|
||||
Rule.CompressZoneStream
|
||||
Rule.CorpseDecayTimeMS
|
||||
Rule.CorpseResTimeMS
|
||||
Rule.CorpseDecayTime
|
||||
Rule.CorpseOwnerOnlineTime
|
||||
Rule.CorpseResTime
|
||||
Rule.CorpseUnlockTimer
|
||||
Rule.CrashReporting
|
||||
Rule.CreationLimit
|
||||
|
|
@ -200,11 +199,13 @@ Rule.DivineInterventionHeal
|
|||
Rule.DragCorpseDistance
|
||||
Rule.DruidTrackingDistanceMultiplier
|
||||
Rule.DubiouslyFactionMinimum
|
||||
Rule.DuelCorpseResTime
|
||||
Rule.DyeCommandRequiresDyes
|
||||
Rule.EXPFromDmgShield
|
||||
Rule.EbonCrystalItemID
|
||||
Rule.Emote
|
||||
Rule.EmptyNPCCorpseDecayTimeMS
|
||||
Rule.EmptyCorpseDecayTime
|
||||
Rule.EmptyNPCCorpseDecayTime
|
||||
Rule.EmptyShutdownDelaySeconds
|
||||
Rule.EmptyShutdownEnabled
|
||||
Rule.EnableAggroMeter
|
||||
|
|
@ -412,7 +413,7 @@ Rule.MQWarpExemptStatus
|
|||
Rule.MQZoneExemptStatus
|
||||
Rule.MagicianTrackingDistanceMultiplier
|
||||
Rule.MaintainIntoxicationAcrossZones
|
||||
Rule.MajorNPCCorpseDecayTimeMS
|
||||
Rule.MajorNPCCorpseDecayTime
|
||||
Rule.ManaRegen
|
||||
Rule.ManaRegenMultiplier
|
||||
Rule.ManaTapsRequireNPCMana
|
||||
|
|
@ -473,7 +474,7 @@ Rule.MinStatusToLevelTarget
|
|||
Rule.MinStatusToSummonItem
|
||||
Rule.MinStatusToZoneAnywhere
|
||||
Rule.MinimumMessagesPerInterval
|
||||
Rule.MinorNPCCorpseDecayTimeMS
|
||||
Rule.MinorNPCCorpseDecayTime
|
||||
Rule.MobCloseScanDistance
|
||||
Rule.MobPathingVisualDebug
|
||||
Rule.MobZVisualDebug
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Skill){:target="Skill"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Skill.1HBlunt
|
||||
Skill.1HPiercing
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=Slot){:target="Slot"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
Slot.Ammo
|
||||
Slot.Arms
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=SpeakMode){:target="SpeakMode"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
SpeakMode.Emote
|
||||
SpeakMode.EmoteAlt
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&constant=SpecialAbility){:target="SpecialAbility"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
SpecialAbility.allow_beneficial
|
||||
SpecialAbility.allow_to_tank
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&constant=Mob){:target="Mob"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$bot_id
|
||||
$bot_owner_char_id
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&constant=Zone){:target="Zone"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$instanceid
|
||||
$instanceversion
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_AGGRO_SAY
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_ENCOUNTER_LOAD
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_AUGMENT_INSERT
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_AGGRO_SAY
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_AA_BUY
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_SPELL_EFFECT_BUFF_TIC_CLIENT
|
||||
|
||||
``` lua
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
##
|
||||
|
||||
``` perl
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
##
|
||||
|
||||
``` perl
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_AGGRO
|
||||
|
||||
``` perl
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
##
|
||||
|
||||
``` perl
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl){:target="perl_event"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
## EVENT_SPELL_EFFECT_BOT
|
||||
|
||||
``` perl
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Bot){:target="Bot"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$bot->AddBotItem(uint16 slot_id, uint32 item_id, uint16 charges, bool attuned, uint32 aug1, uint32 aug2, uint32 aug3, uint32 aug4, uint32 aug5);
|
||||
$bot->AddBotItem(uint16 slot_id, uint32 item_id, uint16 charges);
|
||||
|
|
@ -124,8 +122,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Bot){:target="Bot"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
bot:AddBotItem(uint16 slot_id, uint32 item_id, int16 charges, bool attuned, uint32 augment_one, uint32 augment_two, uint32 augment_three, uint32 augment_four, uint32 augment_five, uint32 augment_six);
|
||||
bot:AddBotItem(uint16 slot_id, uint32 item_id, int16 charges, bool attuned);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Client){:target="Client"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$client->AccountID();
|
||||
$client->AccountName();
|
||||
|
|
@ -562,8 +560,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Client){:target="Client"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
client:AccountID();
|
||||
client:AccountName();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Corpse){:target="Corpse"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$corpse->AddItem(uint32 item_id, uint16 charges);
|
||||
$corpse->AddItem(uint32 item_id, uint16 charges, uint16 slot);
|
||||
|
|
@ -48,8 +46,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Corpse){:target="Corpse"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
corpse:AddItem(uint32 itemnum, uint16 charges, int16 slot, uint32 aug1, uint32 aug2, uint32 aug3, uint32 aug4, uint32 aug5);
|
||||
corpse:AddItem(uint32 itemnum, uint16 charges, int16 slot);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Door){:target="Door"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
door:CreateDatabaseEntry();
|
||||
door:ForceClose(Mob sender, bool alt_mode);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Doors){:target="Doors"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$doors->CreateDatabaseEntry();
|
||||
$doors->ForceClose(Mob* sender);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Entity){:target="Entity"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
entity:CastToBot();
|
||||
entity:CastToClient();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=EntityList){:target="EntityList"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$entitylist->CanAddHateForMob(Mob* target);
|
||||
$entitylist->Clear();
|
||||
|
|
@ -120,8 +118,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=EntityList){:target="EntityList"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
entitylist:CanAddHateForMob(Mob p);
|
||||
entitylist:ChannelMessage(Mob from, int channel_num, uint8 language_id, string message);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=eq){:target="eq"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
eq.active_speak_activity(task_id);
|
||||
eq.active_speak_task();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Expedition){:target="Expedition"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$expedition->AddLockout(string event_name, uint32_t seconds);
|
||||
$expedition->AddLockoutDuration(string event_name, int seconds);
|
||||
|
|
@ -53,8 +51,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Expedition){:target="Expedition"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
expedition:AddLockout(string event_name, uint32_t seconds);
|
||||
expedition:AddLockoutDuration(string event_name, int seconds);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Group){:target="Group"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$group->CastGroupSpell(Mob* caster, uint16 spell_id);
|
||||
$group->DisbandGroup();
|
||||
|
|
@ -40,8 +38,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Group){:target="Group"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
group:CastGroupSpell(Mob caster, int spell_id);
|
||||
group:DisbandGroup();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=HateEntry){:target="HateEntry"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$hateentry->GetDamage();
|
||||
$hateentry->GetEnt();
|
||||
|
|
@ -22,8 +20,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=HateEntry){:target="HateEntry"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
hateentry:GetDamage();
|
||||
hateentry:GetEnt();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Inventory){:target="Inventory"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$inventory->CanItemFitInContainer(EQ::ItemInstance* item_to_check, EQ::ItemInstance* container_to_check);
|
||||
$inventory->CheckNoDrop(int16_t slot_id);
|
||||
|
|
@ -46,8 +44,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Inventory){:target="Inventory"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
inventory:CalcBagIdx(slot_id);
|
||||
inventory:CalcMaterialFromSlot(equipslot);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Item){:target="Item"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
item:AAgi();
|
||||
item:AC();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=ItemInst){:target="ItemInst"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
iteminst:AddExp(uint32 exp);
|
||||
iteminst:ClearTimers();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Mob){:target="Mob"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$mob->AddFeignMemory(Client* attacker);
|
||||
$mob->AddNimbusEffect(int effect_id);
|
||||
|
|
@ -609,8 +607,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Mob){:target="Mob"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
mob:AddNimbusEffect(int effect_id);
|
||||
mob:AddToHateList(Mob other);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=NPC){:target="NPC"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$npc->AI_SetRoambox(float distance, float max_x, float min_x, float max_y, float min_y);
|
||||
$npc->AI_SetRoambox(float distance, float max_x, float min_x, float max_y, float min_y, uint32 max_delay, uint32 min_delay);
|
||||
|
|
@ -159,8 +157,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=NPC){:target="NPC"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
npc:AI_SetRoambox(float dist, float max_x, float min_x, float max_y, float min_y, uint32 delay, uint32 mindelay);
|
||||
npc:AI_SetRoambox(float dist, float max_x, float min_x, float max_y, float min_y);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Object){:target="Object"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$object->ClearEntityVariables();
|
||||
$object->ClearUser();
|
||||
|
|
@ -60,8 +58,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Object){:target="Object"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
object:ClearEntityVariables();
|
||||
object:ClearUser();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Packet){:target="Packet"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
packet:GetOpcode();
|
||||
packet:GetRawOpcode();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=PerlPacket){:target="PerlPacket"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$perlpacket->DESTROY();
|
||||
$perlpacket->FromArray(reference avref, uint32_t length);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=quest){:target="quest"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
quest::AssignGroupToInstance(uint16 instance_id);
|
||||
quest::AssignRaidToInstance(uint16 instance_id);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=QuestItem){:target="QuestItem"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$questitem->AddEXP(uint32 exp);
|
||||
$questitem->ClearTimers();
|
||||
|
|
@ -45,16 +43,16 @@
|
|||
$questitem->IsStackable();
|
||||
$questitem->IsType(int type);
|
||||
$questitem->IsWeapon();
|
||||
$questitem->ItemSay(string text, uint8 language_id);
|
||||
$questitem->ItemSay(string text);
|
||||
$questitem->ItemSay(string text, uint8 language_id);
|
||||
$questitem->RemoveTaskDeliveredItems();
|
||||
$questitem->SetAttuned(bool is_attuned);
|
||||
$questitem->SetCharges(int16_t charges);
|
||||
$questitem->SetColor(uint32 color);
|
||||
$questitem->SetCustomData(string identifier, bool value);
|
||||
$questitem->SetCustomData(string identifier, float value);
|
||||
$questitem->SetCustomData(string identifier, int value);
|
||||
$questitem->SetCustomData(string identifier, string value);
|
||||
$questitem->SetCustomData(string identifier, bool value);
|
||||
$questitem->SetEXP(uint32 exp);
|
||||
$questitem->SetInstanceNoDrop(bool is_attuned);
|
||||
$questitem->SetPrice(uint32 price);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=QuestItemData){:target="QuestItemData"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$questitemdata->GetAC();
|
||||
$questitemdata->GetAGI();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Raid){:target="Raid"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$raid->BalanceHP(int32_t penalty, uint32_t group_id);
|
||||
$raid->CastGroupSpell(Mob* caster, uint16 spell_id, uint32 group_id);
|
||||
|
|
@ -42,8 +40,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Raid){:target="Raid"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
raid:BalanceHP(int penalty, uint32 group_id);
|
||||
raid:CastGroupSpell(Mob caster, int spell_id, uint32 group_id);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Spawn){:target="Spawn"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$spawn->Depop();
|
||||
$spawn->Disable();
|
||||
|
|
@ -40,8 +38,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Spawn){:target="Spawn"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
spawn:CurrentNPCID();
|
||||
spawn:Depop();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=Spell){:target="Spell"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$spell->GetAOEDuration();
|
||||
$spell->GetAOEMaxTargets();
|
||||
|
|
@ -123,8 +121,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Spell){:target="Spell"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
spell:AEDuration();
|
||||
spell:AEMaxTargets();
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=perl&type=StatBonuses){:target="StatBonuses"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` perl
|
||||
$statbonuses->GetAC();
|
||||
$statbonuses->GetAGI();
|
||||
|
|
@ -269,8 +267,6 @@
|
|||
|
||||
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=StatBonuses){:target="StatBonuses"} for latest definitions and Quest examples
|
||||
|
||||
Last generated 2024.02.07
|
||||
|
||||
``` lua
|
||||
statbonuses:AC();
|
||||
statbonuses:AGI();
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# aa_ability
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -19,8 +16,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | first_rank_id | [aa_ranks](../../schema/aas/aa_ranks.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# aa_rank_effects
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -19,8 +16,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | rank_id | [aa_ranks](../../schema/aas/aa_ranks.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# aa_rank_prereqs
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -21,8 +18,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | aa_id | [aa_ranks](../../schema/aas/aa_ranks.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# aa_ranks
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -34,8 +31,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | id | [aa_ability](../../schema/aas/aa_ability.md) | first_rank_id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# account
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -83,8 +80,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | id | [account_flags](../../schema/account/account_flags.md) | p_accid |
|
||||
|
|
@ -122,7 +117,7 @@ erDiagram
|
|||
| rulesflag | tinyint | Rules Flag |
|
||||
| suspendeduntil | datetime | Time Suspension of the Account ends |
|
||||
| time_creation | int | Time Creation UNIX Timestamp |
|
||||
| expansion | tinyint | Expansion |
|
||||
| ban_reason | text | Ban Reason |
|
||||
| suspend_reason | text | Suspension Reason |
|
||||
| crc_eqgame | text | CRC for EQGame.exe |
|
||||
| crc_skillcaps | text | CRC for SkillCaps file |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# account_flags
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -20,8 +17,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | p_accid | [account](../../schema/account/account.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# account_ip
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -29,8 +26,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | ip | [banned_ips](../../schema/admin/banned_ips.md) | ip_address |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# account_rewards
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -21,8 +18,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | reward_id | [veteran_reward_templates](../../schema/admin/veteran_reward_templates.md) | claim_id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# sharedbank
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -47,8 +44,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | acctid | [account](../../schema/account/account.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# banned_ips
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -20,8 +17,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | ip_address | [account_ip](../../schema/account/account_ip.md) | ip |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# bug_reports
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -40,8 +37,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | zone | [zone](../../schema/zone/zone.md) | short_name |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# bugs
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -32,8 +29,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | zone | [zone](../../schema/zone/zone.md) | short_name |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# chatchannel_reserved_names
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# chatchannels
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# command_settings
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# command_subsettings
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# db_version
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# discord_webhooks
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -19,8 +16,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | id | [logsys_categories](../../schema/admin/logsys_categories.md) | discord_webhook_id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# discovered_items
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -38,8 +35,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | char_name | [character_data](../../schema/characters/character_data.md) | name |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# eqtime
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# eventlog
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -31,8 +28,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | accountid | [account](../../schema/account/account.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# gm_ips
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -26,8 +23,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | account_id | [account](../../schema/account/account.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# hackers
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -38,8 +35,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | account | [account](../../schema/account/account.md) | name |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# ip_exemptions
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -20,8 +17,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | exemption_ip | [account_ip](../../schema/account/account_ip.md) | ip |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# level_exp_mods
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# logsys_categories
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -19,8 +16,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | discord_webhook_id | [discord_webhooks](../../schema/admin/discord_webhooks.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# name_filter
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# peq_admin
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# perl_event_export_settings
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# petitions
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -40,8 +37,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | charname | [character_data](../../schema/characters/character_data.md) | name |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# player_event_log_settings
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# player_event_logs
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# profanity_list
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# reports
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -23,8 +20,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | name | [character_data](../../schema/characters/character_data.md) | name |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# saylink
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# start_zones
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -32,8 +29,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | content_flags | [content_flags](../../schema/flagging/content_flags.md) | flag_name |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# starting_items
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -46,8 +43,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | content_flags | [content_flags](../../schema/flagging/content_flags.md) | flag_name |
|
||||
|
|
@ -61,14 +56,14 @@ erDiagram
|
|||
| Column | Data Type | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| id | int | Unique Starting Items Entry Identifier |
|
||||
| race | int | [Race](../../../../server/npc/race-list): 0 = All |
|
||||
| class_list | text | |
|
||||
| class | int | [Class](../../../../server/player/class-list): 0 = All |
|
||||
| deity_list | text | |
|
||||
| zoneid | int | [Zone Identifier](../../../../server/zones/zone-list) |
|
||||
| item_id | int | |
|
||||
| deityid | int | [Deity](../../../../server/player/deity-list): 0 = Alll |
|
||||
| zone_id_list | text | |
|
||||
| itemid | int | [Item Identifier](../../schema/items/items.md) |
|
||||
| item_charges | tinyint | Item Charges |
|
||||
| gm | tinyint | GM: 0 = False, 1 = True |
|
||||
| inventory_slot | mediumint | |
|
||||
| status | mediumint | |
|
||||
| slot | mediumint | [Slot](../../../../server/inventory/inventory-slots) |
|
||||
| min_expansion | tinyint | [Minimum Expansion](../../../../server/operation/expansion-list) |
|
||||
| max_expansion | tinyint | [Maximum Expansion](../../../../server/operation/expansion-list) |
|
||||
| content_flags | varchar | Content Flags Required to be Enabled |
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
# variables
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Schema
|
||||
|
||||
| Column | Data Type | Description |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# veteran_reward_templates
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -35,8 +32,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | claim_id | [account_rewards](../../schema/account/account_rewards.md) | reward_id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# adventure_details
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -47,8 +44,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Has-Many | id | [adventure_members](../../schema/adventures/adventure_members.md) | id |
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# adventure_members
|
||||
|
||||
!!! info
|
||||
This page was last generated 2024.02.07
|
||||
|
||||
## Relationship Diagram(s)
|
||||
## Relationships
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
|
|
@ -30,8 +27,6 @@ erDiagram
|
|||
```
|
||||
|
||||
|
||||
## Relationships
|
||||
|
||||
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| One-to-One | id | [adventure_details](../../schema/adventures/adventure_details.md) | id |
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue