- Joined
- Dec 28, 2012
- Messages
- 113
- Reaction score
- 30
First off to start you edit ai319.lua and change this value
if timerid == timerid_xintiao then
--aiObj:Say("$B心跳");
if flag[1] == 0 then
local value_era = aiObj:GetPrayValue()
if value_era >= 2000000 then
--aiObj:Say("$B开控制器心跳");
aiObj:ActiveSpawner(ctrlid_taitan,true)
flag[1] = 1
change this line only (if value_era >= 2000000 then) this must point to whatever you put in elements.data in era config for the 3rd era (which is found in area 143), being diety, first is chaos, them form, then diety, next make sure the value you have for diety matches what you edited in the lua, from there you goto 67 special is config, id's 63-64 which is the start amount in prayer value which also must match the start of diety era, and feild 64 is the end amount to the next era which closes off guild bidding on bases, for example if you have 200 prayers to reach diety era and then need 1 thousand prayers to reach mortal, then diety era will be 200 which is what you put in the lua, era config and special id config (table 63)!, if you like this then hit the like, hopefully its useful to some!.
if timerid == timerid_xintiao then
--aiObj:Say("$B心跳");
if flag[1] == 0 then
local value_era = aiObj:GetPrayValue()
if value_era >= 2000000 then
--aiObj:Say("$B开控制器心跳");
aiObj:ActiveSpawner(ctrlid_taitan,true)
flag[1] = 1
change this line only (if value_era >= 2000000 then) this must point to whatever you put in elements.data in era config for the 3rd era (which is found in area 143), being diety, first is chaos, them form, then diety, next make sure the value you have for diety matches what you edited in the lua, from there you goto 67 special is config, id's 63-64 which is the start amount in prayer value which also must match the start of diety era, and feild 64 is the end amount to the next era which closes off guild bidding on bases, for example if you have 200 prayers to reach diety era and then need 1 thousand prayers to reach mortal, then diety era will be 200 which is what you put in the lua, era config and special id config (table 63)!, if you like this then hit the like, hopefully its useful to some!.

Last edited: