just saying thank you

Play Now

stagg

LOMCN Veteran
Veteran
Sep 28, 2008
283
1
45
hi i bet i get introuble for posting in wrong topic or what ever lol
but i just wanna say a big ty to all thats helped me i know i dnt know much but i am learning a lot now i managed to make ma own script last night thanks to the gides make items find items mobs i know i still have a lot to learn but i wont give up (got nothing better to do) i got a server online thanks to geox, rachel big thanks to cricket (if he gets his pc bk) skully and every 1 else thats helped me on ma way : )

thanks : )


if ne1 got a map editor would be nice (tryed the 1 on mirfiles but dnt work for me : ()

abd is their a comand to add fame to a char
 

stagg

LOMCN Veteran
Veteran
Sep 28, 2008
283
1
45
srry i 4got i put that their and its useless now as ppl need my full client to see mobs n spells i got : )
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
My name is Geordiehc not Geox :P and your welcome

I've also been trying to find a map editor and im stuck as well ti always crashes :(
 

HeadHunter

Golden Oldie
Golden Oldie
Jun 18, 2007
962
13
105
Stoke, UK
I can never find a mir3 map maker, shorty was meant to be making one but we never saw that :(

And Geox suits you lol

/Jenix
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
Build a Mapeditor is not so easy, all you need is many Mir3 Internal Know-How. I believe a Handfull her, have the power and the Knowlage to make a Mir3 Viewer and one or two a Editor... If you know a bit Mir3 Map things, then you can change things on Maps with the Old Mir3MapEditor. If some one know DirectX Coding under Java or Delphi then we can help with wil/wix Reading code, Kaori with Java and I with Delphi. with Map Header, I self can a bit help...
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
No idea what you jsut said Coly lol but i was thinking yesterday a Map Viewer like kaoris image viewer would be a very handy tool, not 1 that edits or anything, 1 that just gives u previews of maps.
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
No idea what you jsut said Coly lol but i was thinking yesterday a Map Viewer like kaoris image viewer would be a very handy tool, not 1 that edits or anything, 1 that just gives u previews of maps.

if anyone knows the details of the data structure how to generate a map, I can include that feature to the viewer... maybe...
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
I have the structure at work, I built one that would view a map, but only from extracted wil's, not from the wil itself.

I will post on Monday if nobody beats me to it.

/Mick
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
@idaBigA have you use, the Header from VIP Section for your MapView System or have you a other Header or modifyed Header?
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
Sorry, I didn't post it.. I assumed that was the one I had.. I will do it when I get work tomorrow. I just guessed most of it I think lol
 

DjDarkBoyZ

Dev
Golden Oldie
Aug 11, 2006
1,066
233
240
127.Ø.Ø.1
Some people cant acces to vip section and not help with code :(

Im interested in the mir3 map reader, i have a code in c but is using memory copy, is from one source code i posted time ago of job version.

if any one can help with map structure, i have atm a map header reader, i need the reader for structure of map. Thx ;)
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
@idaBigA ok, no Problem :) @DjDarkBoyZ yes, I wrote it, in the VIP Section for some reason. My Code shows how you can create an Editor in DirectX9 and Delphi with wil/wix Reader (not so easy, if you don't have deep Knowlage in Delphi). In another part of the VIP section we discussed only about the Map Headers and the structures of them (very Old).

If you tested my MapView Program, then you know I have the most Problems solved, like the Animation things and so on, but the Information in VIP Section is not 100% anymore.
 
Last edited:

DjDarkBoyZ

Dev
Golden Oldie
Aug 11, 2006
1,066
233
240
127.Ø.Ø.1
I cannot access to vip section :P
I only need some things to start moving inside the map array and link to library, the drawing and the rest of things i can make it.
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
Fire, a member from your Team, has access to the Vip section.

Edit : the C Code is not Mir3, it is Mir2 Evil-Evolutions code and, yes I know this code, I have the full code Client/Server.
 

DjDarkBoyZ

Dev
Golden Oldie
Aug 11, 2006
1,066
233
240
127.Ø.Ø.1
I put a code on that version which is equivalent to load maps mir3 time ago ^^

Ok dont worry, now i have the map structure to read mir3 maps and animations. I have looked an example in pudn (chinese web).

Thx for help ^^. And one question more, how can i be a vip member?
Big thx coly. ;)
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,401
36
275
Germany
Normaly Admin, Mod, VIP and Gold Member has access to the VIP Section atm.
For this, you need ask a Admin.

question : how has you manage the Animation things to perform synchronous Animation- time and visualisation? I know the Animation things in Mir3 and has it allready finished.
 

DjDarkBoyZ

Dev
Golden Oldie
Aug 11, 2006
1,066
233
240
127.Ø.Ø.1
I use a pointer to the image loop, a tickpointer+ticktime you like in draw,a little check before every pointer change images like this:

(Is only and example not the correct words of any programing language,is for understand)

if AnimTickPointer>system.time.currenttick then
animtickpointer=system.time.currenttick + TimeWaitForNextChange(usually in ms)

here increment the imagepointer and control for not have image out of range
specified in the animation-counter

end if

Draw ImagePointer in every frame

For better realism and performance only draw the animation if is in the view range + X tiles (X is a range for give a engine a margin to load and draw new tiles), every animation using your tick and imagecounter.

i hope this will answer your question.Soz for my english ;)
 
Last edited: