10-04-2009, 07:23 PM
The first version is out!
http://www.box.net/shared/4zxzj84z84
Notes:
Change the gui files in the interface folder to change the gui.
Click and drag on the inventory box to scroll through it.
Descriptions have a limit of 45 characters.
press f12 to access the admin panel.
Things to do for next version:
optional 32x64 sprites
attacking animations on the person being attacked
hp/mp bars for other players and npcs
npc names on hover
player names on hover
TESTING SERVER!
change the ip in ipconfig to 98.109.137.143 to go to my testing server. Try any hacks etc on this server, and I will try to fix them up for everyone. I may also make a small game on the server for everyone to play
.
If you would like admin on the server please post here.
EDIT: I had fixed a bug, but then my computer crashed and i forgot to fix it again. Oops! If you downloaded the bugged version please redownload, or patch your version.
http://www.box.net/shared/4zxzj84z84
Serverside under
change
to
Clientside under
change
to
http://www.box.net/shared/4zxzj84z84
Notes:
Change the gui files in the interface folder to change the gui.
Click and drag on the inventory box to scroll through it.
Descriptions have a limit of 45 characters.
press f12 to access the admin panel.
Things to do for next version:
optional 32x64 sprites
attacking animations on the person being attacked
hp/mp bars for other players and npcs
npc names on hover
player names on hover
TESTING SERVER!
change the ip in ipconfig to 98.109.137.143 to go to my testing server. Try any hacks etc on this server, and I will try to fix them up for everyone. I may also make a small game on the server for everyone to play

If you would like admin on the server please post here.
EDIT: I had fixed a bug, but then my computer crashed and i forgot to fix it again. Oops! If you downloaded the bugged version please redownload, or patch your version.
http://www.box.net/shared/4zxzj84z84
Serverside under
Code:
Map(MapNum).Tile(x, y).Data3 = CCInt(Parse(n + 9))
Code:
n = n + 8
Code:
n = n + 10
Clientside under
Code:
.Data3 = CInt(Parse(n + 9))
Code:
n = n + 8
Code:
n = n + 10