[Lua Only]-Skipping Stages

08/26/2013 09:30 apr118#16
Why not make one for Hamel :))
08/26/2013 13:05 PockeyLolli#17
Quote:
Originally Posted by apr118 View Post
Why not make one for Hamel :))
Why don't 'you' make one for Hamel yourself? :o
08/26/2013 14:33 senthul#18
because our server don't have em rite now, and the credit goes to someone who teach me about those lua codes, i'm sure he'll know without being mentioned. anyway its a different forum after all.
08/26/2013 14:55 vusun123#19
Those codes are easy to understand . And we can make something like enter hell mode , clear one stage then go straight to luto mode boss
08/27/2013 08:38 bokunopicopico#20
i need help with hamel maps :\
08/27/2013 15:53 vusun123#21
Quote:
Originally Posted by bokunopicopico View Post
i need help with hamel maps :\
Get the boss stage's ID , then make change to the first stage , change clear type , done
08/27/2013 16:02 JackSkywalker#22
Look in other threads.

Quote:
Originally Posted by jamwan View Post
clue:
(example from altera plain
CLEAR_COND0 = { <----- clear condition header
CLEAR_CONDITION.CC_KILL_ALL_ACTIVE_NPC, <----- clear condition type
NEXT_STAGE0 = { <----- next stage header
CLEAR_TYPE.CT_SUB_STAGE, <----- clear stage type
0, <----- stage number
2, <----- sub stage number
100 <----- appearance chance

you get to enter 57 stages all including the secret boss' in henir.

-stage0 -
CLEAR_COND0 = {
CLEAR_CONDITION.CC_KILL_ALL_ACTIVE_NPC,
NEXT_STAGE0 = {
CLEAR_TYPE.CT_SUB_STAGE,
0,
2,
100
the codes above indicates that after killing all the mobs on the stage a sub stage of the map opens for you then a new code will start.
-stage0 -
CLEAR_COND0 = {
CLEAR_CONDITION.CC_KILL_NPC_TYPE,
NPC_ID = {1},
NEXT_STAGE0 = {
CLEAR_TYPE.CT_STAGE,
1,
0,
100
this code now takes you to stage1 after you kill the NPC with the ID 1 make it blank {},
and it is considered null thus, the condition is done since you dont have to kill anything. this is the same code used for the stage 1 then boss thingy.

now head to the henir.lua open it with the lua editor from sir ernilos and do the magic
last tip:
stage0
1,
0,
100,
stage1
2,
0,
100
.......etc
stage55
56,
0,
100
ist es so schwer?..
08/27/2013 22:56 xXxFalsoxXx#23
This would make the life easy in Elsword but finishing a dungeon too fast, is not a problem?
08/28/2013 07:28 vusun123#24
As long as your name doesn't appear on the board and you are not caught , it's fine
08/28/2013 10:04 Waddles#25
-oink-

wrote one for 5-1, its seriously as easy as changing numbers.

I -might- make a full pack of every stage if this doesnt get patched today.
08/28/2013 10:11 Blowfy#26
Quote:
Originally Posted by Waddles View Post
-oink-

wrote one for 5-1, its seriously as easy as changing numbers.

I -might- make a full pack of every stage if this doesnt get patched today.
Dont seems atm like it get patched.