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!

[TUTORIAL] How to Host a "ASDA Story/MicMac" Server Easily !

Status
Not open for further replies.
Initiate Mage
Joined
Aug 4, 2014
Messages
3
Reaction score
1
Hello there,in this tutorial i'll be showing you how to Set-up and Start you own ASDA Story 1/MicMac Online Private server,this Tutorial is very simple and Easy and only Requires you to get the Following files before beginning :

A-Preparation :
1- A Copy of MicMac Online (Japaneese) because the Hex Program only Accepts Unmodified Client :
from Mega (the Archive is protected by a Password type this : tersnetwork.com)
* If you want to change the game Language to English then follow This Tutorial
° There are many missing Features ,Source Code is between your hands if you want to upgrade it ... !
2- MEOW Client (Server+Source Code) :
* Not tested on ASDA Story 2,it may also work there , if not,Source code is Available !

About :

MEOW project is the emulated server for work with MicMac Online Game client.
It is totally free and fully opensource (consider it under the terms of the GNU license). (It's not me who made this,Special thanks to AnimeKid !,Project Closed,Developement team is No Longer working on it ... )

A-2-Step by Step Guide :
1-Extract your Copy of MicMac Online
2-Extract MEOW_alfa_0v05_release.zip
3-Go to "_MEOW_alfa_0v05_release\bin\MicMacHeXeN" and Double Click "MicMacHex.exe" then Select "Find it" and Choose the game exe file from "System" folder .
4-Enter your IP Adresse then Press "Hex It",the Program will Automaticly hex The game EXE File with your IP Adresse.
5-Go to "_MEOW_alfa_0v05_release\bin\MEOW_Server" and Double Click "meow_server5.exe" and Wait a few seconds,Congratulations,you have now your Server up.Make sure to Forward the Port "4010 UDP" so that players can Join it .

B-Registration and Logging in :
At login menu Your can either enter existing login and password
and enter the game or can type login starting wit '@' symbol.
The distribution comes with 4 pre-defined characters:
1) Nyafk - the mage boy (login: nyafk password: nyafk)
2) Nyaka - the novice girl (login: nyaka password: nyaka)
3) Urf
4) Yuno
The first two - for Your test and joy.
The last two represent developers (us) as a kind of sign.
You may use any existing account or create a new one:
When login starts with '@' it means create account.
>>@newplayer
>>newpassword - means create new acc with login 'newplayer'
and password 'newpassword'
login and password are limited to 18 symbols of latin letters
(support of local languages may function or may not function
no warranties))
After that create Your character as usual. After finalizing
Your character You directly go ingame. Note that MEOW project
support only one character per account so the most of 'the box'
sequences are discarded.
In game You can move (explore the world) chat and do some
interesting things with '@' commands.
Note that for now the '@' commands are accessible for all (no
GMs or all are GMs))). Also note that the server has no
protection from any kind of hack and improper use. (Well in
any case it is intended for use in local network full of
Your friends)

