Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Bertoxxulous.lua - Quest File
General Info
Quest File
local event_counter = 0; function event_signal(e) -- signal 1 comes from my army if (e.signal == 1) then event_counter = event_counter + 1; if (event_counter == 12) then -- spawn real Bertoxxulous eq.spawn2(223142,0,0,-299,-297,23.3,62); -- NPC: #Bertoxxulous -- make myself go away! eq.depop(); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022