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!

[SERVICE] - Coding Commands

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 29, 2014
Messages
89
Reaction score
59
How about a Copy and Paste command?
So you type :copy (maybe coords here too)
Then :paste to copy all the furniture.
 
Skilled Illusionist
Joined
Dec 20, 2013
Messages
365
Reaction score
64
what emu since the owner of the thread hasnt done any commands yet ill give it ago
Plus emu revision 2 please i:
ifor the request could u try code
:saveroom = saves the room
:backuproom = place all the furnitured down if pickall / manual pickup has been used (if :saveroom was used before)
 
Newbie Spellweaver
Joined
Apr 29, 2014
Messages
89
Reaction score
59
So what your saying is that poeple can copy their rare furniture then o_O dafaq

Just an idea. I wanted to give him something hard to test his skills.
I could be just a staff command. or maybe even a cut and paste?
 
Experienced Elementalist
Joined
Aug 26, 2012
Messages
248
Reaction score
49
It would be nice to see the :empty command fixed for swiftemu, it currently only deletes items from items_users and not from the items table.

would need to do a query to get all the items ids then delete the items ids from items,
 
Experienced Elementalist
Joined
Aug 26, 2012
Messages
248
Reaction score
49
Press a command: kiss (Kiss effect) to Phoenix Emulator

Read the thread,

Hey guys, I'm wanting to get better at coding, I'm pretty much good for anything. I tend to use very little MySQL in commands; but that's just so you know ;).

I'm coding commands for people, but I'm not coding any for Phoenix, Only Plus/Bfly or some sort of open source Emulator that's easily accessible.

Just write it like this E.G.

Command - What it does - :<command> <user> or something? for example;

hit - hits the user / decreases their health - :hit <username>.
 
Newbie Spellweaver
Joined
Feb 12, 2014
Messages
50
Reaction score
2
Hello !
Can you make for me :
A command for transform to a pet like dog,cat and more
for AnkkaEmulator ( Source in RG ) based in BcStorm
Sorry for my bad english i'm french
You can contact me with skype : romuald.buisson
Thank's !

So , that's possible to make this command ? :)
Can i have your skype in private message that's for a big project ( i'm french ) ;)
 
Newbie Spellweaver
Joined
May 6, 2013
Messages
20
Reaction score
3
:update_bans and :update_catalogue for butterfly?
 
Experienced Elementalist
Joined
Aug 26, 2012
Messages
248
Reaction score
49
Can you give me your files for plus r2? the ones I've found on RZ don't work and I know I'm doing it right.

catalogue use ultraluz 2.0

:update_bans and :update_catalogue for butterfly?
PHP:
internal static void catarefresh()
        {
            using (IQueryAdapter adapter = ButterflyEnvironment.GetDatabaseManager().getQueryreactor())
            {
                ButterflyEnvironment.GetGame().GetCatalog().Initialize(adapter);
            }
            ButterflyEnvironment.GetGame().GetCatalog().InitCache();
            ButterflyEnvironment.GetGame().GetClientManager().QueueBroadcaseMessage(new ServerMessage(Outgoing.UpdateShop));
        }
 
Junior Spellweaver
Joined
Dec 28, 2011
Messages
185
Reaction score
59
catalogue use ultraluz 2.0


PHP:
internal static void catarefresh()
        {
            using (IQueryAdapter adapter = ButterflyEnvironment.GetDatabaseManager().getQueryreactor())
            {
                ButterflyEnvironment.GetGame().GetCatalog().Initialize(adapter);
            }
            ButterflyEnvironment.GetGame().GetCatalog().InitCache();
            ButterflyEnvironment.GetGame().GetClientManager().QueueBroadcaseMessage(new ServerMessage(Outgoing.UpdateShop));
        }

I don't suppose you know how to get room_ads to work with plus r2? (allow external images in client with background furni)
 
Newbie Spellweaver
Joined
Feb 9, 2014
Messages
14
Reaction score
0
Snowlight
:hit <username> - Hitting Someone Then Decrease Their Health
:me - Show Its Own Health,Str and Intelligence
:akill <username> - Admin Kill For Admin Commands Instant Kill For An User
:teleport <roomid> - Like An Instant Taxi No Time Wait Just Fly Away On A Room
 

PR0

Legendary Battlemage
Joined
Mar 3, 2007
Messages
690
Reaction score
85
If you could make a command which fuses the rights for a particular room to have all rights enabled for all users like they used to have on Habbo, that'd be awesome :)

Possibly like :enablerights <roomid> or :enablerights on/off (While you'er in the room)


:) Thanks if you're actually serious about this.
 
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
Would you also be able to fix the swift emu worldfilter so

If u say a wordfilter its the replacement like phx?
 
Status
Not open for further replies.
Back
Top