• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Request - Need help with race and illusion heights.

Maskoi

old and salty
Joined
Sep 28, 2005
RedCents
82,796¢
I am working on shrink for KissAssist. I need to start building a list of races, pets mercs and illusions IDs and heights.

1. Grab the macro in the next post
2. Create a hot key /echo shrink info
3 /mac shrinkinfo
4. Target unshrunk pet, merc, toon
5. Hit the hot key
6. Open KissAssist_Shrink.ini file
7. Cut and paste the info to this thread

My gnome mage with AA illusion
[Water Elemental]
Race=Water Elemental
RaceID=211
RaceHeight=3.37
 
Last edited:
1. Grab the macro
2. Create a hot key /echo shrink info
3 /mac shrinkinfo
4. Target unshrunk pet, merc, toon
5. Hit the hot key
6. Open KissAssist_Shrink.ini file
7. Cut and paste the info to this thread

Rich (BB code):
| Shrinkinfo.mac v1.0 05/04/2012 Maskoi
| Save Target race,race ID and height to KissAssist_Shrink.ini file
| Make a hot key /echo shrink info
| Target unshrunk pet, merc, toon 
| Hit the hot key

#Event  ShrinkInfo  "#*#Shrink Info#*#" 

Sub Main
/echo  Target unshrunk pet, merc, toon 
/echo  Hit your hot key
    :mainloop
        /doevents
        /delay 5
    /goto :mainloop
/return

Sub Event_ShrinkInfo

    /echo ${Target.Race}
    /echo ${Target.Race.ID}
    /echo ${Target.Height}
    /ini "KissAssist_Shrink.ini" "${Target.Race}" "Race" "${Target.Race}"
    /ini "KissAssist_Shrink.ini" "${Target.Race}" "RaceID" "${Target.Race.ID}"
    /ini "KissAssist_Shrink.ini" "${Target.Race}" "RaceHeight" "${Target.Height}"
    
/return
 
Last edited:
This is every illusion and pet illusion I have. If I get some time later I'll log in my other guys and do their mercs etc.
Rich (BB code):
[Bear]
Race=Bear
RaceID=43
RaceHeight=3.85
[Ogre]
Race=Ogre
RaceID=10
RaceHeight=4.23
[Swinetor]
Race=Swinetor
RaceID=696
RaceHeight=3.65
[Pirate]
Race=Pirate
RaceID=338
RaceHeight=1.44
[Werewolf]
Race=Werewolf
RaceID=454
RaceHeight=4.69
[Skeleton]
Race=Skeleton
RaceID=367
RaceHeight=2.88
[Iksar]
Race=Iksar
RaceID=128
RaceHeight=3.13
[Spectre]
Race=Spectre
RaceID=485
RaceHeight=4.69
[Dark Elf]
Race=Dark Elf
RaceID=6
RaceHeight=2.40
[Goblin]
Race=Goblin
RaceID=433
RaceHeight=1.56
[Scrykin]
Race=Scrykin
RaceID=495
RaceHeight=3.13
[Gelidran]
Race=Gelidran
RaceID=417
RaceHeight=3.13
[Golem]
Race=Golem
RaceID=374
RaceHeight=5.21
[Kobold]
Race=Kobold
RaceID=455
RaceHeight=4.17
[Shiliskin]
Race=Shiliskin
RaceID=467
RaceHeight=3.65
[Banshee]
Race=Banshee
RaceID=488
RaceHeight=3.13
[Satyr]
Race=Satyr
RaceID=529
RaceHeight=3.13
[Human]
Race=Human
RaceID=566
RaceHeight=3.13
[Wood Elf]
Race=Wood Elf
RaceID=4
RaceHeight=2.40
[Kirin]
Race=Kirin
RaceID=434
RaceHeight=4.17
[Rotocopter]
Race=Rotocopter
RaceID=577
RaceHeight=2.08
[Sporali]
Race=Sporali
RaceID=456
RaceHeight=2.60
[Puma]
Race=Puma
RaceID=439
RaceHeight=2.56
[Water Elemental]
Race=Water Elemental
RaceID=211
RaceHeight=3.37
[Minotaur]
Race=Minotaur
RaceID=574
RaceHeight=4.69
[Froglok]
Race=Froglok
RaceID=330
RaceHeight=2.40
[Fire Elemental]
Race=Fire Elemental
RaceID=212
RaceHeight=3.37
[Mummy]
Race=Mummy
RaceID=368
RaceHeight=3.85
 
Last edited:
Request - Need help with race and illusion heights.

Users who are viewing this thread

Back
Top
Cart