Thread: [718] House

Results 1 to 9 of 9
  1. #1 [718] House 
    Registered Member
    Join Date
    Apr 2014
    Posts
    21
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Hello everyone, I have a problem, when I enter my house portal I only get this:

    Attached image

    How can I fix this?
    I use the crezion source (enth's project)
    Reply With Quote  
     

  2. #2  
    Donator

    TeJay's Avatar
    Join Date
    Jul 2017
    Posts
    630
    Thanks given
    217
    Thanks received
    283
    Rep Power
    1754
    Maps or wrong coords
    Attached image
    Spoiler for Services:
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2014
    Posts
    21
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I don't find it, the coords or something.
    Reply With Quote  
     

  4. #4  
    Discord Johnyblob22#7757


    Join Date
    Mar 2016
    Posts
    1,384
    Thanks given
    365
    Thanks received
    575
    Rep Power
    5000
    Check your region builder. Im no expert on that skill but houses are an instance correct? let me know if im wrong. But the instance might not be created properly.
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2014
    Posts
    21
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    It is not fixed yet, I don't have a region builder or something. Is there anyone who have experience with this ?
    Reply With Quote  
     

  6. #6  
    Renown Programmer
    Bartvh's Avatar
    Join Date
    May 2017
    Posts
    370
    Thanks given
    89
    Thanks received
    208
    Rep Power
    497
    Your dynamic region is broken, could be anything.
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Jan 2018
    Posts
    295
    Thanks given
    6
    Thanks received
    113
    Rep Power
    264
    Show ur HouseControler.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2014
    Posts
    21
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    This is my housecontroler
    package com.server.game.player.controlers;

    import com.server.game.RegionBuilder;
    import com.server.game.World;
    import com.server.game.WorldObject;
    import com.server.game.WorldTile;

    public class HouseCon extends Controler {

    private int[] boundChuncks;

    @Override
    public void start() {
    boundChuncks = RegionBuilder.findEmptyChunkBound(8, 8);
    player.setNextWorldTile(new WorldTile(boundChuncks[0] * 8 + 35, boundChuncks[1] * 8 + 34, 0));
    World.spawnObject(new WorldObject(13405, 10, 0, boundChuncks[0] * 8 + 35, boundChuncks[1] * 8 + 35, 0), true);
    player.closeInterfaces();
    }

    boolean remove = true;

    @Override
    public boolean processObjectClick5(WorldObject object) {
    //house.previewRoom(player, boundChuncks, new RoomReference(Room.GARDEN, 4, 5, 0, 0), remove = !remove);
    return true;
    }

    }
    Reply With Quote  
     

  9. #9  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,065
    Thanks given
    343
    Thanks received
    297
    Rep Power
    109
    Quote Originally Posted by ikbenignace View Post
    This is my housecontroler
    THAT's your problem ...

    edit: repping me for not spoondfeeding is kinda sad. With 'That's your problem' I mean that your Controller class is the problem. As you can see only a portal is spawned, look at other sources who have construction. Don't rep me again for not spoonfeeding please
    Attached image

    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  10. Thankful user:



Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 31
    Last Post: 01-25-2014, 12:01 PM
  2. Replies: 0
    Last Post: 01-13-2014, 03:52 PM
  3. teleother house 718 construction
    By deathkil in forum Help
    Replies: 27
    Last Post: 09-07-2013, 10:04 PM
  4. 718 house portal obect ids
    By crowley in forum Requests
    Replies: 0
    Last Post: 06-28-2013, 11:01 PM
  5. [718] construction: house location, etc.
    By Experimental in forum Help
    Replies: 1
    Last Post: 01-08-2013, 10:35 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •