PlusEMU - Help Thread

Page 11 of 15 FirstFirst ... 3456789101112131415 LastLast
Results 151 to 165 of 211
  1. #151
    Apprentice partycrafters is offline
    MemberRank
    Aug 2013 Join Date
    Anna Paulowna,Location
    6Posts

    Re: PlusEMU - Help Thread


  2. #152
    Apprentice Tavina is offline
    MemberRank
    Feb 2017 Join Date
    8Posts

    Re: PlusEMU - Help Thread

    Old Problem - solved.
    New Problem: myimg.de - ohaa854a.jpg
    It's still on Rel 3. - Solved thanks :)
    Last edited by Tavina; 12-05-17 at 06:32 PM.

  3. #153
    Novice fischfutter is offline
    MemberRank
    Jan 2016 Join Date
    1Posts

    Re: PlusEMU - Help Thread

    Hey does anybody know how to change the Floorplan Editor limit? i need bigger rooms

  4. #154
    Enthusiast jasonn is offline
    MemberRank
    Apr 2017 Join Date
    31Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by Zoxq View Post
    The name is set in catalogue_items.
    Resolved, thanks, understood now.

  5. #155
    Enthusiast JAysz0n is offline
    MemberRank
    Apr 2014 Join Date
    BelgiumLocation
    41Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by jasonn View Post
    Resolved, thanks, understood now.
    To go a little more advanced, you can change the item name to the swf name for instance: CF_1_coin_bronze (In the database) and change the description and name in productdata.txt

  6. #156
    Enthusiast jasonn is offline
    MemberRank
    Apr 2017 Join Date
    31Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by JAysz0n View Post
    To go a little more advanced, you can change the item name to the swf name for instance: CF_1_coin_bronze (In the database) and change the description and name in productdata.txt
    Yes, I did this. I want to re-create catalogue like Habbo.it :)

  7. #157
    Enthusiast SomeRandomDude is offline
    MemberRank
    Jul 2016 Join Date
    27Posts

    Re: PlusEMU - Help Thread



    Youtube TV's doesn't seem to work anymore, where can i find this API? I can't find it in the emulator source and i also can't find it in the SWF of the Youtube TV.

  8. #158
    You looking at me? Zoxq is offline
    MemberRank
    Dec 2015 Join Date
    336Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by SomeRandomDude View Post


    Youtube TV's doesn't seem to work anymore, where can i find this API? I can't find it in the emulator source and i also can't find it in the SWF of the Youtube TV.
    Try to replace the URL with this one http://www.youtube.com/apiplayer?enablejsapi=1&version=3

    If that doesn't work have a look at this
    https://developers.google.com/youtube/js_api_reference I found a lot of useful information there.

  9. #159
    Enthusiast SomeRandomDude is offline
    MemberRank
    Jul 2016 Join Date
    27Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by Zoxq View Post
    Try to replace the URL with this one http://www.youtube.com/apiplayer?enablejsapi=1&version=3

    If that doesn't work have a look at this
    https://developers.google.com/youtube/js_api_reference I found a lot of useful information there.
    I understand that, but i'm not sure where to change the Youtube API url.

  10. #160
    You looking at me? Zoxq is offline
    MemberRank
    Dec 2015 Join Date
    336Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by SomeRandomDude View Post
    I understand that, but i'm not sure where to change the Youtube API url.
    Check external_variables and external_override_variable + go check in the database under config I believe, or something server.

  11. #161
    Novice Retrohullu is offline
    MemberRank
    Oct 2014 Join Date
    1Posts

    Re: PlusEMU - Help Thread

    Why no one can't walk in rooms?

  12. #162
    Apprentice nardow is offline
    MemberRank
    May 2017 Join Date
    15Posts

    Re: PlusEMU - Help Thread

    Hi guys. The wt_act_give_reward wired doesn't save the settings after pressing "Ready/Save". Any thoughts? I'm using the latest Plus Emu from Retroripper.
    I'm creating a Kickwars event and this wired is very important :)

  13. #163
    Apprentice Tavina is offline
    MemberRank
    Feb 2017 Join Date
    8Posts

    Re: PlusEMU - Help Thread

    Hey, can somebody help me to set up the camera on PRODUCTION-201607262204-86871104? I tried it with the workaround from steve winfield. All .cs are added (yes also debugged) works fine but I'm a little bit in trouble with the other files (I think it's the .htaccess) everytime I added it, my hotel stays white :/

  14. #164
    Apprentice PlayRisk is offline
    MemberRank
    Jul 2015 Join Date
    6Posts

    Re: PlusEMU - Help Thread

    Can someone please help me with the floorplan editor? I'm using release 1 & when I click "Save" it goes straight to a black client.

    My logs show 2 errors:
    Error in query: UPDATE `users` SET `online` = '0', `auth_ticket` = NULLMySql.Data.MySqlClient.MySqlException (0x80004005): Column 'auth_ticket' cannot be null at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\Sledmore\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177

    Error in query: INSERT INTO `room_models` (`id`,`door_x`,`door_y`, `door_z`, `door_dir`,`heightmap`,`custom`,`wall_height`) VALUES (@ModelName, @DoorX, @DoorY, @DoorZ, @DoorDirection, @Map,'1',@WallHeight)MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'public_items' doesn't have a default value at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() at Plus.Database.Adapter.QueryAdapter.RunQuery() in C:\Users\Sledmore\Desktop\PlusEMU\Database\Adapter\QueryAdapter.cs:line 177

  15. #165
    Novice rubenvdp is offline
    MemberRank
    Jul 2017 Join Date
    2Posts

    Re: PlusEMU - Help Thread

    Hello everyone,

    I've been trying to fix GOTW-points. But when I give myself GOTW points the number doesn't update. How can i fix?
    It always says i have 10 'target coins'. But when i look in my userinfo i have 0 target coins. Any fix?



Advertisement