How to fix this script to work with old emulators

Yoh Asakura

New member
Messages
261
Points
0
Emulator
Hi.

I'd like to know if anybody could help me to fix the Rebirth System script to work with my old emulator.

 
You've forgotten the line 25. I fixed this line, now the map-server is showing another kind of error (at least I can talk with the NPC now).

Screen: http://s30.postimg.org/xixa09oip/error3.jpg

PS.: Thank you very much for helping me.
OMG, you have eathena....(that means you don't have 3rd job)

So just change

set .job_rebirth,EAJL_THIRD;

to

set .job_rebirth,EAJL_2;

So 2nd job can rebirth..

Again P.S: You should really consider updating emulator, since it have much bug fixes,stability and many scripts compatible to new script commands and plugin system of hercules. and memory improvement like http://herc.ws/board/topic/928-memory-slasher-may-30-patch/

 
Last edited by a moderator:
Yes, I don't have 3rd classes. Now there's no more erros. The npc is working, but I still have some questions...

I'm using a Champion and I didin't come back to novice after I rebirth, and just my level went back to 1 (my job is still max level), is that right?

 
Last edited by a moderator:
Yes, I don't have 3rd classes. Now there's no more erros. The npc is working, but I still have some questions...

I'm using a Champion and I didin't come back to novice after I rebirth, and just my level went back to 1 (my job is still max level), is that right?
set .reset_opt,3; //(1=Reset Base and JobLevel to 1(0 skill points and all stats to 1),2=Reset Base and JobLevel to 1(SkillPoint=0, While Skills and stats are not affected),3=Reset BaseLevel to 1, 4=Reset Job Level to 1)
its 3, that is, only BaseLevel is set to 1.

Comment gives more description on values...

 
Back
Top