Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Leveledit Error Fix Source

Skilled Illusionist
Joined
Feb 17, 2012
Messages
307
Reaction score
18
GLMobschedule.h

find this: extern std::string MOBACTIONS[EMACTION_SIZE];
paste this below: extern std::string EMCROWMAP[EMCROWMAP_SIZE];


with source ep11 ep9 and other version just try to do

armarmearth - Leveledit Error Fix Source - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 13, 2020
Messages
78
Reaction score
13
Comppiling,, hoping this works like miracle <3



quite sad, but it didnt fixed mine, no errors and warning in my client. T_T
i need helpppppppT_T
 
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
what kind eror? can u more details, so i can help u out @Ewad05
 
Newbie Spellweaver
Joined
Jul 13, 2020
Messages
78
Reaction score
13
what kind eror? can u more details, so i can help u out @Ewad05
i can load .Lev File just fine, and then i can also save it just fine.
> but the problem is the file that i saved cant be used anymore.
> when i load back the thing"saved file" to my RanEditLevel it just goes not Responding,

ex."scenario"
1. i open RanEditLevel
2. i load .Lev file on from level.rcc
3. load success,
4. then i edited some mobs
5. i saved file
6. saved success
7. then i transfer the files on respective locations.
8. open emulator then entered the /map2pos.
9. i got error// it wont load the map.
10. so tried to re edit the file that i saved.
11. but it goes not responding.

soo

after so many tries of fail editing...
.................
i tried opening .lev file then save it without doing anything,
then i confirmed that saving using the RanEditLevel is the problem.
....
it still get not responding even without doing anything but... save the file...

// im using ep11 shared here in rz.
// theres no warning/error when i compiled my editlevel and ranclient.
though the other tools had.


//"hope u understood me,im not english major."


ps. im trying to make a new map, so i badly need this editor. T_T



Just use old gllevel cpp and h
how so? T_T im noob at source, though im learning. T_T still not enough knowledge and im not smart.

does it not affect the version? im using ep11



armarmearth - Leveledit Error Fix Source - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 28, 2020
Messages
237
Reaction score
91
i can load .Lev File just fine, and then i can also save it just fine.
> but the problem is the file that i saved cant be used anymore.
> when i load back the thing"saved file" to my RanEditLevel it just goes not Responding,

ex."scenario"
1. i open RanEditLevel
2. i load .Lev file on from level.rcc
3. load success,
4. then i edited some mobs
5. i saved file
6. saved success
7. then i transfer the files on respective locations.
8. open emulator then entered the /map2pos.
9. i got error// it wont load the map.
10. so tried to re edit the file that i saved.
11. but it goes not responding.

soo

after so many tries of fail editing...
.................
i tried opening .lev file then save it without doing anything,
then i confirmed that saving using the RanEditLevel is the problem.
....
it still get not responding even without doing anything but... save the file...

// im using ep11 shared here in rz.
// theres no warning/error when i compiled my editlevel and ranclient.
though the other tools had.


//"hope u understood me,im not english major."


ps. im trying to make a new map, so i badly need this editor. T_T




how so? T_T im noob at source, though im learning. T_T still not enough knowledge and im not smart.

does it not affect the version? im using ep11



armarmearth - Leveledit Error Fix Source - RaGEZONE Forums

try to disable render gen pos and render quad tree. n check again your crow files are good
 
Newbie Spellweaver
Joined
Aug 17, 2020
Messages
12
Reaction score
0
what menu should I check if I want to build level editor only?
 
Newbie Spellweaver
Joined
Jul 13, 2020
Messages
78
Reaction score
13
just look for the solution tab, and right click emulator>project > *rebuild emulator only* ..
 
Back
Top