ISXEQ
From ISMods Wiki
Contents |
[edit]
Introduction
ISXEQ is a conversion of MacroQuest 2 to the Inner Space architecture. It shares most of its code with MacroQuest 2, and is in fact distributed as part of the MacroQuest 2 source tree. It is currently under development, and needs commands, data types and top-level objects converted. The MQ2 plugins must be converted as well.
[edit]
Features
[edit]
Compiling
Compiling is currently easy using Visual Studio .Net 2002 or later.
- Download and install ISXDK from here
- Set up Visual_Studio_Paths so that <isxdk.h> is found
- Open the ISXEQ solution file in Visual Studio
- Build!
[edit]
Basic Usage
[edit]
Commands
- Keypress
- EQExecute
- MQ2Bind
- Who
- Beep
- Ranged
- SetAutoRun
- DisplayLoginName
- PopupText
- BuyItem
- SellItem
- Where
- WhoFilter
- Target
[edit]
Data Types
- spawn
- character
- buff
- spell
- ticks
- skill
- altability
- class
- race
- body
- ground
- switch
- macroquest
- corpse
- window
- merchant
- zone
- currentzone
- item
- deity
- argb
- heading
- invslot
- timer
- raid
- raidmember
- group
- groupmember
[edit]
Top-Level Objects
- Spawn
- Target
- Me
- Spell
- Switch
- GroundItem
- Merchant
- Window
- MacroQuest
- Zone
- Group
- Corpse
- Cursor
- NearestSpawn
- GameTime
- Time
- Ini
- Heading
- LastSpawn
- InvSlot
- FindItem
- SelectedItem
- FindItemBank
- FindItemCount
- FindItemBankCount
- GroupLeader
- GroupLeaderName
- Skill
- AltAbility
- Raid
- NamingSpawn
- SpawnCount
- LineOfSight
[edit]
Services
[edit]
