Creating Wired PlusEmu

Yorick

Member
Aug 10, 2016
39
3
Heey,

I'm working on getting the newest wired from Habbo in My Retro Hotel,
i got all images and swfs and loaded them up in the catalogue.

Now on buying like At Set Time i'm coding the hole Wired Code and all.
You can place it and click it all fine...
Only issue is that it will not work like i created if i example copy the Repeat Effect in there and only change:
`public WiredBoxType Type { get { return WiredBoxType.TriggerRepeatEffect; } }`
`public WiredBoxType Type { get { return WiredBoxType.TriggerAtSetTime; } }`
(They Both return the same id seen down below)

public static int GetWiredId(WiredBoxType Type) {
switch (Type) {
case WiredBoxType.TriggerRepeat:
case WiredBoxType.TriggerAtSetTime:
return 6;
}
}

edit: Is there a way to see what each id has as Layout?

It does not work when changing the WiredBoxType.TriggerRepeatEffect; to WiredBoxType.TriggerAtSetTime;
So how cna i get this to work or do i need to code someting in a different class to get that to work :/ and know
what id it exualy needs to return?? ( I'm using lates R2 release Sledmore, PlusEmy)
 
?
 

Users who are viewing this thread

Top