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!

Maps?

Newbie Spellweaver
Joined
Mar 25, 2006
Messages
31
Reaction score
0
Hi there ^^
I think we could start something like "Map sharing" :)

The biggest problem on the NexusTK emus are the missing Map files, so we have to build own maps :(

So my Idea is that we work like a community and we share our Maps with others ^^
So upload your Maps and let the Community love it ^^
 
Newbie Spellweaver
Joined
Jan 5, 2005
Messages
14
Reaction score
0
As I can remember there is a map file converter also. I don't play nexus anymore, but I will try to upload them if i can find a host to files.
=) Btw you can make your own too lol
 
Don't Mind if I do...
Joined
Jun 2, 2006
Messages
399
Reaction score
4
i wouldnt mind hosting a website for all the maps people create at ragezone. I have 1.1gs of webspace that im not using right now. i love the idea
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
16
Reaction score
1
I assume that you know how to add (declare) the Map files into Database
here are the Maps
 
Initiate Mage
Joined
Aug 2, 2006
Messages
2
Reaction score
0
Many-many thx for that maps...
How To Use ??? I think just ekstrak to Map Folder On Server Right?? (correct Me If I'm Wrong).

But I've got some ask, How to Build Map, Using map Editor ???
Can somebody give me a tutor ???

I'm so impressed abaout Nexus, In Indonesia we call that Nexia.
Soo many memories on that Game..
 
Initiate Mage
Joined
Aug 2, 2006
Messages
2
Reaction score
0
Ooo Put in Client Folder (what the Folder?? database... That's Right???)
Thx for the answer.

May I have some sreenshot from the item, Weapon, hair... Etc
Im so confuse to Edit the color di graphic.. heheheh
 
Initiate Mage
Joined
Aug 22, 2006
Messages
1
Reaction score
0
sorry for my noob...how to define all the maps 1st in the Database
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
16
Reaction score
1
the Links is Still Work. I can send to your email if you want it. Just drop me a msg
 
Newbie Spellweaver
Joined
Dec 28, 2004
Messages
6
Reaction score
0
yeah can some one do gives us a tutorial on how to edit maps... i dont mind trying to make it.. yeah i also misses the indonesian server... those were the days
 
Newbie Spellweaver
Joined
Oct 24, 2006
Messages
26
Reaction score
0
As i can see here you can make your own maps really cool :) are they tools to make it or do you have to code it?
 
Initiate Mage
Joined
Jul 6, 2006
Messages
3
Reaction score
0
how to define db

can you show me pls (the guide) how to define db?
especially the map one..i've download the maps but i don't know how to define..

and pls how to define the other things like magic etc if you don't mind..

thanks
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
16
Reaction score
1
can you show me pls (the guide) how to define db?
especially the map one..i've download the maps but i don't know how to define..
and pls how to define the other things like magic etc if you don't mind..
thanks

Okay... there are many manual work.
according to the VB code :
Open App.Path & "/Map/TK" & Format$(ID, "000000") & ".map" For Binary As #iFile
1)1st you have to rename all the *.map files into
format : "TK"+"000xxx"+".map"
e.g: -TK000001.map
-TK000002.map
-TK000003.map
step1 - Maps? - RaGEZONE Forums

2)Open nexusdb.mdb using msaccess (microsoft access)
look at table "Map"
step2 - Maps? - RaGEZONE Forums

there are 4 field : ID, Title, X, Y
ID = map file id , 1 = TK000001.map
Title = The Name of Map inside game
X, Y = size of Map (can retrive from 1st 4 byte of map file)
3)using Hexa Editor to get the map size of each *.map files
step3 - Maps? - RaGEZONE Forums

from the sample above 1E = 30 decimal, so the size is 30 X 30
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jul 6, 2006
Messages
3
Reaction score
0
Map Defining

Tq Coolmib, I can work on my server maps now.. but i'm interested on ur db.
what's that cTbl ?i don't have it on my db,what's that for?

i've try to edit my db,and what i've found is:
warp to move from 1 map 2 another
mobdb to define monster
mob to spawn monster
char for character
etc

but i don't know what's itemDB n magic for,except that it's related 2 magic n item.n i don't know how 2 spawn the seller like in smith or armor shop.

thx 4 ur help n_n
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
16
Reaction score
1
Tq Coolmib, I can work on my server maps now.. but i'm interested on ur db.
what's that cTbl ?i don't have it on my db,what's that for?
try to find a file named ctable.txt, I just convert the binary files then put into my DB. should be to handle the B-Tiled

but i don't know what's itemDB n magic for,except that it's related 2 magic n item.n i don't know how 2 spawn the seller like in smith or armor shop.
thx 4 ur help n_n
you can define the item, weapon, shield, armor in itemdb
and also the skills / magic in magic

Okay, I share my Db, but this one I use for my own emulator. You can adopt
the item, armor, weapon etc from there :sorcerer:
 
Initiate Mage
Joined
Jul 6, 2006
Messages
3
Reaction score
0
Db

Tq again coolmib,two thumbs up for u :smilie_gruenweiss:

my friend likes this game so much and ask me to complete the server,and u've help me sooo much.

i'll try ur db soon,tq again :afro:
 
Back
Top