| | |
| | | |
| | | Utils.RegisterObject(L, translator, Utils.CLS_IDX, "DemonJar", FindPreciousType.DemonJar); |
| | | |
| | | Utils.RegisterObject(L, translator, Utils.CLS_IDX, "DogzDungeon", FindPreciousType.DogzDungeon); |
| | | |
| | | Utils.RegisterObject(L, translator, Utils.CLS_IDX, "CrossServerBoss", FindPreciousType.CrossServerBoss); |
| | | |
| | | Utils.RegisterObject(L, translator, Utils.CLS_IDX, "JadeDynastyBoss", FindPreciousType.JadeDynastyBoss); |
| | |
| | | else if (LuaAPI.xlua_is_eq_str(L, 1, "DemonJar")) |
| | | { |
| | | translator.PushFindPreciousType(L, FindPreciousType.DemonJar); |
| | | } |
| | | else if (LuaAPI.xlua_is_eq_str(L, 1, "DogzDungeon")) |
| | | { |
| | | translator.PushFindPreciousType(L, FindPreciousType.DogzDungeon); |
| | | } |
| | | else if (LuaAPI.xlua_is_eq_str(L, 1, "CrossServerBoss")) |
| | | { |