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!

[Source] | v97 | ZenthosDev

Newbie Spellweaver
Joined
Jan 1, 2009
Messages
7
Reaction score
0
Re: [Source] | v83 | ZenthosDev

Thank you for this repack great ammount of commands
 
Newbie Spellweaver
Joined
Jul 19, 2011
Messages
21
Reaction score
0
Re: [Source] | v83 | ZenthosDev

how to use the admin and gm commands?

i tried !pmob

cannot work

please help
 
Newbie Spellweaver
Joined
Jul 7, 2011
Messages
92
Reaction score
6
Re: [Source] | v83 | ZenthosDev

maybe set urself as a gm.
 
Junior Spellweaver
Joined
Aug 17, 2011
Messages
112
Reaction score
10
Re: [Source] | v83 | ZenthosDev

where npc fpr job change ??

Find the standard NPC for the job change in private servsers "normally cody" and then find his NPC ID. Go into your XML files then find him and see if it's the correct script. Then use a command to spawn the npc which will be in you source.

If you can't summon a NPC what is it you plan to do with this source?
 
Newbie Spellweaver
Joined
Sep 24, 2011
Messages
7
Reaction score
0
Re: [Source] | v83 | ZenthosDev

Can someone teach how to fix the commands error no commands working for me all gms levels set to level 3
 
Banned
Banned
Joined
Jul 10, 2011
Messages
284
Reaction score
65
Re: [Source] | v83 | ZenthosDev

You both are dips for bumping this. This source does not work. Xiuz's v62 source may have been decent, but this was a pathetic attempt at v83.
 
Junior Spellweaver
Joined
Aug 17, 2011
Messages
112
Reaction score
10
Re: [Source] | v83 | ZenthosDev

Can someone teach how to fix the commands error no commands working for me all gms levels set to level 3

#1 - make a help thread.

#2 - If it has anyway such as this to set off the commands it will work. I assume it's the same stuff.

PHP:
public class Commands {

     public static boolean executePlayerCommand(MapleClient c, String[] sub, char heading) {
        MapleCharacter chr = c.getPlayer();
         
        if (heading == '!' && chr.gmLevel() == 0) {
            chr.yellowMessage("You may not use !" + sub + ", please try @" + sub); 
            return false;
        }

Try that and change to your sources methods if needed but that will make all commands work if they're coded correctly if not then clearly the command wrote are just plain crap.
 
Newbie Spellweaver
Joined
Nov 5, 2011
Messages
28
Reaction score
0
Re: [Source] | v83 | ZenthosDev

cant use Admin commands :(
 
Newbie Spellweaver
Joined
Aug 1, 2011
Messages
48
Reaction score
2
Re: [Source] | v83 | ZenthosDev

Has Xiuz stopped updating this? It hasn't been updated in like 4+ months!
 

FMA

Newbie Spellweaver
Joined
Jul 4, 2011
Messages
7
Reaction score
0
Re: [Source] | v83 | ZenthosDev

When a player or GM attacks, everyone in the same map disconnects. Please fix this bug.

cant use Admin commands :(

Did you already set your player and account to "3" the admin level?
It's in MySQL

Uhm.. Errors while compiling..

This is from a year ago.. but you didn't add the Mini-core etc to the properties.
 
Initiate Mage
Joined
Nov 13, 2011
Messages
4
Reaction score
1
Re: [Source] | v83 | ZenthosDev

Some of the command isnt fully coded as it dont work.
i have a list of working and non working command for zenthosDev
so if any1 is interested to fix them do pm me to get it :)
 
  • Like
Reactions: FMA
Newbie Spellweaver
Joined
Aug 20, 2011
Messages
34
Reaction score
1
Re: [Source] | v83 | ZenthosDev

You should implement fishing into the source (or combine it with supremems)
 
Newbie Spellweaver
Joined
Nov 20, 2011
Messages
45
Reaction score
0
Re: [Source] | v83 | ZenthosDev

Good repack , I used it , but there aren't shops in this repack and many npc doesn't work .. why ?
Sorry about my bad english
 
Newbie Spellweaver
Joined
Aug 1, 2011
Messages
48
Reaction score
2
Re: [Source] | v83 | ZenthosDev

Good repack , I used it , but there aren't shops in this repack and many npc doesn't work .. why ?
Sorry about my bad english

Hasn't been updated in forever....
He should really update this I love this source.
 
Newbie Spellweaver
Joined
Oct 10, 2011
Messages
25
Reaction score
0
Re: [Source] | v83 | ZenthosDev

I really need a fix for that DC problem,
You cant run a server with it.
Xiuz PLEASE FIX IT .. :/
 
Newbie Spellweaver
Joined
Aug 1, 2011
Messages
48
Reaction score
2
Re: [Source] | v83 | ZenthosDev

I really need a fix for that DC problem,
You cant run a server with it.
Xiuz PLEASE FIX IT .. :/
It's been like a year, since the last update he probably quit..:*:
 
Newbie Spellweaver
Joined
Jan 9, 2009
Messages
95
Reaction score
4
Re: [Source] | v83 | ZenthosDev

Tons of errors in the source files, tried compiling it on the fly and it doesnt work. So bad source.
 
Initiate Mage
Joined
Jan 7, 2012
Messages
1
Reaction score
0
Re: [Source] | v83 | ZenthosDev

hey can anyone help me with the GM commands? what do they all do?
 
Legendary Battlemage
Joined
Mar 30, 2009
Messages
672
Reaction score
676
Re: [Source] | v83 | ZenthosDev

Sorry for the inactivity, I've just been extremely busy, just recently I've gotten back to the development forums.
I'm aware of the attack DC bug and will be looking into fixing it.
 
Back
Top