item drop is ok, but I can't get any exp and ED. So, mind telling me what I did wrong?
---------
nvm, found it, stupid me
---------
nvm, found it, stupid me
-oink-Quote:
in lua Files you must change level mob your level to -+ 10 then is exp, ed and drop
for example,
pX2DungeonGame:CreateNPCReq_LUA(NPC_UNIT_ID[npcEnumID], 60, false, pos, bRight, 0, false)
What do you use to edit the kom? like what kom editor?Quote:
Exp end drop hack work - Spawn
conditions:
1. edit only data35.kom
2.boss or mob must be of the same map to spawn, for example:
Dungeon_Ruben_Ruin_of_elf_Expert.lua
a boss
NUI_PPORU_WILLIAM_NORMAL - must be correct
name of the boss
3.Level boss - when you have 20 lev your character bos for example 25
This is only a fragment
local npcEnumID = NUI_PPORU_WILLIAM_NORMAL
if NPC_UNIT_ID[npcEnumID] ~= nil then
do
local npcCount = pX2DungeonGame:LiveNPCNumType_LUA(NPC_UNIT_ID[npcEnumID])
if npcCount > 0 then
pX2DungeonGame:KillNPC(NPC_UNIT_ID[npcEnumID], npcCount)
end
local lpMyUnit = pX2DungeonGame:GetMyUnit()
local pos = lpMyUnit:GetPos()
pos.x = pos.y - 480
local bRight = false
local cnt = 0
for cnt = 1, 2 do
pX2DungeonGame:CreateNPCReq_LUA(NPC_UNIT_ID[npcEnumID], 15, false, pos, bRight, 0, false)
NUI_PPORU_WILLIAM_NORMAL - name of the boss
2- number of bosses
15-level bosses
Scr3am93
0 Hp monsters you edit any mob in data37
you can also do it in NA say VAC all the monsters fall on you.
in data37 is 1435 files :p
I used Virtuos files Spawn, exp hack and and other
* and edited to create mods
* tanks for him
sorry for the language
I translated
[Only registered and activated users can see links. Click Here To Register...]Quote:
What do you use to edit the kom? like what kom editor?
I think that this is possible as already seen in the movies NAQuote:
is there a way to make all the drops VAC to you ? <.>
do you by any chance know the .kom or .lua file that contains the fall positioning ? :sQuote:
I think that this is possible as already seen in the movies NA
probably need to edit the files fall
and let fall the starting positions
I was not looking yet
but someone posted on the forum to increase the drop rates of ED
This is a good start
Quote:
I open the LUA in the editor but nothing show up
where in lua file exactly am I putting that code in to make this work? when I copy and paste that code into some spots that I think is legit, and save with lua editor, it makes 0 byte file, failing at saving.Quote:
Exp end drop hack work - Spawn
conditions:
1. edit only data35.kom
2.boss or mob must be of the same map to spawn, for example:
Dungeon_Ruben_Ruin_of_elf_Expert.lua
a boss
NUI_PPORU_WILLIAM_NORMAL - must be correct
name of the boss
3.Level boss - when you have 20 lev your character bos for example 25
This is only a fragment
local npcEnumID = NUI_PPORU_WILLIAM_NORMAL
if NPC_UNIT_ID[npcEnumID] ~= nil then
do
local npcCount = pX2DungeonGame:LiveNPCNumType_LUA(NPC_UNIT_ID[npcEnumID])
if npcCount > 0 then
pX2DungeonGame:KillNPC(NPC_UNIT_ID[npcEnumID], npcCount)
end
local lpMyUnit = pX2DungeonGame:GetMyUnit()
local pos = lpMyUnit:GetPos()
pos.x = pos.y - 480
local bRight = false
local cnt = 0
for cnt = 1, 2 do
pX2DungeonGame:CreateNPCReq_LUA(NPC_UNIT_ID[npcEnumID], 15, false, pos, bRight, 0, false)
NUI_PPORU_WILLIAM_NORMAL - name of the boss
2- number of bosses
15-level bosses
Scr3am93
0 Hp monsters you edit any mob in data37
you can also do it in NA say VAC all the monsters fall on you.
in data37 is 1435 files :p
I used Virtuos files Spawn, exp hack and and other
* and edited to create mods
* tanks for him
sorry for the language
I translated