Tutorial:
1.Start Moonloader
2.Start Elsword
3.Login
4.Run the lua in an Village
5.Go to Els Tree
6.After killing the Boss some NPCs will spawn
6.1.NUI LIST Up-to-date
Download: |
Code:
local eNPCID = NPC_UNIT_ID.NUI_PVP_HERO_AMELIA
local iNPCLevel = 1
local iNPCCount = 25
local funcname = "BENDERS_NORMAL_DYING_FRAME_FUNC"
local newfunc = function(pKTDXApp, pX2Game, pX2GUNPC)
iNPCCount = iNPCCount - 1
if iNPCCount < 0 then return end
local vPos = pX2GUNPC:GetPos()
pX2Game:CreateNPCReq_LUA(eNPCID, iNPCLevel, false, vPos, false, 0, false)
end
if not getmetatable(_G) then
FUNC_REPLACE_TABLE = {}
local mt = {
__index = FUNC_REPLACE_TABLE,
__newindex = function(tbl, key, value)
if FUNC_REPLACE_TABLE[key] then return end
rawset(tbl, key, value)
end
}
setmetatable(_G, mt)
end
_G[funcname] = nil
FUNC_REPLACE_TABLE[funcname] = newfunc
--by Venipa
HoB Karis Spawner
You need both scripts
How to:
1. Inject 1st Script before the Dungeon
2. Inject the 2nd Script and press Execute to spawn while not leaving the dungeon.
[Moonloader] - ???.Lua (For you) 09/09/2017 - Elsword - 43 Replies LUA Files
Don't use this directly for Moonloader!!!
http://i.epvpimg.com/7FVBb.png
Here you can mod your Anna's Gift title.
With these information you can mod anna's gift. Other Luas soon when i wake up again.
http://i.epvpimg.com/7FVBb.png
Pastebin: TitleTable.lua |
Pastebin: DungeonData.lua |
MEGA: NewSkillTemplet.lua
moonloader all funcions 05/09/2016 - Elsword - 4 Replies hi could me all funcions moon loader sorry my elignish is bad
Mob spawner mit spawner gui problem 03/08/2011 - Minecraft - 8 Replies Hallo !
ich habe ein problem mit meinem Mob spawner unswar er spawnt nur schweine.
ich möchte das er zombies spawnt...
ich habe gelesen das das mit einer spawner gui geht aber habe keine ahnung wie ...
achso . falls es wichtig ist habe minecraft alpha 1.0.17_2 ...
Bitte um hilfe.