• 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

ToB ACCESS

ounvme

New member
Joined
Sep 30, 2005
RedCents
Could this be modified for a ToB gate?
I remember some code that used an AA to gate everyone so if possible lets use it to get to ToB
VOID DoGate()
{
// I'm not sure if the FD skill adjustment is required
// I have seen it in one plugin's source code and haven't in another
DWORD curFDSkill = GetCharInfo()->Skill[25];
GetCharInfo()->Skill[25] = 252;
GetCharInfo()->pSpawn->Type = SPAWN_CORPSE;
GetCharInfo()->Skill[25] = curFDSkill;
}
 
Rich (BB code):
 GetCharInfo()->pSpawn->Type = SPAWN_CORPSE;

That means that it's not an AA, the plugin is changing your character's spawntype.
 
SS we gotta get some people together this weekend and do the ToB access quest ... thats a fun zone where DPS is a must! Stuff hits for like 2k and regens 3% every tick!!! FUN FUN! But the qvic level armor drops from trash!
 
rage task is one groupbale, but can take more in :)

more people you have the faster it goes though. i did it with one groupo and took close to 4 hours :)
 
ToB ACCESS

Users who are viewing this thread

Back
Top
Cart