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!

SwiftEMU (fStorm with features + fixes and new headers)

Status
Not open for further replies.
Joined
Aug 10, 2011
Messages
7,398
Reaction score
3,301
Does it crash when you double click horse furniture?
What release version does this use?
Why you didnt add a new column to the existing bots table?
Could you list the extra features / bugs compared to leensters edit?
Does it send you the Safety Quiz after each alert? // I know some hotels that have this bug ;)

Thanks.
 
Experienced Elementalist
Joined
Dec 25, 2011
Messages
278
Reaction score
57
My Anti-V got some dll files as virus?
 
Joined
Apr 19, 2011
Messages
562
Reaction score
53
It works fine for me thanks! Do you have the sql's for bots in the cata? (cata items, pages..)
Does the bots work when you buy one in the cata?
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Oct 26, 2012
Messages
2,357
Reaction score
1,086
Why can nobody keeps the original name;

Butterfly-Habbolatino-Butterstorm-Bcstorm-fstorm-Swift

People also appreciate your release when you keep it that name and you add your name to credits because you fixed anything.
I'm not happy with that fact, but since it's pretty OK I just say, good :)
 
Experienced Elementalist
Joined
Jul 12, 2011
Messages
272
Reaction score
51
Hey, since I will be doing much more with a newer version of this (snowstorm, room promos, new revision etc) I thought I would release this.

I don't know all the fixes that where added but there are some cool features here and there.

List them if you know, otherwise idk all of them.

Download .

Credits
Moogly
Leenster
Leon
Everyone for fixes etc
Niels
Me
SuperF0ca


Don't trust it? Don't get it, I don't care :D:

I will attach a copy of the proper SWF. Just use habbo.com's vars + texts.

Demo: hebbo.ca

Like + Rep :eek:tt:
Btw; I will update with a newer version with more fixes in a bit.


RUN THIS SQL FOR BOTS IN CATALOGUE
Code:
-------------------------------------

--
-- Table structure for table `user_bots`
--

CREATE TABLE IF NOT EXISTS `user_bots` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `room_id` int(10) unsigned NOT NULL DEFAULT '0',
  `ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
  `name` varchar(100) NOT NULL,
  `motto` varchar(120) NOT NULL,
  `look` text NOT NULL,
  `x` int(11) NOT NULL DEFAULT '0',
  `y` int(11) NOT NULL DEFAULT '0',
  `z` int(11) NOT NULL DEFAULT '0',
  `rotation` int(11) NOT NULL DEFAULT '0',
  `walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
  `min_x` int(11) NOT NULL DEFAULT '0',
  `min_y` int(11) NOT NULL DEFAULT '0',
  `max_x` int(11) NOT NULL DEFAULT '0',
  `max_y` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `template_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `room_id` (`room_id`) USING BTREE
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=339 ;

can you upload to mediafire? the one its uploaded too is banned by my network
 
Newbie Spellweaver
Joined
May 4, 2012
Messages
31
Reaction score
1
Upgrade the link of the swf's to test doesn't work Please :p:
 
Status
Not open for further replies.
Back
Top