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!

[ROOM] Theater

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 2, 2013
Messages
55
Reaction score
10
Hi RageZone,

I just added the Theater room in my database, and thought: "Why dont i release this room on RageZone?..."

So, i come here for you guys with the full Theater room... You can place your own furiniture like chairs and other things...

Code & Screens:

Screen: (Via link because it is too big...)

PHP:
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_theaterdrome', 21, 29, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r​\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx111xxxxxxxxxxx\​r\nxxxxxxx111111111xxxxxxx\r\nxxxxxxx11111111100000xx\r\nxxxx00x11111111100000xx​\r\nxxxx00x11111111100000xx\r\n4xxx00x11111111100000xx\r\n4440000xxxxxxxxx00000x​x\r\n444000000000000000000xx\r\n444000000000000000000xx\r\n444000000000000000000​0x\r\n44400000000000000000000\r\n44400000000000000000000\r\n44x00000000000000000​000\r\n44x11111111111111111000\r\n44x11111111111111111000\r\n33x1111111111111111​1000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x111111111111111​11000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22211111111111111​111000\r\n22211111111111111111000\r\nxxxxxxxxxxxxxxxxxxxx00x\r\nxxxxxxxxxxxxxxxx​xxxx00x', '', '0');

Greetz,

VariousCoderz aka Various
 
Junior Spellweaver
Joined
Nov 28, 2013
Messages
164
Reaction score
18
Great work, ill give it a try now. Thanks.
 
Newbie Spellweaver
Joined
Jul 30, 2011
Messages
77
Reaction score
16
Nice, will have a look of this!

OFFTOPIC:

I like how 'Tha' started this skype button revolution on RZ hahah!
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
Reaction score
84
error :
PHP:
14:26:23	INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES ('model_theaterdrome', 21, 29, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r​\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx111xxxxxxxxxxx\​r\nxxxxxxx111111111xxxxxxx\r\nxxxxxxx11111111100000xx\r\nxxxx00x11111111100000xx​\r\nxxxx00x11111111100000xx\r\n4xxx00x11111111100000xx\r\n4440000xxxxxxxxx00000x​x\r\n444000000000000000000xx\r\n444000000000000000000xx\r\n444000000000000000000​0x\r\n44400000000000000000000\r\n44400000000000000000000\r\n44x00000000000000000​000\r\n44x11111111111111111000\r\n44x11111111111111111000\r\n33x1111111111111111​1000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x111111111111111​11000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22211111111111111​111000\r\n22211111111111111111000\r\nxxxxxxxxxxxxxxxxxxxx00x\r\nxxxxxxxxxxxxxxxx​xxxx00x', '', '0')

Error Code: 1366. Incorrect string value: '\xE2\x80\x8B\x0Axx...' for column 'heightmap' at row 1
 
Loyalty
Loyal Member
Joined
May 4, 2012
Messages
1,763
Reaction score
884
Sadly this doesn't work with plusemu.
 
Status
Not open for further replies.
Back
Top