Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Elsword
You last visited: Today at 13:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



quick question: monster spawn

Discussion on quick question: monster spawn within the Elsword forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2012
Posts: 34
Received Thanks: 0
quick question: monster spawn

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
emmuzik is offline  
Old 06/05/2013, 19:51   #2
 
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 0
Map is ... the map where the monster is or some other random map?
shineybunyy is offline  
Old 06/12/2013, 12:52   #3
 
elite*gold: 0
Join Date: Apr 2013
Posts: 9
Received Thanks: 2
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)
Lukas71 is offline  
Old 06/12/2013, 16:53   #4
 
elite*gold: 0
Join Date: Jan 2012
Posts: 29
Received Thanks: 3
i cant find this line :/
so i open Dungeon_Ruben_El_Tree_Normal.lua, what do i have to change now?
or do i have to change something in DungeonData.lua?
And how do i change the hp of the monsters to 0?
Scr3am93 is offline  
Old 06/12/2013, 22:09   #5
 
Waddles's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 131
Received Thanks: 57
Quote:
Originally Posted by Lukas71 View Post
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)
-oink-
i did this, but the level didn't change and one of my characters still couldnt gain Exp, theres probably another value that needs to be changed.(or i derped something)
Waddles is offline  
Old 06/12/2013, 23:36   #6
 
elite*gold: 0
Join Date: Feb 2013
Posts: 21
Received Thanks: 3
Quote:
Originally Posted by Lukas71 View Post
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)
I did this, but the boss didn't spawn at all.
x2.exe is offline  
Old 06/13/2013, 01:55   #7
 
elite*gold: 0
Join Date: Apr 2013
Posts: 9
Received Thanks: 2
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



I used Virtuos files Spawn, exp hack and and other
* and edited to create mods
* tanks for him
sorry for the language
I translated
Lukas71 is offline  
Thanks
2 Users
Old 06/13/2013, 05:23   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 46
Received Thanks: 7
Quote:
Originally Posted by Lukas71 View Post
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



I used Virtuos files Spawn, exp hack and and other
* and edited to create mods
* tanks for him
sorry for the language
I translated
What do you use to edit the kom? like what kom editor?
magazorxx is offline  
Old 06/13/2013, 11:28   #9
 
dark94werwolf's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 129
Received Thanks: 25
Quote:
Originally Posted by Lukas71 View Post
you can also do it in NA say VAC all the monsters fall on you.
is there a way to make all the drops VAC to you ? <.>
dark94werwolf is offline  
Old 06/13/2013, 12:35   #10
 
elite*gold: 0
Join Date: Apr 2013
Posts: 9
Received Thanks: 2
Quote:
Originally Posted by magazorxx View Post
What do you use to edit the kom? like what kom editor?


Quote:
Originally Posted by dark94werwolf View Post
is there a way to make all the drops VAC to you ? <.>
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
Lukas71 is offline  
Old 06/13/2013, 13:27   #11
 
dark94werwolf's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 129
Received Thanks: 25
Quote:
Originally Posted by Lukas71 View Post
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
do you by any chance know the .kom or .lua file that contains the fall positioning ? :s
in KR there is an item that makes the pets pick up the drops, maybe that's a start ? <.>
dark94werwolf is offline  
Old 06/13/2013, 14:25   #12



 
Venipa's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 1,138
Received Thanks: 350
Alta seit 3Tagen gesucht wie man das moddet (weiß wie man luas moddet)
-data035
-dont know how to drop/exp mod in data035
-Help Me e-e
-->Skype: thiago9237
Venipa is offline  
Old 06/13/2013, 23:51   #13
 
elite*gold: 0
Join Date: Oct 2008
Posts: 46
Received Thanks: 7
[QUOTE=Lukas71;23240175]


I open the LUA in the editor but nothing show up
magazorxx is offline  
Old 06/14/2013, 01:31   #14
 
elite*gold: 0
Join Date: Apr 2013
Posts: 9
Received Thanks: 2
Quote:
I open the LUA in the editor but nothing show up

you have to give the editor files to a folder of files lua
or lua files into the folder editor
Lukas71 is offline  
Old 06/14/2013, 09:37   #15
 
elite*gold: 0
Join Date: Jun 2010
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by Lukas71 View Post
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



I used Virtuos files Spawn, exp hack and and other
* and edited to create mods
* tanks for him
sorry for the language
I translated
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.
mmsskk714 is offline  
Reply


Similar Threads Similar Threads
Quick Entity Spawn Question
11/27/2011 - CO2 Private Server - 2 Replies
While working on my 5017 source. It seems like its treating my characters as a mob instead of a char. Showing green/black/white names accordingly, and not allowing me to view equips. Is there a certain flag that needs to be set in the spawn packet or? Any help is appreciated. Thanks a lot.
[QUESTION] Monster Spawn
02/22/2010 - EO PServer Hosting - 8 Replies
Hi, title says it 95% I'll like to spawn a monster true the cq_action Only i have NO idea what type, data and param i need to use 0.0 Can someone help me? :bandit: Thanks. Example; Buy a bag, Right click on it and get an Wyner boss near you.
Quick boss spawn question
08/29/2009 - Dekaron - 7 Replies
i can make any boss (that spawns mobs) spawn with csv right? ex.yoshma :)



All times are GMT +2. The time now is 13:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.