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!

Yupi! Emulator Help Thread

◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
897
Post your help requests related to the Yupi! Emulator - Post Shuffle - C# 6.0 here.

Please use the SPOILER tags if you're going to post screenshots or a large chunk of code.
Also make sure your code is between the CODE tags to make it easier to read.

The forum rules still apply, please use common sense and try to report posts that break the rules.


Yupi Emulator FAQ

  • Downloading

    1. You can Download last source code from Yupi accessing the Official Github Repository, and clicking in Download ZIP. The Repository URI is given in the Development and Release Thread.
    2. As is provided the Source Code, you need Build the Source Code, is necessary Build in a Windows 7 or higher Environment. You need Visual Studio 2015 or higher. Also is necessary .NET Framework 4.0, After Installing Visual Studio, you need Extract The .ZIP from Source Code and Open Yupi.sln (Or Yupi Visual Studio Project).
    3. After Opened, you only need Click in the Green Start Button, to Debug. You also can change the Build Target Platform (x64, x86, Any CPU)
    4. After that the Emulator will be Compiled in /Yupi/Build/Executables Folder.
    5. To Configure the Emulator you can search in the /Yupi/Build/Variables/Settings Folder.
  • Database

    1. The Database is provided in SQL Folder.
    2. You only need create an Empty Database and Import the Database.sql
    3. Higher Recommended using PhPMyAdmin, Some Navicat versions Import will throw Errors.
    4. Please don't try Deleting Tables and Importing again. If you need to import again, delete Entire Database. (If you don't know how Remove Foreign Keys (FK)
    5. The Database Needs InnoDB Engine
    6. Is Recommended usage of MySQL 5.5+
    7. Also it's recommended for Newbies usage of XAMPP (Last Version) - Windows, MAMP - OS X or Windows, LAMPP (XAMPP Linux Version, NOT LAMP)
    8. If you have Database Imports Error, check your Database Configuration
  • Starting Yupi

    1. You need First Import Database and Configure Main.ini and Others.ini
    2. Is highly recommended Check IF THE URL's in Others.ini IS CORRECTLY configured, with valid URI's.
    3. For Newbies is Highly recommended deactivate the packet.debug directive from Main.ini
    4. Yupi spends less than 1 minute to Start Up in Regular Environment's
  • Troubleshooting

    • Emulator
      1. When i open Emulator gives Error when trying to Download Furniture Data.
        • This can happen if you didn't configured correctly your furniture data url.
        • Also can happen if the furniture file is corrupted
    • Client
      1. When i enter in client with my user, in emulator gives SSO Key error.
        • Check if your CMS is storing a valid SSO key, maybe the SSO key from CMS is different such as the in the Database
        • Try change your CMS
      2. Client stuck as 59%
        • That happens if some of your external_variables configuration is wrong.
        • Also happens if some of the necessary startup files isn't given
        • Also this happens if your CMS isn't generating SSO key. In the console log maybe appear "Login without SSO Key isn't supported yet"
      3. Client stuck as 68%
        • Check if your external_variables are configured correctly.
      4. Client stuck as 76%
        • Check if the Emulator shows any error and if you're correctly logged in the CMS
        • Check if Emulator is running in same port as is configured in client.
        • Check if the Emulator is running in same IP, or if Firewall is disabled.
      5. Client stuck as 100%
        • This happens when your SWF gordon folder hasn't the Dance1|2|3|4.swf and HabboAvatarActions.xml and EffectMap.xml, Yupi SWF Pack has these files built in
        • Check if external_variables, Furnidata, FigureData, or any other important XML is loaded correctly
      6. My Avatar is blank
        • Check if FigureMap and FigureData are correctly loaded.
        • Check if you Have Crossdomain.xml File
      7. My Avatar is blank and i can't do anything in Hotel, nothing opens.
        • Check if the Emulator logged out you
        • Check if the Emulator shows any errors.
      8. When i Enter Client only Blank Page
        • Check if you downloaded the FIXED SWF from Release or Development Thread.
    • Camera
      1. When i take a photo nothing Happens, still only Loading... eternal
        • This happens if External_Variables has wrong stories.api configured url. Remember the Habbo Server Camera is in the same folder as the pack. If you're NOT USING the YUPI SWF pack, you need Download and Configure Server Camera manually, This is a piss and hard. Recommended use the Pack.
      2. When i take photo nothing Happens, still Loading.. or i receive Disconnect from Hotel (My avatar doesn't do anything anymore)
        • That happens if in Others.ini the URL of Server Camera is wrong, When emulator can't connect to Server Camera, throws an error.
        • My URL is CORRECT but still nothing. Check if your PhP Version is 5.5 or higher.
      3. The Photo is little messy
        • That happens because Habbo Camera is BETA
      4. I tried to download and configure Server Camera manually but didn't worked.
        • Sorry but Server Camera and Habbo Asset Extractor help will not be given here in this thread yet.
      5. When i Restart Emulator with new Furnidata the Furniture doesn't change
        • You need delete Yupi/Build/Variables/Cache/FurnidataCache.xml
      6. Some actions give me Disconnect
        • Remember YUPI is under Development, so you need explain better you error. You can create an ISSUE in Github.
    • AzureWEB
      1. When i download AzureWEB what i need to do?
        • AzureWEB contains a BUILT-IN WebServer so you doesn't need INSTALL APACHE/IIS
      2. How i Start AzureWEB?
        • First you need Windows 7+
        • It's needed C++ Redistributable 2012 x64 and x86
        • You need .NET Framework 4.0
        • After all this requeriments you need only open AzureWEB.cmd
      3. AzureWEB gives a weird error of port being used
        • AzureWEB need port 80 and 443, so shutdown any software that uses that port like Skype and TeamViewer and other Web Servers, MYSQL need be running.
      4. AzureWEB shows a message box with error something like msc...dl
        • You need download the softwares from the Folder Installers/readme.txt of AzureWEB
      5. When i start AzureWEB.cmd only appears server running, and now?
        • Open browser and enter , you will be redirected to AzureWEB installer, follow the steps.
      6. When i open the localhost gives error 500
        • Check if you downloaded last AzureWEB
        • Check if PhP Loaded Correctly
      7. When i Configured Database Settings in AzureWEB gives blank page
        • You need import DB before install AzureWEB, use the Yupi Database
        • Check if PhP_Errors.log in Web/Logs/ shows some query errors.
      8. After Installing Blank Page
        • Check PhP Errors
      9. Client Stays Blank
        • You need configure manually client.html in Web/Templates/client.html
    • Others
      • ​Other Help you need ask directly on the thread.
  • SWF

    1. You Can use the same SWF from Habboon, the RELEASES version of Yupi is given in the Yupi/Build/Variables/Packets Folder
    2. Is recommended using The Yupi SWF Packet given in Release Thread.
    3. Don't Forget to Download the FIXED Habbo.swf given in Development and Release Thread.
    4. If you Download the SWF Pack (Recommended) You only need Configure the client.php, resources/swf/gamedata/external_variables/1
  • CMS

    1. You can use any CMS that works with Phoenix, Azure, Habbon.
    2. Is strictly recommended not using Lavvos based CMS, or old CMS's.
  • Camera

    1. You can use Habbo Server Camera for Yupi, but the SWF Packet already contains pre-configured Server Camera ready to work. You DON'T need change anything on ServerCamera.php
    2. The Server Camera is in BETA Stage, so some Snapshots can appear a little messy.
    3. The Server Camera assets are extracted as the same RELEASE version fo Yupi. So Custom Furniture will not appear in Server Camera
  • Commands


  1. [*=1]You can check Full list of Commands using the :commands Command

  • AzureWEB


  1. [*=1]You can Use AzureWEB that is provided in AzureWEB release thread.
    [*=1]AzureWEB is an ideal CMS for Yupi, also RevCMS is it too!

  • Configuration File

    1. packet.debug
      • Used for Debug in Console all Packets Being "traded"
    2. multithread.XXX
      • Only for high powered machines, that enabled concurrency threads for users. In slow machines this will decrease highly emulator performance
    3. client.build
      • This specifies the folder from Yupi/Build/Variables/Packets that will be used by emulator.
    4. server.lang
      • The language for table server_langs of Database, only English coded yet.
    5. console.clear.XXX
      • Used for Automatic Console Clean.
  • Hardware|Software Requirements

    1. Windows 7 or higher; Windows Server 2008 or Higher
    2. Emulator: 512MB of RAM or higher; Database: 256MB of RAM or higher;
    3. Intel Celeron or higher;
    4. 1MB/s Internet

 
Last edited:
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Official Yupi! Emulator Help Thread

yes, but i change it to http:// but same problem (hanging on 76%). its not using on localhost but on my website. i hidden the url.



Did you already clear your cache? This could be the problem. Did you check the links in your external_variables?


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

yes, same error :(.

Double check the links in client.php, external_variables. There is probably still something you missed. I don't know what else it could be. You can maybe check the console in Firefox or chrome. That shows you which links, swfs,... are being loaded.


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
Re: Official Yupi! Emulator Help Thread

If i take a screenshot and preview it it tries to load:



Yeah the blank .png
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

If i take a screenshot and preview it it tries to load:



Yeah the blank .png

There is something wrong with ServerCamera. Php. Is the link to ServerCamera.php in the other.ini config file right? Did you change it to your ip? Does it have write permissions?


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
Re: Official Yupi! Emulator Help Thread

Emu closing stuck at Saving Inventary Content....

Sometimes :O
 
Upvote 0
Initiate Mage
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

Also, show your logs of the emu because I see there is an error being logged.


Verzonden vanaf mijn iPhone met Tapatalk



This are my errors.
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread



This are my errors.

Are you upgrading from an other emulator? There is probably something wrong with your database. There is something wrong with the structure of a users_ table. Check with the original database!


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
LETS REACH 666 POSTS?!!!!
Joined
Apr 24, 2013
Messages
573
Reaction score
53
Re: Official Yupi! Emulator Help Thread

There is something wrong with ServerCamera. Php. Is the link to ServerCamera.php in the other.ini config file right? Did you change it to your ip? Does it have write permissions?


Verzonden vanaf mijn iPhone met Tapatalk
Mmmm.... write permissions thats a good 1

Edit: didnt fix it :[
 
Last edited:
Upvote 0
Initiate Mage
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

i use the original db, but only users not, i cant register with the original users table.. :p

i dont know how to fix register with original users, i test many things
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

i use the original db, but only users not, i cant register with the original users table.. :p

i dont know how to fix register with original users, i test many things

Check your current users table and the one provided in the original Db. There is probably a column you need to add.


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
Initiate Mage
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

Check your current users table and the one provided in the original Db. There is probably a column you need to add.


Verzonden vanaf mijn iPhone met Tapatalk

i mis no urgent collumn, kan you check it?

Users - AzureSharp - working register

/*Navicat MySQL Data Transfer


Source Server : openBlade
Source Server Version : 50505
Source Host : localhost:3306
Source Database : userss


Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001


Date: 2016-01-10 21:04:11
*/


SET FOREIGN_KEY_CHECKS=0;


-- ----------------------------
-- Table structure for users
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) CHARACTER SET latin1 NOT NULL,
`real_name` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT '',
`password` varchar(255) NOT NULL DEFAULT '',
`auth_ticket` varchar(240) CHARACTER SET latin1 NOT NULL DEFAULT '',
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`vip_points` int(11) NOT NULL DEFAULT '0',
`credits` int(11) NOT NULL DEFAULT '50000',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`diamonds` int(11) NOT NULL DEFAULT '0',
`look` varchar(160) CHARACTER SET latin1 NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') CHARACTER SET latin1 NOT NULL DEFAULT 'M',
`motto` varchar(50) CHARACTER SET latin1 NOT NULL DEFAULT '',
`mail` varchar(255) NOT NULL DEFAULT 'undefined',
`account_created` double(50,0) NOT NULL DEFAULT '0',
`last_online` int(11) NOT NULL DEFAULT '0',
`online` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
`ip_last` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
`ip_reg` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') CHARACTER SET latin1 NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`trade_lock` enum('0','1') NOT NULL DEFAULT '0',
`trade_lock_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('1','0') NOT NULL DEFAULT '0',
`hide_online` enum('1','0') NOT NULL DEFAULT '0',
`hide_inroom` enum('1','0') NOT NULL DEFAULT '0',
`vip` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
`vip_expire` timestamp NOT NULL DEFAULT '2014-05-13 18:59:36',
`birth` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT '',
`talent_status` enum('citizenship','helper') NOT NULL DEFAULT 'citizenship',
`mysterybox_key_colour` int(11) NOT NULL DEFAULT '0',
`last_name_change` int(11) NOT NULL DEFAULT '0',
`navigator_logs` varchar(255) CHARACTER SET utf8mb4 DEFAULT '1,official-root,;2,popular,;3,my,;4,favorites,',
`client_volume` varchar(255) NOT NULL DEFAULT '100,100,100',
`nux_passed` enum('0','1') NOT NULL DEFAULT '0',
`seckey` varchar(999) NOT NULL DEFAULT '',
`voted` int(11) NOT NULL DEFAULT '0',
`owner` int(99) NOT NULL DEFAULT '0',
`novato` int(99) NOT NULL DEFAULT '0',
`fundom` varchar(255) NOT NULL DEFAULT '#43AC6A',
`builders_expire` int(11) DEFAULT '3700',
`builders_items_max` int(11) NOT NULL DEFAULT '100',
`builders_items_used` int(11) NOT NULL DEFAULT '0',
`release_version` int(11) NOT NULL DEFAULT '2',
`on_duty` enum('0','1','2','3') NOT NULL DEFAULT '0',
`OnDuty` varchar(255) NOT NULL DEFAULT 'false',
`DutyLevel` int(11) NOT NULL DEFAULT '0',
`navilogs` varchar(255) CHARACTER SET latin1 DEFAULT '1,official-root,;2,popular,;3,my,;4,favorites,',
`navigator` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`allow_pull` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;


Users - Yupi - not working register

-- Estrutura da tabela `users`--


DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL,
`username` varchar(100) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(100) NOT NULL DEFAULT '',
`auth_ticket` varchar(100) NOT NULL DEFAULT '',
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) unsigned NOT NULL DEFAULT '50000',
`activity_points` int(11) unsigned NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`diamonds` int(11) unsigned NOT NULL DEFAULT '0',
`look` varchar(160) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL DEFAULT '',
`mail` varchar(191) NOT NULL DEFAULT 'undefined',
`account_created` int(11) NOT NULL DEFAULT '0',
`last_online` int(11) NOT NULL DEFAULT '0',
`online` enum('0','1') NOT NULL DEFAULT '0',
`ip_last` varchar(120) NOT NULL DEFAULT '',
`ip_reg` varchar(120) NOT NULL DEFAULT '',
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`trade_lock` enum('0','1') NOT NULL DEFAULT '0',
`trade_lock_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`hide_online` enum('0','1') NOT NULL DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`talent_status` enum('citizenship','helper') CHARACTER SET utf8 NOT NULL DEFAULT 'citizenship',
`last_name_change` int(11) NOT NULL DEFAULT '0',
`nux_passed` enum('0','1') NOT NULL DEFAULT '0',
`builders_expire` int(11) DEFAULT '3700',
`builders_items_max` int(11) NOT NULL DEFAULT '100',
`builders_items_used` int(11) NOT NULL DEFAULT '0',
`release_version` int(11) NOT NULL DEFAULT '2',
`on_duty` varchar(255) NOT NULL DEFAULT 'false',
`duty_level` int(11) NOT NULL DEFAULT '0',
`navigator_logs` varchar(255) DEFAULT '1,official-root,;2,popular,;3,my,;4,favorites,',
`respect` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;


-- --------------------------------------------------------
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Official Yupi! Emulator Help Thread

i mis no urgent collumn, kan you check it?

Users - AzureSharp - working register




Users - Yupi - not working register

I don't see anything different however. Create a new database and import the original yupi Db if you haven't already done so. Open the yupi and your own database at the same time and place them next to each other so you can compare more easily. When you look at the structure of the users table, you have a couple of settings: allow_null, unsigned, ... Check these settings. Having unsigned turned off while it needs to be turned on can already produce errors. Just check all the tables that you didn't use from the original yupi Db.I hope you understand what I mean.


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
Initiate Mage
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

I don't see anything different however. Create a new database and import the original yupi Db if you haven't already done so. Open the yupi and your own database at the same time and place them next to each other so you can compare more easily. When you look at the structure of the users table, you have a couple of settings: allow_null, unsigned, ... Check these settings. Having unsigned turned off while it needs to be turned on can already produce errors. Just check all the tables that you didn't use from the original yupi Db.I hope you understand what I mean.


Verzonden vanaf mijn iPhone met Tapatalk

i did that.

What can the problem his? :(

Do you have skype?
 
Upvote 0
Initiate Mage
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

i did that.

What can the problem his? :(

Do you have skype?

I don't have a computer with me now so I can't do anything. That's the problem sometimes, it could be anything that's wrong. Double check every little thing because it's a little stupid thing. Just keep searching, you will find it, it can take hours to find the problem but you will! You will be so happy when you find the problem yourself. That's the way I learned it all myself too. :p Also, copy your full log file here, don't just take a screenshot of it. The errors also always show line info. Error this and this in yupi.game... line xxx. Just search in the source code what there is on that line. I hope I helped you a bit further.


Verzonden vanaf mijn iPhone met Tapatalk
 
Upvote 0
Initiate Mage
Joined
Jan 19, 2014
Messages
41
Reaction score
12
Re: Official Yupi! Emulator Help Thread

do someone know how to use a furnidata from other habbo hotel? if i use a original furnidata from habbo, my rooms and catalog will change all furniture in to other..
 
Upvote 0
Initiate Mage
Joined
Nov 28, 2009
Messages
69
Reaction score
3
Re: Official Yupi! Emulator Help Thread

Hey guys,

I already read, that the FurniData problem can be solved by checking the Furnidata-path in other.ini

I checked the path but it's not working. Still giving me the FurniData error in Emu..

My Main.ini
## Yupi Server Main Settings

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MYPW
db.name=ocean

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.enablenagles=true

## Game Thread Configuration
game.multithread.enabled=false

## Tcp Flood AntiDDoS Comment: For proxy antiddos=false
game.tcp.antiddos=false
game.tcp.conperip=30

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT

## Client Release Version
client.build=PRODUCTION-201510201205-42435347

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Client Thread Configuration
client.multithread.enabled=false

## Debug Packet Data
debug.packet=false

## Language System
server.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000
Other.ini
## Yupi Server Other Extra Settings

## RC4 Client Side (ARC4) Beta
rc4.client.side.enabled=false

## Currency Loop Settings
currency.loop.enabled=true
currency.loop.time.in.minutes=15

## Amount of Credits to Give
credits.to.give=3000

## Amount of Pixels to Give
pixels.to.give=100

# Diamonds Loop Settings
diamonds.loop.enabled=true
diamonds.vip.only=false

## Amount of Diamonds to Give
diamonds.to.give=1

## User able to Change Name Settings
change.name.staff=false
change.name.vip=false
change.name.everyone=false

## Habbo Camera Settings
stories.api.enabled=true
stories.api.url=http://localhost/resources/server-camera/server-camera.php?run
stories.api.host=http://localhost/resources/server-camera/
stories.api.thumbnail.url=http://localhost/resources/server-camera/server-camera.php?room

## Furniture (ex: furnidata_xml.xml) XML File URL
furnidata.url=http://localhost/resources/swf/gamedata/furnidata_xml/1

I already tried to use [...]/furnidata_xml/1.xml aswell (with the .xml!)
 
Upvote 0
git bisect -m
Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Re: Official Yupi! Emulator Help Thread

Hey guys,

I already read, that the FurniData problem can be solved by checking the Furnidata-path in other.ini

I checked the path but it's not working. Still giving me the FurniData error in Emu..

My Main.ini
## Yupi Server Main Settings

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MYPW
db.name=ocean

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.enablenagles=true

## Game Thread Configuration
game.multithread.enabled=false

## Tcp Flood AntiDDoS Comment: For proxy antiddos=false
game.tcp.antiddos=false
game.tcp.conperip=30

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT

## Client Release Version
client.build=PRODUCTION-201510201205-42435347

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Client Thread Configuration
client.multithread.enabled=false

## Debug Packet Data
debug.packet=false

## Language System
server.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000
Other.ini
## Yupi Server Other Extra Settings

## RC4 Client Side (ARC4) Beta
rc4.client.side.enabled=false

## Currency Loop Settings
currency.loop.enabled=true
currency.loop.time.in.minutes=15

## Amount of Credits to Give
credits.to.give=3000

## Amount of Pixels to Give
pixels.to.give=100

# Diamonds Loop Settings
diamonds.loop.enabled=true
diamonds.vip.only=false

## Amount of Diamonds to Give
diamonds.to.give=1

## User able to Change Name Settings
change.name.staff=false
change.name.vip=false
change.name.everyone=false

## Habbo Camera Settings
stories.api.enabled=true
stories.api.url=http://localhost/resources/server-camera/server-camera.php?run
stories.api.host=http://localhost/resources/server-camera/
stories.api.thumbnail.url=http://localhost/resources/server-camera/server-camera.php?room

## Furniture (ex: furnidata_xml.xml) XML File URL
furnidata.url=http://localhost/resources/swf/gamedata/furnidata_xml/1

I already tried to use [...]/furnidata_xml/1.xml aswell (with the .xml!)

localhost/resources/swf/gamedata/furnidata_xml/1 is this URL right? And are you using SWF pack?
 
Upvote 0
Initiate Mage
Joined
Nov 28, 2009
Messages
69
Reaction score
3
Re: Official Yupi! Emulator Help Thread

localhost/resources/swf/gamedata/furnidata_xml/1 is this URL right? And are you using SWF pack?

Yes, it is the right URL.
I am using your SWF Pack with the fixed Habbo.swf
Else I am using RevCMS and Debugged your Emulator to x64 with VS 2015

Maybe something wrong with IIS?
I can't even enter the Furnidata with my Browser (by typing localhost/resources/swf/gamedata/furnidata_xml/1)
 
Upvote 0
Back
Top