02-06-2009, 06:02 PM
Need to change it to Layer(0 To 3) As Integer or something...makes it easier to add more.
[Tweak] Additional Mapping Layer (For MS4)
|
02-06-2009, 06:02 PM
Need to change it to Layer(0 To 3) As Integer or something...makes it easier to add more.
16-06-2009, 07:43 AM
I've a bug in making of client !
error: " Else Without if " In this code , pls help me ! Code: Public Sub MapEditorMouseDown(Button As Integer)
16-06-2009, 08:15 AM
Need an End If after:
Code: With Map.Tile(CurX, CurY)
27-06-2009, 11:21 PM
James Wrote:After that, add all the necessary components client-side on frmMirage and you're set. Well. No where near all of it. You need to edit the map data packets and the MapCache_Create on the Server or this won't work. (It only saves the Original Setup of Ground, Mask, Animation and Fringe.)
28-06-2009, 08:36 PM
James Wrote:In MS4 is bases them off the enumeration. I don't remember editing any of that and it worked fine.but i used ms4 to do this and it didnt work. the actual data is not sent/recieved or saved by the server
28-06-2009, 09:02 PM
Which version of MS4? This works for the byte array version because of the way I cache the maps.
28-06-2009, 09:14 PM
Jacob Wrote:Which version of MS4? This works for the byte array version because of the way I cache the maps.Lol im using 3.78 still. Once I finish a couple more features Im just going to convert it from .78 to .79
28-06-2009, 09:16 PM
From the looks of it, it wont work. Unless the packets are really sent differently the server'll expect less tiles than it's recieving.
28-06-2009, 09:27 PM
In 3.79, I take the memory address of the map and use that to send data. This way you don't really mess with the packet data at all.
It's the same for Items, Npcs, Spells, and shops.
28-06-2009, 09:31 PM
Jacob Wrote:In 3.79, I take the memory address of the map and use that to send data. This way you don't really mess with the packet data at all. I saw that. I dont understand BAP's though. But if I can successfully rip it from MS 3.79 and put it into 3.78 i'll be fine. |
« Next Oldest | Next Newest »
|