• 1

    posted a message on "ForgeCrack" Community MindCrack FTB Server"With Mystcraft". {White-Listed}
    Age: 21
    Skype name: >_< Reluctant to put it here, will post over pm if accepted :)
    Minecraft Username: X3nz
    Location: Malaysia
    What can you bring to the server: Another Player ;)
    How much time do you expect to spend online: As much time as possible :D
    Describe yourself / What you do IRL: Currently still in college doing Software Engineering :)
    How well do you know the mods.(1-10): About Average (7)
    Do you have a mic and does it work: I do but its nearing its lifetime
    Posted in: PC Servers
  • 0

    posted a message on [Solved]How to create a block that is 2 Blocks High
    I've just check it previously as soon as I posted the thread on the BlockDoor.java
    and still having a hard time to identify which function creates the double block~
    but I rounded up a few methods that might be the right one :s


    SOLVED! - The Answer is the setBlockBounds~ However texture wise have to figure out~ It has something to do with metadata~~

    First
    public int getFullMetadata(IBlockAccess par1IBlockAccess, int par2, int par3, int par4)
    {
    	 int var5 = par1IBlockAccess.getBlockMetadata(par2, par3, par4);
    	 boolean var6 = (var5 & 8) != 0;
    	 int var7;
    	 int var8;
    	 if (var6)
    	 {
    		 var7 = par1IBlockAccess.getBlockMetadata(par2, par3 - 1, par4);
    		 var8 = var5;
    	 }
    	 else
    	 {
    		 var7 = var5;
    		 var8 = par1IBlockAccess.getBlockMetadata(par2, par3 + 1, par4);
    	 }
    	 boolean var9 = (var8 & 1) != 0;
    	 return var7 & 7 | (var6 ? 8 : 0) | (var9 ? 16 : 0);
    }


    (As soon as the door is placed, the setBlockBounds comes in :S? Its located in the constructor)
    Second - this.setBlockBounds(0.5F - var3, 0.0F, 0.5F - var3, 0.5F + var3, var4, 0.5F + var3);
    private void setDoorRotation(int par1)
    {
    	 float var2 = 0.1875F;
    	 this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 2.0F, 1.0F);
    	 int var3 = par1 & 3;
    	 boolean var4 = (par1 & 4) != 0;
    	 boolean var5 = (par1 & 16) != 0;
    	 if (var3 == 0)
    	 {
    		 if (var4)
    		 {
    			 if (!var5)
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 1.0F, var2);
    			 }
    			 else
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 1.0F - var2, 1.0F, 1.0F, 1.0F);
    			 }
    		 }
    		 else
    		 {
    			 this.setBlockBounds(0.0F, 0.0F, 0.0F, var2, 1.0F, 1.0F);
    		 }
    	 }
    	 else if (var3 == 1)
    	 {
    		 if (var4)
    		 {
    			 if (!var5)
    			 {
    				 this.setBlockBounds(1.0F - var2, 0.0F, 0.0F, 1.0F, 1.0F, 1.0F);
    			 }
    			 else
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 0.0F, var2, 1.0F, 1.0F);
    			 }
    		 }
    		 else
    		 {
    			 this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 1.0F, var2);
    		 }
    	 }
    	 else if (var3 == 2)
    	 {
    		 if (var4)
    		 {
    			 if (!var5)
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 1.0F - var2, 1.0F, 1.0F, 1.0F);
    			 }
    			 else
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 0.0F, 1.0F, 1.0F, var2);
    			 }
    		 }
    		 else
    		 {
    			 this.setBlockBounds(1.0F - var2, 0.0F, 0.0F, 1.0F, 1.0F, 1.0F);
    		 }
    	 }
    	 else if (var3 == 3)
    	 {
    		 if (var4)
    		 {
    			 if (!var5)
    			 {
    				 this.setBlockBounds(0.0F, 0.0F, 0.0F, var2, 1.0F, 1.0F);
    			 }
    			 else
    			 {
    				 this.setBlockBounds(1.0F - var2, 0.0F, 0.0F, 1.0F, 1.0F, 1.0F);
    			 }
    		 }
    		 else
    		 {
    			 this.setBlockBounds(0.0F, 0.0F, 1.0F - var2, 1.0F, 1.0F, 1.0F);
    		 }
    	 }
    }


    I am still unable to identify which one is the right code xD! I suppose I'll have to test both out~


    Thanks~!
    X3nz
    Posted in: Modification Development
  • 0

    posted a message on [Solved]How to create a block that is 2 Blocks High
    The title says it all, I've already been through some of the modding tutorials and unable to find any that help with this.

    If anyone have any lead, a link to the tutorial would be very much appreciated~
    Or if it is an impossible dream I am having, please knock some sense into me~!

    EDIT : I forgot to mention that I prefer using Forge~ so a Forge Tutorial would really help~! but modloader / spouts tutorial links are also helpful :)


    X3nz
    Posted in: Modification Development
  • 0

    posted a message on Would you need this mod?
    Hey guys! I am a student from Malaysia and currently doing a documentation of the project and would like to receive some input / comments / ideas from everyone here to be able to confirm and reinforce the proposed idea of the project.

    Ideas from everyone would also be considered to be in the project as the proposed idea is not 100% demanded ! Thanks!

    The proposed idea:
    New Graphical Trading Platform
    New Travelling Method

    It is required for you to have some basic knowledge on Minecraft, Bukkit and other plugins in order to be able to answer.
    All inputs from you guys are really appreciated! and if the project goes well, the plugin will most probably be distributed to popular mod packs, Tekkit, Technic or distributed as a stand alone.

    The questionnaire is created in Google Docs because it is easier to distribute and collect data.
    I could not find a proper area to post this and if any admin is able to find a proper place to move this, please move it~!

    Also i would like to apologize for my poor use of grammar and if there are any corrections you would like to point out in the questionnaire or in this post please feel free to pm me or post below!

    Anyone wish to receive anymore details about the proposed ideas, may contact me through pm !
    and would really like to interview any developers to get further input about this plugin for my final year project and would really appreciate it if anyone wants help out x)! To contact me just leave your email at the end of the questionnaire!
    Thanks for your time in reading this and answering the questionnaire.

    The questionnaire link is https://docs.google.....STBVaENFU3c6MQ
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on [Hardcore Survival] The Wastelands - Can You Survive? [1.8] [Staff Recruitment]
    Why do you want to join?
    ~ Because i would likely to ACCEPT your challenges! and pass through the reign of hell with my Best Friend :smile.gif:!

    What is your user name?
    X3nz

    Are you afraid?
    NO!! BRING THE RAIN!

    How do you think you will end up?
    Probably will be the one that shoots arrow to THOSE THAT COULD NOT REACH!

    Would you care to vote?
    If Its GOOD YES! of course judging by the looks of the video~! first impression is AWESOME
    Posted in: PC Servers
  • 0

    posted a message on 【✙Chaotic Uniformity✙】[1.3] SuperNatural RPG {No Whitelist} 24/7 -Voting Rewards- 《Hardcore PvP》Shops┋Jobs┋Towns┋Bounties/Kill $
    In-game name: X3nz
    Real life age: 20
    Did you read the rules?: Yes!
    Where did you hear about us?: Friends :wink.gif:
    Why do you want to join?: I would like to try out other servers as my other server has closed down :smile.gif:!
    Did you vote for Chaotic Uniformity? (If not, click here. It's a free 250 coins!): Yes~! Check my IGN :wink.gif:
    Posted in: PC Servers
  • 0

    posted a message on ♕Herocraft 🌟 Minecraft RPG Server Multiplayer 🌟 THE ORIGINAL RPG SERVER (2010) Heroes RPG!
    In-game name: X3nz
    Location & Age: Malaysia , 20!
    Previous Bans (Includes other servers): None :wink.gif: Friendly to all
    Referral(s): Nobody :smile.gif:
    Reason you should be accepted: Interested to try out RP and will contribute based on gameplay :happy.gif:
    Have you voted for Herocraft (No? -> http://tiny.cc/voteHC : Oh yes!
    Special Key: Do NOT leave blank. : HCX4
    Additional Info: Playful :happy.gif:
    Posted in: PC Servers
  • 0

    posted a message on The World of Nagura - PvP - [NO WHITELIST] - 24/7 - Ventrilo
    IGN: X3nz
    Age: 20 :smile.gif:
    State / Country: Malaysia
    First & Secondary Language?: English & Cantonese
    Why are you interested in joining this server?: Of course.. would like to have a community like-rp world :wink.gif:..
    Do you consider yourself mature?: mature in some times and not in some other times :wink.gif:
    Do you have access to Ventrilo?: yes and no.. but if its necessary, i will get the software
    Have you read the Rules & Regulations?: Oh yes.. it is said that i need to add "Tasty Chunks" somewhere in my application :wink.gif:.. well.. thr it is :biggrin.gif:
    Is there anything else you'd like me to know?: hmm.. i would like to join the town.. Audentia.. but the clan looks awesome too.. but is it possible to become a lonewolf? however i would still like to join the audentia :wink.gif:
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Octavian [Survival] [Towny] [No whitelist] [1.1]
    RE-Applying Whitelist :happy.gif:

    Name: Jack
    Age: 20
    Ingame name: X3nz
    Country: Malaysia
    How many hours a day are you online: 2 ~ 9 hours (Vary for these few months)
    How long have you played Minecraft: About a year
    What is the reason you want to join this server: sounds cool, i like how the craftbook is in the server :smile.gif:
    Any past experiences from other MC servers: Normal player, Accepted Player, Role playing Expert(it means killing is allowed and i do it face to face :wink.gif: )
    Write down 3 of the rules:
    No hacking :smile.gif:
    No religious Stuff :smile.gif:
    No 1x1 Towers!
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Octavian [Survival] [Towny] [No whitelist] [1.1]
    Name: Jack
    Age: 20
    Ingame name: X3nz
    Country: Malaysia
    How many hours a day are you online: 2 ~ 9 hours (Vary for these few months)
    How long have you played Minecraft: About a year
    What is the reason you want to join this server: sounds cool, i like how the craftbook is in the server :smile.gif:
    Any past experiences from other MC servers: Normal player, Accepted Player, Role playing Expert(it means killing is allowed and i do it face to face :wink.gif: )
    Write down 3 of the rules:
    No hacking :smile.gif:
    No religious Stuff :smile.gif:
    No 1x1 Towers!
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on [Closed] ☆ ☆ ☆ SUPER-EARTH ☆ ☆ ☆ The Original Minecraft Community ☆
    Minecraft In Game Name (case sensitive): X3nz
    Where are you from?: Malaysia
    Your age?: 19
    Have you read and agreed to the rules in the post below? Yes but i did not read the crafting guides yet
    Extra notes?: currently not as active but will be as soon as i join the server :smile.gif:
    Posted in: PC Servers
  • 0

    posted a message on MOVED TO DotD THREAD:Link in Thread
    IGN: X3nz
    Age: 19
    Why YOU Want To Join: Wanna defend OPII!!!!!
    Referall: -
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on ≥Fantasy[Factions][Stealing][24/7][RP][TS3][PVP][PVE][Hey0]≤
    Game Name: X3nz
    Age: 19
    Faction: Rogue
    Second Faction of choice: Demon
    Why you want to join: Wanted to continue playing in these type of version as i had from luna :wink.gif:

    p/s : wanna ask foxy, are u gonna implement the CraftBook :wink.gif:? its awesome :biggrin.gif:~

    Rules? I accept!
    Posted in: PC Servers
  • 0

    posted a message on Luna [Whitelist][PVP/RP/PVE][Raid/War][24/7][Faction][TS3]
    Quote from Karakoran »
    Is everyone else just getting on fine? I can't connect at all, not even to the Loading screen.


    well i can login minecraft easy.. but i cant connect to the server :wink.gif: lolx..
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Luna [Whitelist][PVP/RP/PVE][Raid/War][24/7][Faction][TS3]
    Quote from Prana »
    Quote from X3nz »


    i keep getting "Refused connection : Connect"

    any help foxy :sad.gif:?

    The server is probably momentarily down or sometin


    erm.. are u having the same thing happening too? :S
    Posted in: Minecraft Survival Servers (archive)
  • To post a comment, please .