C-Admin Commands :
Now for the In-game Commands,every Account have Access for this feature at Actual time (Source code is Available) ,the @ Commands are Accessible by all Players Actually :
1) @Mount #0 #1 (shortcut @m #0 #1 ) - mount vehicle with type id
described by hex form
parameters:
#0 - type id byte 0
#1 - type id byte 1
when used without parameters or with 00 00 - causes dismount
from current vehicle.
example:
@Mount 9E 00 - mount vehicle with type '9E 00'
also You may use shortcuts:
@Mount bike
@Mount sweep
@Mount drake
@Mount kidbike
@Mount pigs
2) @SPAWN #0 #1 (shortcut @s #0 #1 ) - spawn mob with type id
described by hex form
parameters:
#0 - type id byte 0
#1 - type id byte 1
example:
@SPAWN 0F 00 - spawns red wolfy
3) @NPC #0 #1 (shortcut @n #0 #1 ) - summon npc with type id
described by hex form
#0 - type id byte 0
#1 - type id byte 1
example:
@NPC 83 00 - spawns Goyo - IM shop trader
also You may use shortcuts:
@NPC yumi - hair stylist
@NPC goyo - IM shop trader
@NPC sandres - item trader
Note: each location has a number of valid mobs and npc's
If try to summon an improper npc or mob the behaviour of client
is unpredictable (usually it shows erratic 3d model or just hangs)
4) @Savenpc - saves your efforts on npc creation (mobs too) so you can Recover them Later with @loadnpc
parameters: none
5) @save - saves your character progress
parameters: none
Note: the server currently does not use autosave.
6) @equip #0 #1 (shortcut @eq #0 #1 ) - make an equip class item
with type id described by hex form
parameters:
#0 - type id byte 0
#1 - type id byte 1
example:
@equip FD 36 - gives You a horned helmet
7) @Loot #0 #1 (shortcut @lt #0 #1 ) - make a loot class item
with type id described by hex form
parameters:
#0 - type id byte 0
#1 - type id byte 1
example:
@Loot 4B 29 - gives You a red small potion
8) @Jump #X #Y (shortcut @j #X #Y ) - positiones (warps) You
to coordinates X Y.
parameters:
#X - coord X positive integer in range 0..450
#Y - coord Y positive integer in range 0..450
Note: very useful in case of glitch when You are in
a point from where You can't move.
9) @Map #0 #1 (shortcut @go #0 #1 ) - positiones (warps) You
to location with type id described by hex form
parameters:
#0 - type id byte 0
#1 - type id byte 1
example:
@Map 03 00 - go to Alpena
NOTE: your coordinates after use command will always be
X=150 Y=150
Use @Jump' command to escape from stall if happens
known ids:
00 00 - Silaris 01 00 - Rein 02 00 - The Land of Conquest
03 00 - Alpina 04 00 - Night Valley 05 00 - Forgotten Canyon
06 00 - Sunny Coast 07 00 - Flammio 08 00 - Black Queen Residence
09 00 - Chess Castle 0A 00 - The Land of Conquest

FUNCTIONALITY:
Your can:
- Make an account.
- Create a character.
- Enter a startup location.
(either Alpina or where You have saved Your progress)
- Walk around the location.
- Equip and disequip gears from inventory.
- You can drop and pick items. (Yes in difference from the
original MicMac Online You DO can drop item onto the
ground. Note the new item dropped onto the same place
immediately rewrites the old one.)
- Enter the game with a friend of Yours.
(it means that multiplayer IS supported now
however with some limitations)
- You can chat (only local chat is supported for now)
- You can do emotions (yep U can dance))))
- attack mobs (very simplified for now)
- Every chat string beginning with '@' symbol is considered as
command ('@' - command)
Using the '@' - commands You can:
- Create items.
- Mount vehicles (The cool bike is Yours now!)))
- Spawn npc's and mobs
(note that it is erratic if incorrect type of npc or mob for the map
where You are located)
- go to another locations
You still can't
- gain exp and lvl from killed mobs.
- do quests (even job ones)
- make parties, guilds and soul link
- use skills (Working but not as Expected .! =P )
- use items (digging also not supported for now)
- trade items

What's new on this Update ?
This is an alfa release of MEOW project.
From times of pre-release there are some changes:
1) login routine was slightly improved - now it informs abt
invalid login attempt and not just hangs as it was.
Also all logins beginning with * _ ? / \ symbols are
no more valid (due to filesystem limitations).
2) all users data are moved to _users subfolder now
(avoids mess in server main folder)
3) added MicMacHex (HeXeN) program to easily reconfigure
client for one or another IP address of server.
4) added some npcs and portals - more playable.
5) npc shops now partially work (You may obtain item but
money aren't decreased and menu does not close - close
in manually)
6) IM shop now partially work (You may obtain item but
macs aren't decreased and menu does not close - close
in manually, in addition the client probably waits for
unknown assurance from server so before You can "buy"
another item You must restart client.)
7) Also shops now allow to buy only one type of item in
one deal. This feature probably will stay forever.
(Many many RPG's allow only such kind of deal and are
very playable)
8) Added some skills (mostly for mage class) however their
functionality is limited for just "show up" - due to
no damage or regen formulas are implemented yet.
9) removed a glitch when server incrorrectly recognized
a new login above a disconnected session.
 
Last edited:
Status
Not open for further replies.
Back
Top