• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[8.54] RoXoR Server v8.54 (1337ms)

Ravauvial

Member
Joined
Mar 19, 2009
Messages
186
Reaction score
8
Location
Stanwood, Washington, USA
[8.54] RoXoR Server v8.54 (1337ms)
This is version 8.5.4 of RoXoR Server.
Status on project: Growing.

This is a RoXoR Server by Ravauvial.
This Server is not in any part a part of the Limannen distro.
This server was made from my 8.40 server and my brain

Information about Roxor v8.54:
*PvP-Enf/RPG Map That Includes Many Scripts and Events. (such as raids and custom quests)
*Vip System - with many vip items and vip/exp scrolls.
*Added custom commands. /commands, /news, /popup
*Added healing orb.
*Added 4 more monies - Ivory Coins, Scarab Coins, Gold Nuggets, and Gold Ingots.
*Updated from protocoll 8.40 to 8.54 !
*created from engine TFS 0.2.7 (mystic spirit)
Custom Quest's:
Railway Quest!
Knowledge Quest!
Quest of Sacrifice!
Working Quest:
Demon Oak Quest!
Annihilator Quest!
Demon Helmet Quest!
Custom Spawns:
Decide Your Own Spawn! 1
Decide Your Own Spawn! 2
Decide Your Own Spawn! 3
Spawn your own monsters

Download The Forgotten Server Version: 0.2.7 (Mystic Spirit)! here:
http://otland.net/f18/8-54-8-57-forgotten-server-v0-2-7-mystic-spirit-69185/

Download the RoXoR Server v8.54 (1337ms) data files here:
Roxor 8 54 rar

All you need is DLL files, and the The Forgotten Server.exe put both in the Roxor folder run the exe file and your up.

Credits:
Penis-Pumpe/Petter - Mapper and Scripter
Faen - Mapper, Scripter
Nachete - Scripter
Eid - Ideas
Killer - lua error fixes.
Eldin - Lua action scripts
Ravauvial - update to 8.54 and many fixes to map.
Limannen - for the Idea of updateing the Roxor Server.
OTLand Users - For some of the scripts used.
OTfans Users - For some of the scripts used.

Things you need to Change: The Ip number is 127.0.0.1 local change to your ip.
In folder data\talkactions\scripts\news.lua you need to change the News to what you want.
 

Attachments

Last edited by a moderator:
Everything should be working, If not please let me know. This is not from the Limannen distro. it is from my 8.40 server. It is a complete server buy can't put exe files on here.
 
Would be good if the GM actually worked, you should be able to add Group Id = 5 at the account, but you cant here, so you cannot execute commands. :<
 
alot of things are working except for the spells when someone gets a super brain:p and i cant rly find the donation items that were normally used in this server.
 
Can you give me Items from Roxor ?

What items??? do you mean VIP items, then yes.
XML:
	<material name="VIP Items" parent="Accessories" icon="2646">
		<item fromid="2141" /> <!-- VIP Death-Necklace -->
		<item fromid="2299" /> <!-- VIP Manarune -->
		<item fromid="3963" /> <!-- VIP Sword -->
		<item fromid="5785" /> <!-- VIP Medal -->
		<item fromid="6529" /> <!-- VIP Bolt -->
		<item fromid="7342" /> <!-- VIP Backpack -->
		<item fromid="7381" /> <!-- VIP Club -->
		<item fromid="7409" /> <!-- VIP Rod -->
		<item fromid="7410" /> <!-- VIP Wand -->
		<item fromid="7433" /> <!-- VIP Axe -->
	</material>
 
I am working on the Gamemaster and God thing as we speak..
I have ID'd the problem. I think it has to do with the Forgotten Server - Mystic Database.
I.E. :
Code:
CREATE TABLE `groups`
(
	`id` INT NOT NULL AUTO_INCREMENT,
	`name` VARCHAR(255) NOT NULL COMMENT 'group name',
	`flags` BIGINT UNSIGNED NOT NULL DEFAULT 0,
	`access` INT NOT NULL,
	`maxdepotitems` INT NOT NULL,
	`maxviplist` INT NOT NULL,
	PRIMARY KEY (`id`)
) ENGINE = InnoDB;

INSERT INTO `groups` VALUES (3, 'a god', 134788128760, 1, 0, 0);
INSERT INTO `groups` VALUES (2, 'a gamemaster', 137438953471, 1, 0, 0);
INSERT INTO `groups` VALUES (1, 'player', 0, 0, 0, 0);

I think this is the issue:
INSERT INTO `groups` VALUES (3, 'a god', 134788128760, 1, 0, 0);
INSERT INTO `groups` VALUES (2, 'a gamemaster', 137438953471, 1, 0, 0);
INSERT INTO `groups` VALUES (1, 'player', 0, 0, 0, 0);

If anyone can tell me how to remove this part of the code in the DB, I would like that.
 
Back
Top