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!

[Release][Working]Mia NPC Tell GM List

Status
Not open for further replies.
ιĐαrk?
Joined
Jan 30, 2008
Messages
420
Reaction score
5
I Made it My Self [My First NPC XD]
Fixed By Josho192837

ANBUItachi - [Release][Working]Mia NPC Tell GM List - RaGEZONE Forums
Mia In Henesys

PHP:
/* 
Made By ANBUItachi From RaGEZONE  
*/ 
var status = 0;
 
function start() {
    status = -1;
    action(1, 0, 0);
}
 
function action(mode, type, selection) {
    if (status == 6 || mode == -1) {
        cm.dispose();
    } else {
        if (status == 5) {
            status = 6;
            return;
        }
    if (mode == 1)
        status++;
    else
        status--;
        if (status == 0) {
            cm.sendNext("Here is the GM List");
        } else if (status == 1) {
            cm.sendNextPrev("#riDark [Owner]#k")
        } else if (status == 2) {
            cm.sendNextPrev("#bSilencerX [Moderator]#k");
        } else if (status == 3) {
            cm.sendNextPrev("#bNino [Moderator]#k");
        } else if (status == 4) {
            cm.sendNextPrev("#bKevin [Moderator]#k");
        } else if (status == 5) {
            cm.sendOk("That's all the GM's... Bye!");
            cm.dispose();
        }
    }
}

Tested - It Work Fine
---------------------------
Credits To Me and Credits To Josho192837 [Thx For Fixin]
---------------------------
Downloads


RaGEZONE
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jul 1, 2008
Messages
28
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

Woork cool Keep it up xD
 
Newbie Spellweaver
Joined
Jun 6, 2008
Messages
17
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

There are some bugs with it, but nice anyway. Just showing the errors though, the script normally wouldn't work this way.
Code:
/*
Made By ANBUItachi [iDark] From DarkStory - PrivateServer
*/ // Be sure you close that.
function start() {
cm.sendNext("Here Is The GM List"); //type the text into the quotes // Weird to really start with a NextPrev o.o
cm.sendNextPrev("#riDark [Owner]#k"); //type the text into the quotes
cm.sendNextPrev("#bSilencerX [Moderator]#k"); //type the text into the quotes
cm.sendNextPrev("#bNino [Moderator]#k"); //type the text into the quotes
cm.sendNextPrev("#bKevin [Moderator]#k"); //type the text into the quotes
cm.sendOk("Thats All The GMs... Bye!"); //type the text into the quotes
cm.dispose();  
} // Add that there
 
Last edited:
Mythic Archon
Loyal Member
Joined
Apr 10, 2008
Messages
758
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

Nothing much at all. It doesn't even auto detect the GM's?
Edit: Oh first Npc. It's amazing how you made a server without no knowledge in coding in my opinion.
 
Mythic Archon
Loyal Member
Joined
May 11, 2008
Messages
722
Reaction score
50
Re: [Release][Test]Mia NPC Tell GM List

lol it jus dcs me...
 
Back?
Loyal Member
Joined
Apr 17, 2008
Messages
540
Reaction score
19
Re: [Release][Test]Mia NPC Tell GM List

nice npc dude gj on first npc
 
Junior Spellweaver
Joined
Dec 29, 2006
Messages
180
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

hey ima use this , thanks alot :D
 
Junior Spellweaver
Joined
Apr 2, 2008
Messages
138
Reaction score
33
Re: [Release][Test]Mia NPC Tell GM List

Wow people are just complete boneheads here on ragezone, aren't they?
 
Junior Spellweaver
Joined
Apr 29, 2008
Messages
184
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

hey ima use this , thanks alot :D

Let me guess, you just posted "hey ima use this" for a higher post count and
1)This is a good attempt at a first npc but this doesnt work at all once so ever
2)You havent tested this

So dont post if your gonna pretend or act like your really gonna put this onto yourserver.
 
Newbie Spellweaver
Joined
Apr 12, 2008
Messages
23
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

Atleast he didnt ask someone else to make it for him? xD

Ragezone seems to be only good for the lulz these days :[
 
Skilled Illusionist
Loyal Member
Joined
Jun 27, 2008
Messages
391
Reaction score
12
Re: [Release][Test]Mia NPC Tell GM List

What does NOT go here.

-Requests for files.
Use search. If you do not find anything, its probably not released.
-Requests for hacks.
-Buying and selling of files.
-Threads to do with. Development, Guides, Help, Advertisements.
-Untested Releases.
lul fale
 
Junior Spellweaver
Joined
Dec 29, 2006
Messages
180
Reaction score
0
Re: [Release][Test]Mia NPC Tell GM List

Let me guess, you just posted "hey ima use this" for a higher post count and
1)This is a good attempt at a first npc but this doesnt work at all once so ever
2)You havent tested this

So dont post if your gonna pretend or act like your really gonna put this onto yourserver.

no im actually using this o_o
and btw are u trying to pick a fight?
and btw im not a noob , i know hwo to fix things
so i fixed this and it is workin in my server.
ktnxbai
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release][Tested]Mia NPC Tell GM List

Hehe

Code:
var status = 0;

function start() {
	status = -1;
	action(1, 0, 0);
}

function action(mode, type, selection) {
	if (status == 6 || mode == -1) {
		cm.dispose();
	} else {
		if (status == 5) {
			status = 6;
			return;
		}
	if (mode == 1)
		status++;
	else
		status--;
		if (status == 0) {
			cm.sendNext("Here is the GM List");
		} else if (status == 1) {
			cm.sendNextPrev("#riDark [Owner]#k")
		} else if (status == 2) {
			cm.sendNextPrev("#bSilencerX [Moderator]#k");
		} else if (status == 3) {
			cm.sendNextPrev("#bNino [Moderator]#k");
		} else if (status == 4) {
			cm.sendNextPrev("#bKevin [Moderator]#k");
		} else if (status == 5) {
			cm.sendOk("That's all the GM's... Bye!");
			cm.dispose();
		}
	}
}
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release][Tested]Mia NPC Tell GM List

Does it work? 0.o I didn't test the script I posted. =)
 
Newbie Spellweaver
Joined
May 27, 2008
Messages
10
Reaction score
0
Re: [Release][Tested]Mia NPC Tell GM List

Yah it working perfectly, josh script.
 
Newbie Spellweaver
Joined
Jun 4, 2008
Messages
51
Reaction score
0
Re: [Release][Tested]Mia NPC Tell GM List

this is only for those servers that are 100 people playing this would be important
 
Banned
Banned
Joined
Apr 10, 2008
Messages
1,295
Reaction score
113
Re: [Release][Tested]Mia NPC Tell GM List

Well OdinMS is an open source so just trying to help the people who can't code. Although they definitely should If they want a good server. :p
 
Newbie Spellweaver
Joined
Jun 4, 2008
Messages
51
Reaction score
0
Re: [Release][Tested]Mia NPC Tell GM List

ya mind is too private =D only for close friends 2 play XD
 
Status
Not open for further replies.
Back
Top