Jump to content

Panic

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by Panic

  1. I believe there is someone who uploads a big pack of all the official hat files somewhere around here, but I personally just have a copy of all the official servers and grab them manually. Not sure how often the user updates this anymore but here it is.
  2. Well even official items need the inventory bmp. Just means you need to add the files for that item into your grf. (Just because it exists on iRO doesn't mean you're not just missing the files for said item.) Official and custom items use the same folder structure. Here I've attached all the files for the mask. Mask.7z
  3. 28k is too high of an ID for a pet egg. You need to keep pet eggs in the 9k range or else they get really busted. (moving the Magmaring egg ID to the 9k range should fix the egg not being hidden when it's hatched.)
  4. The only way we are able to provide the Hom AI with the 2018 client is through our custom NovaEXT extension made solely by one of our developers Phaicm. I am not sure how the NEMO patch works if at all for the Hom support, but if it doesn't work you'd probably be better off asking @Normynator to try to add the feature to his Paint in Black extension.
  5. Here are the files you're looking for. MechanicalWingBand.grf
  6. If you run grf editor you should be able to just drag an drop the iteminfo into grf editor. But here is a decompiled version of the iteminfo you are asking for. iteminfo_sak.lua
  7. You can use GRF Editor to decompile.
  8. Did you check to see if you had the corresponding .bmp images in the right directory of your grf?
  9. { "moc_para01", 10, 185, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, As an example this line will add a small floating .bmp at the specified coordinates. 유저인터페이스\\information\\over_kafra.bmp is where kRO stores their overhead .bmps by default but you can change the directory separately to whatever you want. { "prontera", 135, 184, 3, IT_SIGNBOARD, "유저인터페이스\\information\\over_kafra.bmp", " Main Office", "#0x009EBDFF" }, A line like this will end up looking like this.
  10. OngoingQuestInfoList_Sakray.lub is the client file you want to edit. (Assuming you're using the 2018 client.)
  11. Dark mode for SDE and ACT editor when? ?
  12. I'd suggest purchasing the map from it's creator to avoid any texture/model issues. But that is just me.
  13. Mmm, well you're question was where to get the maps. But it sounds like you have missing textures and models. You can check the files in grf editor and use the file info to see what textures/models are being used on the map.
  14. Well those maps are encrypted because they were purchased. Those look like Chemi maps to me. Here is her facebook link if you wish to purchase them. https://www.facebook.com/ChemicalCrush/
  15. If you want to remove/change the link in the window you can edit tb_cashshop_banner.lub, just replace the kRO link with a link of your own. You can also remove additional banners with the file. tb_cashshop_banner = { [1] = { "shop_banner.bmp","Insert Link Here" }, }
×
×
  • Create New...