re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Matata
Bugs:
- Support ticket
- Public rooms
- Support ticket : Working Fine
- Public rooms : Working Fine :)
Note truncate your navigator_publics table and insert this :
INSERT INTO `navigator_publics` VALUES ('1', '1', '1', 'Sir Jamal Name', 'Sir Jamal Desc', 'officialrooms_defaults/hh_room_nlobby.png', 'internal', '1', '-1', '-1', '1', '1', '2', '');
Like and rep if it did work :)
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Sir Jamal
- Support ticket : Working Fine
- Public rooms : Working Fine :)
Note truncate your navigator_publics table and insert this :
INSERT INTO `navigator_publics` VALUES ('1', '1', '1', 'Sir Jamal Name', 'Sir Jamal Desc', 'officialrooms_defaults/hh_room_nlobby.png', 'internal', '1', '-1', '-1', '1', '1', '2', '');
Like and rep if it did work :)
http://gyazo.com/65c43ce9c2aa4b6e55392eb908cf2d82 public rooms doesnt work, i added it to my retro and update_navigator if i press navigator i disconnect from the hotel :)
re: Plus Emulator Revision RB3.0 [Community Project]
There is a bug in the flood, when talking on flood after 3 sentences when the flood is over and we'll talk the flood yet again! So on without stopping ...
re: Plus Emulator Revision RB3.0 [Community Project]
Can you post a groot working SQL? All the SQL didn't work for me.
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
Sir Jamal
- Support ticket : Working Fine
- Public rooms : Working Fine :)
Note truncate your navigator_publics table and insert this :
INSERT INTO `navigator_publics` VALUES ('1', '1', '1', 'Sir Jamal Name', 'Sir Jamal Desc', 'officialrooms_defaults/hh_room_nlobby.png', 'internal', '1', '-1', '-1', '1', '1', '2', '');
Like and rep if it did work :)
Both public rooms and support tickets does disconnect you from the hotel.
If you wouldn't mind sending the code you're using for public rooms and support tickets, I would be very happy.
re: Plus Emulator Revision RB3.0 [Community Project]
public rooms fix:
CREATE TABLE IF NOT EXISTS `navigator_publics` (
`id` int(11) NOT NULL,
`ordernum` int(11) NOT NULL DEFAULT '1',
`bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`description` varchar(100) NOT NULL,
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL,
`category_id` int(11) NOT NULL DEFAULT '-1',
`category_parent_id` int(11) NOT NULL DEFAULT '-1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`recommended` enum('0','1') NOT NULL DEFAULT '0',
`typeofdata` int(255) NOT NULL DEFAULT '1',
`tag` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT AUTO_INCREMENT=4 ;
and
INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`, `caption`, `description`, `image`, `image_type`, `room_id`, `category_id`, `category_parent_id`, `enabled`, `recommended`, `typeofdata`, `tag`) VALUES
(3, 3, '0', 'Discothèque - MoveRadio', '', 'navi/navi_disco.png', 'external', 425, -1, -1, '1', '0', 2, '');
re: Plus Emulator Revision RB3.0 [Community Project]
Anyone has structures for marketplace? Willing to code it for Plus.
re: Plus Emulator Revision RB3.0 [Community Project]
go to UserItem.cs, change false to true ;)
re: Plus Emulator Revision RB3.0 [Community Project]
Quote:
Originally Posted by
VabboWorld
go to UserItem.cs, change false to true ;)
Adding it to marketplace, marketplace page structure + items, searching, buying and cancelling headers etc. Its more than just one boolean.
re: Plus Emulator Revision RB3.0 [Community Project]
I have a big bug, once again I can connect on my back, but once again it hangs at 87% to everyone, I think it comes from the banner. I'd like to settle this once and for all, that there was NO connection bug! :)
re: Plus Emulator Revision RB3.0 [Community Project]
i updated my topic with the new release and client for this swf & a db for the emulator
http://forum.ragezone.com/f353/orion...0-plus-991008/
re: Plus Emulator Revision RB3.0 [Community Project]
I'm not sure if it's me but, can't seem to trade anyone.
That's the alert I receive, I've checked in database if trade is enabled and it is, but not sure why it's not working.
------------------------
Re: RELEASE63-201405071257-197450526 - PlusR2
Is this compatible with UberCMS?
Re: RELEASE63-201405071257-197450526 - PlusR2
Quote:
Originally Posted by
MOD-Kedo
Is this compatible with UberCMS?
say yes, but I've never tested test you
Re: RELEASE63-201405071257-197450526 - PlusR2
Quote:
Originally Posted by
MOD-Kedo
Is this compatible with UberCMS?
Yeah it's working with UberCMS. If it's not working there always tut's how to let this work :)
Since RevCMS and UberCMS are the most famous used in this community :)