Re: [SERVICE] Custom Commands Database - Request/Post Here
dunno if anyone can code me sum oldschool commands but here goes
debbo v3.5
:summon <username> (brings user to you in what room your in)
:pet 1/2/3 (turns you into pet dunno if u can do that on oldschool)
:id (it brings the update profile thing up wherever you are so you don't have to go on hotel view)
if you can do these pm me please youl get a staff position on my hotel if you like doesn't bother me tbh
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
flabbo hotel
dunno if anyone can code me sum oldschool commands but here goes
debbo v3.5
:summon <username> (brings user to you in what room your in)
:pet 1/2/3 (turns you into pet dunno if u can do that on oldschool)
:id (it brings the update profile thing up wherever you are so you don't have to go on hotel view)
if you can do these pm me please youl get a staff position on my hotel if you like doesn't bother me tbh
Well, i dunno how to code old school, but are you sure you even know how to add the commands?
---------- Post added at 11:22 AM ---------- Previous post was at 11:20 AM ----------
Quote:
Originally Posted by
voilet
dont worry made it myself xD was having troublw with the (_owner) bit xD
voilet if you made it ur own please release it so other people might use that one instead of asking others in this thread to make it? xD i spent several hours of trying to make it xD but it got bugged and you had to type like 10000 times more stuff than normally :p
And are you sure that it is room alert and not hotel alert? ^^,
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
reptilon
Well, i dunno how to code old school, but are you sure you even know how to add the commands?
He probably doesn't know that Debbo v3.5 is closed source.
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
PEjump2
He probably doesn't know that Debbo v3.5 is closed source.
ikno :p
usa111 is an open source, i tried to check after the commands in that but i didnt find any i think xD if it was those caption: 111 etc. then idk how the hell imma gonna ever code 1 single old school command :p
Re: [SERVICE] Custom Commands Database - Request/Post Here
You need to know VB6 to code a old school command or C# as its better
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
obrienray1
You need to know VB6 to code a old school command or C# as its better
ikno that, im using c# but i like have to see one old school command before i can actually make one :p
Re: [SERVICE] Custom Commands Database - Request/Post Here
Im Sure I Seen the debbo source anyway.
but you guys need to learn proper C#
not just ripping commands and editing them..
start coding from scratch.
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
ŽÄK
Im Sure I Seen the debbo source anyway.
but you guys need to learn proper C#
not just ripping commands and editing them..
start coding from scratch.
yeeyeee, im a newb in c# anywayz :p
oft: GET YO ASS ON MSN ZAKY ZAK!
Re: [SERVICE] Custom Commands Database - Request/Post Here
Erm, Debbo 3.5 source has been released ages ago. If you want it head down to the Haboon database.
Re: [SERVICE] Custom Commands Database - Request/Post Here
Yeh thats where i saw it long ago.
OFT:alright i'll get on msn.
Re: [SERVICE] Custom Commands Database - Request/Post Here
yeh what he said .... lol
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
Originally Posted by
vLife
Erm, Debbo 3.5 source has been released ages ago. If you want it head down to the Haboon database.
That's fake-debbo-v3.5-source, It's just Debbo v3 but renamed, it doesn't include trax & wobble sqauble.
Re: [SERVICE] Custom Commands Database - Request/Post Here
Quote:
voilet if you made it ur own please release it so other people might use that one instead of asking others in this thread to make it? xD i spent several hours of trying to make it xD but it got bugged and you had to type like 10000 times more stuff than normally :p
And are you sure that it is room alert and not hotel alert? ^^,
You want me to add the people can do room alerts if its in there own rooms ??
---------- Post added at 03:53 PM ---------- Previous post was at 03:45 PM ----------
Would any one like a poof that it wont let you poof if your in a pet transformation command so no noobs can abuse it and dc rooms
---------- Post added at 03:59 PM ---------- Previous post was at 03:53 PM ----------
Quote:
voilet if you made it ur own please release it so other people might use that one instead of asking others in this thread to make it? xD i spent several hours of trying to make it xD but it got bugged and you had to type like 10000 times more stuff than normally :p
And are you sure that it is room alert and not hotel alert? ^^,
Code:
#region :Ra
case "ra":
{
if (_isOwner)
{
string Message = Text.Substring(3);
userManager.sendToRank(_Rank, false, "BK" + stringManager.getString("scommand_rankalert") + "\r" + Message);
staffManager.addStaffMessage("rankalert", userID, _Rank, Message, "");
}
break;
}
#endregion
It way say message from staff so please edit that in your database and dont reply to me saying it says that thanks ;)
Re: [SERVICE] Custom Commands Database - Request/Post Here
i would have done it somthing like that but diffrent,.
Re: [SERVICE] Custom Commands Database - Request/Post Here
what do you mean different ??