• 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!

Roxor 8.54 (1337ms) r5

Ghost Creations

Active Member
Joined
Aug 2, 2011
Messages
227
Solutions
1
Reaction score
25
Location
Now in Korat, Thailand
Roxor 8.54 (1337ms) r5
67tn4i.png

Added NPC840 - With 840 New Items
Protocol 8.54 support, fixed the .otb error.
Fixed All Errors in map except for VIP Area
Completely rebuilt all NPC's to a standard code.
Fixed all items to Roxor standard.
Fixed all Monsters to Roxor stndard.
redid monies, removed Ivory Coins, Gold Nuggets, and Gold Ingots and Kept Scarab Coins.
Money goes gold coin, Platnium coin, Crystal coin, Scarab coin.
Completely rebuilt the Questbox System.
Changed Item Rewards for Quests made list with old and new
Custom Quest's: That were fixed
Knowledge Quest!
Quest of Sacrifice!
Working Quest:
Demon Oak Quest!
Annihilator Quest!
Demon Helmet Quest!
Morgoth heart Quest!
Decide Your Own Spawn! 1 - Thanks to soul4soul
Decide Your Own Spawn! 2 - Thanks to soul4soul
Decide Your Own Spawn! 3 - Thanks to soul4soul
Created New Doumentations in DOC/
Created a NPC List
Created Install Instructions.
Created a Complete Quest List
Created a List Of all Item Upgrades and Changes
Added 8 Monsters and Spawns from 8.54

Added a new Island with town "Roxoric".
Opened 1337 rocks town and named it "Underground" all the questionable happens here
Named all Cities, and Towns, and Renamed a few.- Venore, VIP, Cormaya, Oldtown, Newtown, Underground, and Roxoric.
Moved all Houses to their prospective Town.
Created a New Loby for future use - The old loby was a no growth avalible.
Some things do work
Open to public.
Rebuilt entire Casino
Moved Stairs to Free beds and underground Loby

Download: Roxor-854ms-r5.rar - Speedy Share - upload your files here

New Loby

oqhd9l.png



please explore and leave opinion, and yes I know I need mass detail. just opinion on layout.

Thanks and Enjoy
 

Attachments

Last edited by a moderator:
What Starter, If you mean the EXE Thay won't allow EXE in Data pac, Read the Install.txt inthe Doc folder.

Install.txt:
1. unzip to Roxor folder.
2. download http://otland.net/attachments/f18/3...-spirit-theforgottenserver-v0.2.7-win32gui.7z
3. Unzip theforgottenserver-v0.2.7-win32gui.7z to forgotten folder.
4. copy the The Forgotten Server.exe from the forgotten folder to the roxor folder
5. rename The Forgotten Server.exe to Roxor.exe
6. download OpenTibia DLL Pack (v1.5) at http://otland.net/attachments/f18/7693d1291722387-opentibia-dll-pack-v1-5-otdllv15.7z
7. unzip to Roxor folder.
8. Go to the Roxor folder run Roxor.exe

Thats it it is running.
Get Tibia Client 8.54 from tibiaclient.com
Download a ip changer change ip to 127.0.0.1
Run the client
enter game
Account Name (2)
Password (pass)
 
What Starter, If you mean the EXE Thay won't allow EXE in Data pac, Read the Install.txt inthe Doc folder.

Install.txt:
1. unzip to Roxor folder.
2. download http://otland.net/attachments/f18/3...-spirit-theforgottenserver-v0.2.7-win32gui.7z
3. Unzip theforgottenserver-v0.2.7-win32gui.7z to forgotten folder.
4. copy the The Forgotten Server.exe from the forgotten folder to the roxor folder
5. rename The Forgotten Server.exe to Roxor.exe
6. download OpenTibia DLL Pack (v1.5) at http://otland.net/attachments/f18/7693d1291722387-opentibia-dll-pack-v1-5-otdllv15.7z
7. unzip to Roxor folder.
8. Go to the Roxor folder run Roxor.exe

Thats it it is running.
Get Tibia Client 8.54 from tibiaclient.com
Download a ip changer change ip to 127.0.0.1
Run the client
enter game
Account Name (2)
Password (pass)

Why is it programmed for 0.2?
IIRC 0.3.6 and 0.3.6pl1 were the 2 main distros for 8.54
 
It alwas has been in (Mystic Spirit) many have tried to make it in (Crying Damson) and many failed, I have yet to acually see Roxor made with (Crying Damson), I even have a challange to that on my website, but no takers, I here alot of Chit talk on how thay did it but not one has sent me prof, If I do get one in (Crying Damson), the person will be listed on the website as the first.
 
Challenge to all:

Roxor Server created with The Forgotten Server, version 0.3.6 (Crying Damson).

I challange anyone to create a Roxor server with a running, working version of
The Forgotten Server, version 0.3.6 (Crying Damson)
The first one that sends me their server, I will post their name as the only real Roxor Server Created with The Forgotten Server, version 0.3.6 (Crying Damson). I have had many people say thay have done it and runs perfectly, but never seen one, so I say, put you name on as the first.

Put your talent were your mouth is. Send me one.
 
Found an error with the 8.40 NPC simple fix was a typo left out a ' in line
shopModule:addBuyableItem({'RustRemover'}, 9930, 100000, 'Rust Remover)see here no ')
shopModule:addBuyableItem({'RustRemover'}, 9930, 100000, 'Rust Remover')see here I put it in.

