PlusEMU - Help Thread

Page 9 of 15 FirstFirst 123456789101112131415 LastLast
Results 121 to 135 of 211
  1. #121
    Apprentice Zanoma is offline
    MemberRank
    Oct 2016 Join Date
    13Posts

    Re: [PlusEMU] Lorem.tittle

    I dont know how to fix it but i have maybe MAAAAYBEEE an idea go to external_flash_text and add lorem.tittle=(Your text)

  2. #122
    Apprentice Sterwines is offline
    MemberRank
    Oct 2014 Join Date
    17Posts

    Re: [PlusEMU] Lorem.tittle

    I already fix it was a database problem.
    I already installed it was a database problem

  3. #123
    Novice FreedomIT is offline
    MemberRank
    Jan 2017 Join Date
    2Posts

    Re: [PlusEMU] Lorem.tittle

    Enter in your database and search in catalog_page table the name of horses page and in page_strings2 column insert this: |||Select name|

    P.s. sorry for my english <3

  4. #124
    Novice Swez is offline
    MemberRank
    Jan 2017 Join Date
    1Posts

    config Some problems/request on PlusEmu

    Hello,Here are the problems which I meet:

    1- ADS BACKGROUND: on versions original PlusEmu, my background worked since I changed version for THIS ONE my background do not work. I try without " http://", my external_variable well configured.

    2- SETZ COMMANDS: If someone can share it <3.

    3- CHANGE ENABLE: It possible to change this :
    http://prntscr.com/e2seod for a another badge but still with the light effect

    Thanks

  5. #125
    Member HabbitBE is offline
    MemberRank
    Apr 2013 Join Date
    52Posts

    Re: Some problems/request on PlusEmu

    Quote Originally Posted by Swez View Post
    Hello,Here are the problems which I meet:

    1- ADS BACKGROUND: on versions original PlusEmu, my background worked since I changed version for THIS ONE my background do not work. I try without " http://", my external_variable well configured.

    2- SETZ COMMANDS: If someone can share it <3.

    3- CHANGE ENABLE: It possible to change this :
    http://prntscr.com/e2seod for a another badge but still with the light effect

    Thanks
    Search for staff.swf and change the image ;)

  6. #126
    Member TSquirrel is offline
    MemberRank
    Dec 2015 Join Date
    56Posts

    Re: PlusEMU - Help Thread

    My problem is when a user buys a large quantity of furniture it lags. I know the problem is how PlusEMU saves it in the db, so my question is how do you fix that?

  7. #127
    Member DJGOMEZV is offline
    MemberRank
    Mar 2013 Join Date
    56Posts

    Re: PlusEMU - Help Thread

    Does anyone know why this is?


  8. #128
    Member swe is offline
    MemberRank
    Dec 2016 Join Date
    64Posts

    Re: PlusEMU - Help Thread

    First problem: https://gyazo.com/20fd644d3efe677a6f7eadfa4266e5e9

    And the 2nd problem:
    Emu will crash.
    (SCREEN COMING)

  9. #129
    Proficient Member Articuz is offline
    MemberRank
    Jan 2016 Join Date
    157Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by swe View Post
    First problem: https://gyazo.com/20fd644d3efe677a6f7eadfa4266e5e9

    And the 2nd problem:
    Emu will crash.
    (SCREEN COMING)
    Is this r2 plusemu?

  10. #130
    Apprentice Vitor Nobre is offline
    MemberRank
    Jun 2016 Join Date
    8Posts

    Re: Some problems/request on PlusEmu

    Quote Originally Posted by Swez View Post
    Hello,Here are the problems which I meet:

    1- ADS BACKGROUND: on versions original PlusEmu, my background worked since I changed version for THIS ONE my background do not work. I try without " http://", my external_variable well configured.

    2- SETZ COMMANDS: If someone can share it <3.

    3- CHANGE ENABLE: It possible to change this :
    http://prntscr.com/e2seod for a another badge but still with the light effect

    Thanks


    Look at this change in RoomUserManager


    Look for it there: Session.SendMessage(new YouAreNotControllerComposer());

    And put this:

    User.UpdateNeeded = true; if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102);
    Look at this change in RoomUserManager

    - - - Updated - - -

    Quote Originally Posted by swe View Post
    First problem: https://gyazo.com/20fd644d3efe677a6f7eadfa4266e5e9

    And the 2nd problem:
    Emu will crash.
    (SCREEN COMING)
    This happens due to the large use of wireds, or components that can give lag to your emulator .. I also had this problem but I have refaced a few codes and managed to get this error.



    - - - Updated - - -

    HELP
    ERROR: http://imgur.com/a/oqrDg


    Well I need someone who understands C #, help me, that wired, I'm not understanding it ..The option 1 does not save, to save you have to press option two, who has the code of this wired, could you provide me?


    Well I need someone who understands C #, help me, that wired, I'm not understanding it ..The option 1 does not save, to save you have to press option two, who has the code of this wired, could you provide me?

  11. #131
    Enthusiast wolf77 is offline
    MemberRank
    Apr 2015 Join Date
    30Posts

    Re: PlusEMU - Help Thread

    Hello.. Can somebody help me..
    how can i edit emulator to utf-8? Also change encoding in emulator to utf8 what i need change on emu, so they save everyone on other language or whatever..

  12. #132
    apt-get install xcowsay 3M1L is offline
    MemberRank
    Jul 2012 Join Date
    SwedenLocation
    268Posts

    Re: PlusEMU - Help Thread

    Quote Originally Posted by wolf77 View Post
    Hello.. Can somebody help me..
    how can i edit emulator to utf-8? Also change encoding in emulator to utf8 what i need change on emu, so they save everyone on other language or whatever..
    Not sure what you meant by 'edit the emulator to utf-8' but..
    To change the default encoding to utf-8 , open up PlusEnvironment.cs and search for
    Code:
    _defaultEncoding = Encoding.Default;
    then replace the above with
    Code:
    _defaultEncoding = Encoding.UTF8;

  13. #133
    Enthusiast wolf77 is offline
    MemberRank
    Apr 2015 Join Date
    30Posts

    Re: PlusEMU - Help Thread

    When i change it to Encoding.UTF8 from Default, so on client not show characters, i get up \\?????????\\, when i have a Default, so they work nice and show characters.. mean i need it to fix utf8, so they will be show characters on client

  14. #134
    apt-get install xcowsay 3M1L is offline
    MemberRank
    Jul 2012 Join Date
    SwedenLocation
    268Posts

    Re: PlusEMU - Help Thread

    @wolf77 what characters exactly?
    I'm aware that some of the ALT code symbols is a problem with utf8 encoding. Not sure if it works with utf32 though.

  15. #135
    Enthusiast wolf77 is offline
    MemberRank
    Apr 2015 Join Date
    30Posts

    Re: PlusEMU - Help Thread

    Okey, i am will try with utf32

    - - - Updated - - -

    russian characters



Advertisement