Legend Job advancer for lithium v111.1
Fixed for lithium v111.1:
Maplecharacter under levelup function:
Code:
if (job == 0 & level > 9 & level < 11) {
NPCScriptManager.getInstance().start(getClient(), 9200001);
}
Npc
Code:
/*
Legends Creation NPC
lordpeter of Ragezone
Jur13n of Ragezone
*/
function start() {
cm.sendSimple("Hello. Would you like to be a legend? You can ethier change your computer date to June 10th and have the option to create a legend in character creation (Better option) or You can do it to this character by Choosing which job: \r\n #L0#Cannoneer#l \r\n #L1#Mercedes#l \r\n #L2#DemonSlayer#l");
}
function action(m,t,s) {
if (m > 0) {
if (cm.getJob() == 0) {
if (s == 0) {
cm.changeJob(501);
cm.warp(120000000);
cm.gainItem(1532000 ,1);
cm.gainItem(2330000 ,1000);
cm.sendOk("You are now a Cannoneer, Congratulations!");
} else if (s == 1) {
cm.changeJob(2300);
cm.warp(101050000);
cm.gainItem(1522038, 1);
cm.gainItem(1352005, 1);
cm.sendOk("You are now a Mercedes, Congratulations!");
}else if (s == 2) {
cm.changeJob(3100);
cm.warp(310010000);
cm.gainItem(1322123, 1);
cm.sendOk("You are now a DemonSlayer, Congratulations!");
}
} else {
cm.sendOk("You are not a beginner or you're above level 11, sorry.");
}
}else {
cm.sendOk("I guess you don't want to be an awesome legend!");
}
cm.dispose();
}
What did I change?
Quote:
Originally Posted by
jur13n
Lithium doesn't supported the nulls after your line in maplecharacter
Lithium doesn't support the level function in npc scripts
Lithium doesn't have isbeginnerjob in maplecharacter
Lithium doesn't support changeJobByID function in npc scripts
fixed levels (I got the npc till level 13 on your script, now only on 10.)
added items
Credits to LordPeter for main codings
Original thread by LordPeter: http://forum.ragezone.com/f427/legen...dvance-860738/
Credits to me for fixing it.
Re: Legend Job advancer for lithium v111.1
What was wrong with mine? It was fully operational. Thanks for making to workable for lithium though, I guess.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
lordpeter
What was wrong with mine? It was fully operational. Thanks for making to workable for lithium though, I guess.
Lithium doesn't supported the nulls after npcid in maplecharacter
Lithium doesn't support the level function in npc scripts
Lithium doesn't have isbeginnerjob in maplecharacter
Lithium doesn't support changeJobByID function in npc scripts
fixed levels (I got the npc till level 13 on your script, now only on 10.)
added items
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
jur13n
Lithium doesn't supported the nulls after npcid in maplecharacter
Lithium doesn't support the level function in npc scripts
Lithium doesn't have isbeginnerjob in maplecharacter
Lithium doesn't support changeJobByID function in npc scripts
fixed levels (I got the npc till level 13 on your script, now only on 10.)
added items
You might have kept getting that till level 13 because that's when you got your first job? Thanks for this, it will help people.
I linked this thread in mine, I would appreciate if you could do the same. <3
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
lordpeter
You might have kept getting that till level 13 because that's when you got your first job? Thanks for this, it will help people.
I linked this thread in that, I would appreciate if you could do the same. <3
and most of the people would know how to change it, not that hard to change 1 number ;p
and added
Re: Legend Job advancer for lithium v111.1
I don't see how someone who can't make a simple job advancer them self should even need to try to open a server. o_o
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
sunnyboy184
I don't see how someone who can't make a simple job advancer them self should even need to try to open a server. o_o
I am not a professional too..
I did this for learning purpose, and I already learned things from the snipper provided by LordPeter.
So why bother this being fixed or released
not everyone has the thoughts of opening a server.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
jur13n
I am not a professional too..
I did this for learning purpose, and I already learned things from the snipper provided by LordPeter.
So why bother this being fixed or released
not everyone has the thoughts of opening a server.
Too? Pfft. I'm not a professional.
The main point is, it isn't so much as a release that is uber needed nowadays as if someone can't make an NPC to job adv, you shouldn't even be trying to use a source that was release a day or 2 ago because you're incapable of creation your own so you must leech.
Run on sentence ftw.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
sunnyboy184
Too? Pfft. I'm not a professional.
The main point is, it isn't so much as a release that is uber needed nowadays as if someone can't make an NPC to job adv, you shouldn't even be trying to use a source that was release a day or 2 ago because you're incapable of creation your own so you must leech.
Run on sentence ftw.
Isn't this why this community is dying? Nowadays theres only ethier "leechers" and "super pro dev guys". Noone in the middle and when someone tries to start learning they get attacked by the dev guys for useless releases while the releases are actually somewhat useful.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
lordpeter
Isn't this why this community is dying? Nowadays theres only ethier "leechers" and "super pro dev guys". Noone in the middle and when someone tries to start learning they get attacked by the dev guys for useless releases while the releases are actually somewhat useful.
this + most of the pro "coders", as I see them, developing is quiet something else, are holding their sources back for themselves or selling it.
just be happy you got less help threads thanks to me -.-
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
jur13n
this + most of the pro "coders", as I see them, developing is quiet something else, are holding their sources back for themselves or selling it.
just be happy you got less help threads thanks to me -.-
Ditto.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
lordpeter
Ditto.
Sure, it isn't a bad thing to release stuff, but does it have to be something so easy..?
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
sunnyboy184
Sure, it isn't a bad thing to release stuff, but does it have to be something so easy..?
I'm sure some people that are new and/or beginners found them useful. Reduces help threads and gives us "coders-in-training" practice.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
sunnyboy184
I don't see how someone who can't make a simple job advancer them self should even need to try to open a server. o_o
so what's wrong with that? is tat considered violating the law? why cant ppl who doesnt know how to script an npc for job advance open a server? are you looking down on them? can you just let them learn? even by leecher they are still learning by looking at the code they have been trying to fix for ages. cm'on just give ppl a chance and stop looking down on them.
Re: Legend Job advancer for lithium v111.1
Quote:
Originally Posted by
sunnyboy184
Sure, it isn't a bad thing to release stuff, but does it have to be something so easy..?
hey thanks for letting me fix my first code and npc, I fcking fixed it without any knowledge of maplestory coding, and still there is no thanks or good job in your head?
leave it to people like me who are even capable of fixing something like this, instead of an npc who gives items and teleports you to henesys
-.-