how to summon in luna loader or moon loader

09/03/2017 00:18 Beatemuap#1
anyone got the lua code for this? i dont mean anything like summoning treasure chests and shit i mean just to summon in dungeons and stuff
11/08/2017 12:14 Nevada'#2
isnt that the useless Spawn Script?
11/09/2017 04:50 MoonloaderHelp#3
Quote:
Originally Posted by noah856 View Post
--Spawnscript without dropping, for LunaLoader.
--Example dropping UNITs:
--NUI_FOX_BOX_TREASURE_EVENT
--NUI_PPORU_WILLIAM_SANTA
--NUI_ELSION_CHEST
--NUI_GOLDEN_CHEST_FD
--NUI_STONE_TREASURE_BOX
--NUI_SPLENDID_TREASURE_BOX
--NUI_SHINING_TREASURE_BOX
local eNPCID = NPC_UNIT_ID.NUI_SHINING_TREASURE_BOX --UNIT
local iNPCLevel = 99 --LVL
local iNPCCount = 10

function CF_STAGE0_SUB0_TRIGGER1(pKTDXApp, pX2DungeonGame, pX2DungeonSubStage)
return true
end

function RF_STAGE0_SUB0_TRIGGER1(pKTDXApp, pX2DungeonGame, pX2DungeonSubStage)
local existingNPCs = pX2DungeonGame:LiveNPCNumType_LUA(eNPCID)

if existingNPCs > 0 then
pX2DungeonGame:KillNPC(eNPCID, existingNPCs)
else
local spawnPos = pX2DungeonGame:GetEmptyStartPos()
for i = 1, iNPCCount do
pX2DungeonGame:PushCreateNPCReq_Lua(eNPCID, iNPCLevel, false, spawnPos, false, 0, false, 0)
end
pX2DungeonGame:FlushCreateNPCReq()
end
end
This script is only for Training Room, which has been patched by BOTH official and Void servers. Until Ferrums or someone else comes up with a different script, we have nothing.
04/20/2018 03:43 ivancycro#4
Does someone have the new script?
04/20/2018 20:50 Nevada'#5
Quote:
Originally Posted by artoxd View Post
or pm me i can sell it too.
No you dont?
04/21/2018 17:26 Nevada'#6
Quote:
Originally Posted by artoxd View Post
script needs to go public i guess
Go for it.

Gesendet von meinem BlackBerry PRIV mit Tapatalk
04/22/2018 03:45 Shaverx3#7
lmao dont buy the spawn script, because if you use it, you get banned in 1-20 hours and byebye. a poor boy is trying to scam and get peoples $$$