Re: [Add-on] GM job system
Uhh, it would be cleaner/better to handle the whole entire function in the rebirth method.
Re: [Add-on] GM job system
If I did that then I would have to release far more, when they could simply just add this command. I personally think this causes less confusion, because in LunerMS, people had to memorize like 30 different rebirth commands, this makes what, 1 or 2?
Plus, this has a rebirth function but its not a rebirth command (even though it rebirths you :D)
Re: [Add-on] GM job system
Re: [Add-on] GM job system
Re: [Add-on] GM job system
Thanks, LunerMS originally had this whole NPC system, with tons of variables and stuff, along with a system and a point tally or something. This is just a tiny bit of that :)
Re: [Add-on] GM job system
Soul does one needs to add a method or edit something before adding this?. Because I got no @gmjob command, and I get an error when changing the npc.
Other than that nice job :). +1
Re: [Add-on] GM job system
Nope, unless your source is missing something basic nothing needs to be added. I tested this on a clean silentsource (friend's server that i made for him), and it worked fine.
Btw: This isnt for an NPC o.O. Its for your command file in netbeans
Re: [Add-on] GM job system
Quote:
Originally Posted by
Soulfist
Nope, unless your source is missing something basic nothing needs to be added. I tested this on a clean silentsource (friend's server that i made for him), and it worked fine.
Btw: This isnt for an NPC o.O. Its for your command file in netbeans
sry my bad, didn't soppoused to write that. anyway thanks soul
Re: [Add-on] GM job system
You can add this to an NPC if you want, though as long as you make a script out of it :O
(maybe i should release that)
Re: [Add-on] GM job system
Quote:
Originally Posted by
Soulfist
You can add this to an NPC if you want, though as long as you make a script out of it :O
(maybe i should release that)
It's ok I got it working as a command. Thanks.
*Not saying you can't release, lol.
Re: [Add-on] GM job system
Not just for you, but that would be a good "add-on" to this release, just sayin.
Re: [Add-on] GM job system
Quote:
Originally Posted by
Soulfist
Not just for you, but that would be a good "add-on" to this release, just sayin.
Yes it would, sorry for the missunderstandment.
Re: [Add-on] GM job system
I see , this is command is from lunerms source.
Re: [Add-on] GM job system
Obviously LunerMS has this command, its their system? o-o
I remade and released the command, like i said, not taking credit for
the idea, only the release.
Re: [Add-on] GM job system
Great idea and good release. Now I wish I still had my server lol (not)
Re: [Add-on] GM job system
Quote:
Originally Posted by
HorrorChix89
Great idea and good release. Now I wish I still had my server lol (not)
Is it just me or was that a contradiction/sarcasm?
Wait what?
Re: [Add-on] GM job system
Idk what it was really i'm hyped up on Mtn. Dew and stuck between happy, depressed, and pissed off.
The "not" was at my server lol. But yes, it is a good release.
Re: [Add-on] GM job system
Quote:
Obviously LunerMS has this command, its their system? o-o
I remade and released the command, like i said, not taking credit for
the idea, only the release.
LOL well i can see the original gm job command is "sub" and you changed to "splitted" Great job:sleep:
Re: [Add-on] GM job system
Everyone uses splitted, sub is for newbs
Re: [Add-on] GM job system
Quote:
Originally Posted by
Soulfist
Everyone uses splitted, sub is for newbs
*looks at MoopleDEV*
Re: [Add-on] GM job system
haha, u funny l33cherz :D
(lol talking like Jvlaple make me sound arrogant)
imma stop dat xD
Re: [Add-on] GM job system
Re: [Add-on] GM job system
Damn bumpers. But If this stays then edit this:
PHP Code:
if (player.getReborns() > 999 && player.getLevel() > 199) {
to
PHP Code:
if (player.getReborns() >= 1000 && player.getLevel() >= 200) {
Re: [Add-on] GM job system
There is no need to edit that Daniel. If its greater than 199 that means its 200+, there is no need to say that o_o