Here is the entire file: items840.lua

Lua:
 local keywordHandler = KeywordHandler:new()
 local npcHandler = NpcHandler:new(keywordHandler)
 NpcSystem.parseParameters(npcHandler)
 
function onCreatureAppear(cid) npcHandlernCreatureAppear(cid) end
 function onCreatureDisappear(cid) npcHandlernCreatureDisappear(cid) end
 function onCreatureSay(cid, type, msg) npcHandlernCreatureSay(cid, type, msg) end
 function onThink() npcHandlernThink() end
 
local shopModule = ShopModule:new() 
npcHandler:addModule(shopModule)

 shopModule:addSellableItem({'empty drink vial'}, 2006, 15, 'empty drink vial')
 shopModule:addSellableItem({'empty vial'}, 7478, 10, 'empty vial')
 shopModule:addSellableItem({'empty magic vial'}, 7488, 1015, 'empty magic vial')
 shopModule:addSellableItem({'empty potion flask'}, 7634, 35, 'empty potion flask')
 shopModule:addSellableItem({'empty potion flask'}, 7635, 25, 'empty potion flask')
 shopModule:addSellableItem({'empty potion flask'}, 7636, 15, 'empty potion flask')
 
shopModule:addBuyableItem({'angelicaxe'}, 7436, 25000, 'Angelic Axe')
 shopModule:addBuyableItem({'batwinghat'}, 10016, 50000, 'Batwing Hat')
 shopModule:addBuyableItem({'berserker'}, 7403, 30000, 'Berserker')
 shopModule:addBuyableItem({'BrocadeBp'}, 9774, 10000, 'Brocade Backpack')
 shopModule:addBuyableItem({'bskull'}, 9448, 3000000, 'Blood Skull')
 shopModule:addBuyableItem({'BrocadeBag'}, 9775, 8000, 'Brocade Bag')
 shopModule:addBuyableItem({'CoconutShoes'}, 99331, 100000, 'Coconut Shoes')
 shopModule:addBuyableItem({'Executioner'}, 7453, 100000, 'Executioner')
 shopModule:addBuyableItem({'FwBoots'}, 9932, 100000, 'Firewalker Boots')
 shopModule:addBuyableItem({'RustRemover'}, 9930, 100000, 'Rust Remover')
 shopModule:addBuyableItem({'JadeHammer'}, 7422, 100000, 'Jade Hammer')
 shopModule:addBuyableItem({'Impaler'}, 7435, 100000, 'Impaler')
 shopModule:addBuyableItem({'Mythril Axe'}, 7455, 100000, 'Mythril Axe')
 shopModule:addBuyableItem({'NativeArmor'}, 2508, 100040, 'Native Armor')
 shopModule:addBuyableItem({'Ravenwing'}, 7433, 1000595, 'Ravenwing')
 shopModule:addBuyableItem({'Skullcrusher'}, 7423, 1000195, 'Skullcrusher')
 shopModule:addBuyableItem({'YalahariArmor'}, 9776, 100095, 'Yalahari Armor')
 shopModule:addBuyableItem({'YalahariLegs'}, 9777, 100095, 'Yalahari Legs')
 shopModule:addBuyableItem({'YalahariMask'}, 9778, 100095, 'Yalahari Mask')
 
npcHandler:addModule(FocusModule:new())

Now in the data/movement/movements.xml
Take this line
<movevent event="StepIn" uniqueid="55100" script="gravestone.lua"/>
Change to this
<!-- movevent event="StepIn" uniqueid="55100" script="gravestone.lua"/ -->
and in the map at the grave put uid 29006
The grave is located at grid x=1104 y=790 z=7

Also if anyone has downloaded from the website the Local Client I provided has a bug in it, Just delete the Client, and get Tibia 860 off a client site, like tibiaclient.com, you will need a ip changer also. Sorry about that. I did not fully test the client, just ranaround, It crashes if you level.
 
Error: When you kill a monster and level up your client crashes. This is caused by the Item.xml being wrong somewere.

I also found incorrect otb version and figured you can get them both.
Appareantly the TFS team and the Remers team can't cordanate together and use the same Item.otb file.
Put this Items in your data/items Delete the old.
Delete the Item.otb and Item.xml and put these in their place
Roxor/data/items
 

Attachments

Wow all this time and no takers on my chllange, I guess one was never made.

Challenge to all:

Roxor Server created with The Forgotten Server, version 0.3.6 (Crying Damson).

I challange anyone to create a Roxor server with a running, working version of
The Forgotten Server, version 0.3.6 (Crying Damson)
The first one that sends me their server, I will post their name as the only real Roxor Server Created with The Forgotten Server, version 0.3.6 (Crying Damson). I have had many people say thay have done it and runs perfectly, but never seen one, so I say, put you name on as the first.

Put your talent were your mouth is. Send me one.
 
It's really easy to make roxor working with 0.3.6. Someone even released roxor for 0.3.6 at this forum (Iceroxor or something like this). If you rehost this datapack I can make it work for 0.3.6
 
Would be nice to see this db, reup :)
 
Its still crashing when you reach lvl and try double right click on monster =/ but realy god job with another things
 
Its OK when started with 8.54, but there many other bugs like :
- Super Promotion, spells doesnt work with this promotion + crash if you use promotion on knight and attack monster
- Some of items are not from roxor, or have other functions, like runes
- There's no rune seller, (or i cant find it, its possible)
- Weapons doesn't work with promotion
 
Back
Top