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!

ankkaEmulator v2.1 (BCStorm edit)

Status
Not open for further replies.
Skilled Illusionist
Joined
Apr 27, 2008
Messages
330
Reaction score
370
5Jm2L6F - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


I will release my big bcstorm edit - ankkaEmulator v2.1. It contains a lot of functions and it almost bug free.

SWF BUILD: RELEASE63-201403141222-973151600

Features:
- Background Toner
- Video TVs
- Floor plan editor
-. wf_act_give_reward action wired
- Web Management Interface
- Groups
- Badge spaces
- Pets
- Recycler
- Marketplace
- Bots
- Group forums (70%)
- Club buying and counting also work!
and many more features

Known bugs
- Moderator tool CFH-tool not work yet (Because Sulake was updated packet structure so much)
- Moderator tool Chatlog tool not work (Because Sulake was updated packet structure so much)
(But all chatlogs (room, messenger) saving to chatlogs-table)
- Jukebox not work

Additional information
- ankkaEmulator database doesn't fully compatible with original bcstorm family emulator databases, because I've coded a lot of features at my way.
Users-table: Contains vip_rank column who define user vip rank (1-3)

Live hotel
(Nothing)
VPS Provider blocked my vps so Sulake..

Download

Emulator in English without source: (22.4.2014 PART 2)

Emulator in English with source: (22.4.2014 PART 2)

Database:

Emulator in Finnish without source: Coming soon
Emulator in Finnish with source: Coming soon

SWFS:
C_IMAGES:
HOF_FURNI:
MORE STUFF:

Maybe I've forgotten something, if you see that something missing please reply.

Screenshots:

=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


EDIT: Chatlog-table missing on SQL file:

run this to database:

Code:
CREATE TABLE `chatlogs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `room_id` int(10) unsigned NOT NULL,
  `hour` int(11) NOT NULL,
  `minute` int(11) NOT NULL,
  `full_date` varchar(120) NOT NULL,
  `timestamp` double NOT NULL,
  `message` text NOT NULL,
  `user_name` varchar(100) NOT NULL DEFAULT 'Unknown User',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`,`room_id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 27, 2013
Messages
59
Reaction score
5
This emulator have exploits, and youre code is poop. Btw, the version of the client is really crap.
 
ส็็็็็็็
Loyal Member
Joined
Sep 21, 2009
Messages
2,005
Reaction score
594
Thank you, Wired will be useful for my Plus edit. And for the "your code is crap" just duck off, he's contributing which is more than what you are doing. If you don't have anything useful to say then don't say it at all.
 
Newbie Spellweaver
Joined
Jul 21, 2012
Messages
95
Reaction score
4
5Jm2L6F - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


I will release my big bcstorm edit - ankkaEmulator v2.1. It contains a lot of functions and it almost bug free.

SWF BUILD: RELEASE63-201403141222-973151600

Features:
- Background Toner
- Video TVs
- Floor plan editor
-. wf_act_give_reward action wired
- Web Management Interface
- Groups
- Badge spaces
- Pets
- Recycler
- Marketplace
- Bots
- Group forums (70%)
- Club buying and counting also work!
and many more features

Known bugs
- Moderator tool CFH-tool not work yet (Because Sulake was updated packet structure so much)
- Moderator tool Chatlog tool not work (Because Sulake was updated packet structure so much)
(But all chatlogs (room, messenger) saving to chatlogs-table)
- Jukebox not work

Additional information
- ankkaEmulator database doesn't fully compatible with original bcstorm family emulator databases, because I've coded a lot of features at my way.
Users-table: Contains vip_rank column who define user vip rank (1-3)

Live hotel
(Finnish hotel, but it's my hotel and contains original copy of ankkaEmulator v2.1)

Download

Emulator in English without source:

Emulator in English with source:
Database:

Emulator in Finnish without source: Coming soon
Emulator in Finnish with source: Coming soon

SWFS:
C_IMAGES:
HOF_FURNI:
MORE STUFF:

Maybe I've forgotten something, if you see that something missing please reply.

Screenshots:

=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums


=dj.matias= - ankkaEmulator v2.1 (BCStorm edit) - RaGEZONE Forums

download file externals.php and isoveli.php pls?
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Apr 27, 2008
Messages
330
Reaction score
370
Hey,

The chatlogs will not work because you now need to append a byte in the structure, however the AppendBytes function is empty, go to the function and add a byte to the message body and it should fix it (providing the structure is correct) had this issue myself a while ago.

Thanks I will try
 
Newbie Spellweaver
Joined
Nov 8, 2012
Messages
37
Reaction score
4
Thank you very for the release

Does anyone have the Client.php?

Greetings xInfection
 
Status
Not open for further replies.
Back
Top