[RELEASE] Simple Guild Hideout Script!
Well I didn't see anything like this on ragezone so I thought i would post this myself. It's just a simple script that actually took my a while since I couldn't find the right command for checking a player's guild ID.
Quote:
/* Gangstas Guild Hideout Warper
*/
/*Made by Florio of Ragezone
*/
function start() {
if (cm.getPlayer().getGuildId() == 66) {
cm.warp(1010002, 0);
cm.sendNext("Have fun in Gangstas hideout!")
cm.dispose();
}
else {
cm.sendNext("Sorry your not in the guild #bGangstas.#k You can't go to their hideout.")
cm.dispose();
}
}
What this does is warps you to your guild hideout. If your not in the guild it gives you the else message.
Change the name Gangstas to your guild name. Change 66 to whatever your guild ID is. You can get your guild ID in your mysql browser. Also change the map to whatever you want.
Personally i make people guild hideouts when they donate 5$ to my server. Yeah thats it have fun using it.
Re: [RELEASE] Simple Guild Hideout Script!
so this is server specific so you gotta alter like 2 things lol
Re: [RELEASE] Simple Guild Hideout Script!
Re: [RELEASE] Simple Guild Hideout Script!
wow....nice release...gonna try it!
Re: [RELEASE] Simple Guild Hideout Script!
This doesn't deserve to be released.
Re: [RELEASE] Simple Guild Hideout Script!
Quote:
Originally Posted by
CptObvious
This doesn't deserve to be released.
lol how come?
Re: [RELEASE] Simple Guild Hideout Script!
dang this is badass
wait so its like a guild hide out, a specific spoot and u can like warp there and talk with ur guildies?
Re: [RELEASE] Simple Guild Hideout Script!
Quote:
Originally Posted by
xleet21
dang this is badass
wait so its like a guild hide out, a specific spoot and u can like warp there and talk with ur guildies?
Yeah.
In my guild hideout i got a store npc a gambling npc and a guild training map :)
Re: [RELEASE] Simple Guild Hideout Script!
this is a awesome release!!
Re: [RELEASE] Simple Guild Hideout Script!
Re: [RELEASE] Simple Guild Hideout Script!
Re: [RELEASE] Simple Guild Hideout Script!
Re: [RELEASE] Simple Guild Hideout Script!
I'll try this out. Thanks. *hehe My guild in my server warps to GM Map =)*
Re: [RELEASE] Simple Guild Hideout Script!
Cool.. maybe I can hold an event and like every month offer 5 guilds to have their own guild hideout. Each in it's own map and each with it's own npc ^^
Re: [RELEASE] Simple Guild Hideout Script!