Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Housing Script broken?

Discussion in 'Questions' started by Binx, Jun 11, 2017.

  1. Binx

    Binx New Member

    Joined:
    Jun 11, 2017
    Messages:
    1
    Likes Received:
    2
    Trophy Points:
    38
    Hey all,

    So I'm not sure if it is just me...but I can't seem to set up any scripts for my teeny little studio apartment. I was messing with a music script (for the fun of it) and I get a ton of Chinese symbols, CodeMirror=blahblahblah codes, and it all just seems like it is messed up.

    Can i get some verification before I sink more of my life into attempting to make this work?

    Thanks!
     
    Zyf and Jilz like this.
  2. Astriella

    Astriella The Magpie

    Joined:
    Mar 19, 2016
    Messages:
    318
    Likes Received:
    502
    Trophy Points:
    358
    Location:
    Palmcrest Village
    I've had some success with it in my estate.
    I used some I found online, a custom greeting, and making the butler dance when a player enters. I also made music scripts from midi files.
    However they would only work when I enter the house on foot, not via the homeward bound skill. And even then, it was intermittent!

    Housing generally is pretty buggy on Gamez, which probably doesn't help things either :rolleyes:
     
    Smartik1, Zyf, Noyah and 1 other person like this.
  3. Zyf

    Zyf New Member

    Joined:
    May 19, 2016
    Messages:
    33
    Likes Received:
    127
    Trophy Points:
    178
    Yeah before 5.0/5.3 I could create and edit housing scripts. Now I can't create any new scripts - it's all messed up.
    However luckily I had my old scripts saved and can just install them and link outlets - though I can't make any changes.
    Also yes, every time I log in, or use homeward bound, the scripts are gone - they never save. It only takes a moment to install and link outlets whenever I visit my house, but I do have to do this Every time.

    Even before, the scripts would sometimes disappear. But now they always do.

    It's probably of significantly lesser importance than most other bugs.
     
  4. Astriella

    Astriella The Magpie

    Joined:
    Mar 19, 2016
    Messages:
    318
    Likes Received:
    502
    Trophy Points:
    358
    Location:
    Palmcrest Village
    My scripts never appeared to save either, and I'm far too lazy to install them each time :p

    However as I mentioned above, sometimes they would work anyway, sometimes not.
     
    Zyf likes this.
  5. Jilz

    Jilz ~Too Bad To Be Good~

    Joined:
    Oct 26, 2014
    Messages:
    144
    Likes Received:
    167
    Trophy Points:
    308
    Location:
    Indonesian
    Ahahaha have same problem with me
     
  6. Marinsday

    Marinsday .·• Thχ GαмєZ ♥ •·. Forum Legend

    Joined:
    Sep 2, 2011
    Messages:
    87
    Likes Received:
    70
    Trophy Points:
    273
    Location:
    Sicily
    Someone have the same problem on official a man suggest this:

    You still can change or add new scripts by editing "GamezAION/data/housing/lbox_archived.xml" file. But should do it before we're running client. So firstly, add scripts which you wanna to add in that file. Should be looks like that:

    <?xml version="1.0" encoding="UTF-16" ?>
    <lboxes>
    <lbox>
    <id>10001</id>
    <name><![CDATA[name of first script]]></name>
    <desc><![CDATA[description of script]]></desc>
    <script><![CDATA[just paste to here your first script]]></script>
    <icon>1</icon>
    </lbox>
    <lbox>
    <id>10002</id>
    <name><![CDATA[name of second script]]></name>
    <desc><![CDATA[description of script]]></desc>
    <script><![CDATA[just paste to here your second script]]></script>
    <icon>1</icon>
    </lbox>
    </lboxes>
    And finally, add scripts in game by using 'deposit' tab.

    I'm not sure it's work, I try with script from a site and well! the script result on deposit but not work because something wrong on script's string.
    So if show me on deposit's list it's work.
    Just try and open file with wordpad. I doing with default windows Block notes and file transform in normal txt.
    Ps: the string <id>10001</id> it's not default, you must put the right number, just check this string on the last script and change number.
    Example: i've got 11 script an this is result to be <id>10012</id>
    PPS: this string <?xml version="1.0" encoding="UTF-16" ?> need to be only at the top of file, not need to paste for each script.
    Sorry for my Englis I hope this can help all :D
     
    Zyf and Marvel like this.

Share This Page