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!

Retaliation 2 [RP] [CMS] [Rage 2.75]

Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
It's all there.



Oh yeah CHris apperently it crashes when I make a wepaon.
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
The original download link



-- ----------------------------
-- Table structure for cms_config
-- ----------------------------
DROP TABLE IF EXISTS `cms_config`;
CREATE TABLE `cms_config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`site_name` varchar(255) DEFAULT NULL,
`site_url` varchar(255) DEFAULT NULL,
`emu_ip` varchar(255) DEFAULT NULL,
`emu_port` varchar(255) DEFAULT NULL,
`swf_base` varchar(255) DEFAULT NULL,
`findretros_link` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;



Insert that and insert this next

-- ----------------------------
-- Records of cms_config
-- ----------------------------
INSERT INTO `cms_config` VALUES ('1', 'HabboRP', 'http://retaliation.dev', '127.0.0.1', '30000', 'http://retaliation.dev/swfs', null);


And just edit from there



Chris I just have 1 problem. I created a weapon and it's successful. But when i try to create the 2nd weapon I get the EMU error again any Ideas?
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
Ok the weapons issue is fixed. But may I have all wp_handitem
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
Alright fixed the issue if anyone of you have this problem just make sure every field is filled in the rp_weapons



Chris when are you going to upload the Cerberus?
 
Newbie Spellweaver
Joined
Jun 11, 2012
Messages
57
Reaction score
4
How do I fix this?
P0pawd5 - Retaliation 2 [RP] [CMS] [Rage 2.75] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
Go to a hit zone like 20 and hit yourself twice.
 
Newbie Spellweaver
Joined
Jan 3, 2016
Messages
16
Reaction score
3
what does this mean?
file_put_contents(C:\inetpub\administration/bootstrap/cache/services.php): failed to open stream: Permission denied
 
Newbie Spellweaver
Joined
Jan 21, 2014
Messages
7
Reaction score
0
What is the problem ?

TotalHeight with furni BaseId: 7344 in RoomId:31
System.FormatException: Le format de la cha?ne d'entr?e est incorrect.
? System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
? System.Double.Parse(String s)
? Plus.HabboHotel.Items.RoomItem.get_TotalHeight() dans C:\Users\Thomas\Desktop\Roleplay\Plus Emulator\HabboHotel\Items\RoomItem.cs:ligne 551
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
When does this error occur Maxime Hery?
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
May you screenshot the dashboard page I don't remember off the top of my head



Im getting a "TokenMismatchException in VerifyCsrfToken.php line 67:" error upon logging into Cerberus any fixes?
 
Newbie Spellweaver
Joined
Mar 30, 2016
Messages
6
Reaction score
0
May you screenshot the dashboard page I don't remember off the top of my head



Im getting a "TokenMismatchException in VerifyCsrfToken.php line 67:" error upon logging into Cerberus any fixes?

I got it working on my rp xD, I never got that error for cerberus though, you may be missing the cerberus db tables. Just a guees.
 
Newbie Spellweaver
Joined
Nov 23, 2011
Messages
27
Reaction score
1
Nvm that but I have a routing issue for routing configuration may someone give me the permission name?
 
Experienced Elementalist
Joined
Mar 18, 2007
Messages
211
Reaction score
223
Re: Retaliation 2 [Roleplay Environment]

If you plan on being a freelance developer your entire life, yeah no.

I'm saying, for the developers who choose to pick core parts of a framework and dodge the others, than proceed to diss using a framework is bad. Aka, the entire community aha



Screenshots of Cerberus


First happens if you do not configure your routes, which is just the page url -> dashboard, news, etc

Nothing wrong with Freelancing, if you're skilled, have a portfolio, a website and you take the initiative to kick-start your freelance career then you can get work. I worked within Freelancing for a year or so when I first started Web Design and earned a reasonable amount! Considering going back into it full time once again now that my portfolio is spiced up. Alot of people misconceive it but it requires alot beforehand, otherwise just applying on websites such as Elance and whatnot will not work out unless you have a decent portfolio and CV.

OT: Good release, I don't know PHP to a great degree but overall the code seems clean.
 
Back
Top