• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

ToB ACCESS (1 Viewer)

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!
 
ToB ACCESS

Users who are viewing this thread

Back
Top