-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
GuikBretas
Try put this:
or this: @edit
PHP Code:
using XD.HabboHotel.GameClients;
using XD.HabboHotel.Pathfinding;
using XD.HabboHotel.Rooms;
using XD.HabboHotel.Pets;
using XD.HabboHotel.Navigators;
using XD.HabboHotel.Items;
using XD.HabboHotel.Users.Badges;
using XD.HabboHotel.Misc;
using XD.HabboHotel.Advertisements;
using XD.HabboHotel.Users.Messenger;
using XD.HabboHotel.Catalogs;
using XD.Storage;
using XD.Messages;
You will totally see errors
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
LucasReis
OMG, i love ragezone !
you wont for long...
anyway nice release
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
GuikBretas
Try put this:
PHP Code:
using Uber.HabboHotel.Pets;
using Uber.HabboHotel.Navigators;
using Uber.HabboHotel.Items;
using Uber.HabboHotel.GameClients;
using Uber.HabboHotel.Users.Badges;
using Uber.HabboHotel.Misc;
using Uber.HabboHotel.Pathfinding;
using Uber.HabboHotel.Advertisements;
using Uber.HabboHotel.Users.Messenger;
using Uber.HabboHotel.Rooms;
using Uber.HabboHotel.Catalogs;
using Uber.Storage;
or this: @edit
PHP Code:
using XD.HabboHotel.GameClients;
using XD.HabboHotel.Pathfinding;
using XD.HabboHotel.Rooms;
using XD.HabboHotel.Pets;
using XD.HabboHotel.Navigators;
using XD.HabboHotel.Items;
using XD.HabboHotel.Users.Badges;
using XD.HabboHotel.Misc;
using XD.HabboHotel.Advertisements;
using XD.HabboHotel.Users.Messenger;
using XD.HabboHotel.Catalogs;
using XD.Storage;
using XD.Messages;
Put it where?..
-
Re: Some wired codes for uberemu
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
Žak™
you wont for long...
I lol'd
-
Re: Some wired codes for uberemu
User don't say the word. help!!!!
-
Re: Some wired codes for uberemu
Omfg are you a code god?!
-
Re: Some wired codes for uberemu
Ofcourse it doesn't work 100% yet, these are just small snippets of the real Wired coding..
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
PEjump2
=dj.matias=, Thanks for releasing & reading my PM :)
who cares about your spam, blabla i can too say you chockt my dick bitch
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
PEjump2
Ofcourse it doesn't work 100% yet, these are just small snippets of the real Wired coding..
That explains why it doesn't work.
Yet :P
Anywho, Nice release :P
-
Re: Some wired codes for uberemu
Oh nice! Finally someones started eh?
-
Re: Some wired codes for uberemu
you gotta add sendroomuser.say("+text",true,true)
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
Beny.
you gotta add sendroomuser.say("+text",true,true)
This isn't Holograph, newb.
-
Re: Some wired codes for uberemu
i am looking for the catalog_items catalog_pages and furni for wired i need all
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
grimske1
i am looking for the catalog_items catalog_pages and furni for wired i need all
http://forum.ragezone.com/f353/wired...-furni-702350/
(Tweeny didnt do catalog_items right...)
I posted the right catalog_items table on the last page
-
Re: Some wired codes for uberemu
can you post a screenie of it?:P
---------- Post added at 08:47 PM ---------- Previous post was at 08:17 PM ----------
cus i have phoenix emu and wired working but dont have the page in the cata
-
Re: Some wired codes for uberemu
rooms that line add the code? help me
-
Re: Some wired codes for uberemu
Okay.
Im good with all this now,
I have now got 3 more put in,
But how do we actually make them WORK? (E.g. trigger at set time)
Other hotels have it already, so it cant be that difficult...
-
Re: Some wired codes for uberemu
Hey guys,
ive got the same problem. I get the errors "type or namespace 'DatabaseClient' not found"
What's the problem?
-
Re: Some wired codes for uberemu
use this or just buy phoenixemu XD
-
Re: Some wired codes for uberemu
wired message code fixed
PHP Code:
class InteractorWiredShowMessage : FurniInteractor
{
public override void OnRemove(GameClient Session, RoomItem Item)
{
{
if (!UserHasRights)
{
return;
}
Item.ExtraData = "1";
Item.UpdateState(false, true);
string SayMessage;
using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())
{
if (dbClient.ReadDataRow("SELECT message FROM wired_show_message WHERE item_id = '" + Item.Id + "' LIMIT 1") != null)
{
SayMessage = dbClient.ReadString("SELECT message FROM wired_show_message WHERE item_id = '" + Item.Id + "' LIMIT 1");
}
else
{
SayMessage = "";
}
}
ServerMessage Message = new ServerMessage(651);
Message.AppendInt32(0);
}
}
-
Re: Some wired codes for uberemu
Wired furni is overrated, but nice release I guess!
-
Re: Some wired codes for uberemu
Where do I put this:: Add interaction_type: wired_trg_say and wired_act_show_message ??
-
Re: Some wired codes for uberemu
Quote:
Originally Posted by
iPixelHotel
Where do I put this:: Add interaction_type: wired_trg_say and wired_act_show_message ??
-.-''
In your furniture table...
-
Re: Some wired codes for uberemu
Wired_Show_Message loads but the user don't say the word :S how to resolve?