Page 1 of 1

BugID: 577 (John Adams) Zoning Script

Posted: Mon Jan 02, 2012 1:15 pm
by John Adams
Bug ID: 577 - Zoning Script
Bug Date: 2012-01-01 13:50:51
Priority: Immediate

Originated From World: EQ2Emulator (1)
Category: Content
Sub-Category: Zone
Causes a Crash: Affects gameplay
Reproducible: Always Happens
Version: SOEBuild=6118

Details:
LUA Zone() function no longer works. Cannot zone via script anymore.
Spawn: Captain Varlos (0), Zone: Queen's Colony

Re: BugID: 577 (John Adams) Zoning Script

Posted: Mon Jan 02, 2012 1:17 pm
by John Adams
Fixed: was an invalid registration of the LUA command "GetRace()".

Code: Select all

	lua_register(state, "Ge", EQ2Emu_lua_GetRace);

Code: Select all

	lua_register(state, "GetRace", EQ2Emu_lua_GetRace);
Pretty sure this happened during my initial LogWrite changes, when I mistakenly Find/Replaced on Entire Project for \tRace tabbed loggers - oops!