Posted March 3, 201411 yr comment_86981 Hey Guys! I created some rare Items which should be added to dungeon chests.. How can I do this? http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 3, 201411 yr comment_86984 ChestGenHooks or DungeonHooks. One is depricated the other is useful, don't recall offhand which is which. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 3, 201411 yr comment_86986 ChestGenHooks or DungeonHooks. One is depricated the other is useful, don't recall offhand which is which. ChestGenHooks is for loot, DungeonHooks is for mobs (though it used to be for loot, so is deprecated in that sense) http://i.imgur.com/NdrFdld.png[/img]
March 3, 201411 yr comment_86988 (though it used to be for loot, so is deprecated in that sense) That's what I meant. There are a handful of leftover values/functions that seem related to chests left in DungeonHooks and back when I was messing with it, the tutorial I was looking at was using DungeonHooks and there was juuuust enough leftover scrap to make it confusing. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 3, 201411 yr Author comment_87013 OK, but how do I use these hooks? http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 3, 201411 yr comment_87055 ChestGenHooks.getInfo("A_WIZARD_DID_IT").addItem(new WeightedRandomChestContent(Item.expBottle.itemID, 0, 1, 1, 2)); Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.