Jump to content

arm4729

Members
  • Posts

    231
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by arm4729

  1. hey thank you for info hmm this is very interesing , thank you man i really learn new things about this game all time thats nice Log: Purging Time : 0.012 sec Log: Garbage: objects: 62320; refs: 723193, destroyed: 308, deleted: 308, delnames: 3750 Log: SIZE_RESTORED VERY THX ! Can you tell me why you need to be an admin to do this ? where is file that checks this ? i want to use command ///c_rmode on normal character and i can't why is this happening ?
  2. You should follow how Ceausescu fall in Romania.
  3. Message to one of ~150 mil. Savages : Please , someone should kill Putin , i mean it man. Maybe is not RUSIA fault , maybe is not NATO fault , but you guys are only ones who can stop him.. maybe he is a puppet idk , but you can kill him... look what happen in Sirya years ago ? America destroyed it and blame on ISIS , now blame is on a single man you guys should do smth about this
  4. i am more into fotball , dont you got some champions league predictions too ?
  5. you tell me that you can "detect" wich coins are going up , and you are still here ? what a good person do you want to help poor ? i can leave you revolut here
  6. hey can you be more explicit ? you want health bars in olympiad match ? or just to see how much dmg was dealt ? i guess you can use the duel system health bars
  7. this guy is next level ? wait what ? configuring l2j server - check / taking down companies - check , i would love to see some proofs
  8. hey guys , thank you for your answer .. i don't know about other pack because last years i only worked on acis , so the thing is because of some npc , i get critical errors sometimes , so i made a system when you are using gatekeeper to teleport your client connection to the world will be restarted and then you will log again so that will be only a blink of second , it is working if in party it will relog in party using character_memo and booleans , but i would preffer to make this thing somehow simpler .. what i understand untill now that this thing cn be done only with some client modifications to not involve disconnecting client and character from the world
  9. #LETS GO L2ETREME !!!
  10. Are there any way to clear an online player clients memory cache on aCis ? Without any client mod ? and without involving restart action ? no disconnect from the world
  11. you should try to run l2jtesla pack it has autobots included first
  12. i can help you leave discord here
  13. that is because you are using different acis versions , that buffer was shared on another acis version your version is more updated" .. anyway i think you can adapt it if you need help leave your discord here
  14. is there any shared decompiled interface ? or any way we can decompile this interface ?
  15. All i can say is that i am pretty sure chinesse people didin't start to eat bats on 2019 .. made in lab (95%)
  16. hello , i am pretty sure this mod require some dll client files edit and you will not get this mod for free / fiind it shared anywhere... you should make your event reward all players and if 1 player is dual box only reward one box
  17. hey mate thank you again for answer and sharing , do you think is not possible to add backround image to cb html without client mod ? did you try with other images ? try first on a npc then try on cb if still blank on npc maybe interface files is not good , if you decompile i think you copy some code from how is working on npcs .. my question was if it is possible to add a backround without any client interface mod
  18. Hey thank you man !! but would it be possible without any client editing ?
  19. can you show an example ? what ?
  20. Hello , i have been seen here on forum this , i am wondering is this possible only via client edit ?
  21. only via client edit for interlude ?
  22. hey thank you , second link i think is usefull i will check ! hello , it might be encrypted because when i try to decompile it i get only defaultproperties][ 1kb files , and when i try to open with WOTgreal exporter i can't open some parts look screen maybe any ideea ? can anyone help me decrypt this interface.u file ? or tell me if is even ecrypted or why i get stream read error ? i just need to add 2 lines in tradewnd / privatestorewnd ? https://www.mediafire.com/file/2eh3qpszbhoa8pw/interface.u/file
  23. public class TradeStart extends L2GameServerPacket { private final Player _activeChar; private final ItemInstance[] _itemList; public TradeStart(Player player) { _activeChar = player; _itemList = player.getInventory().getAvailableItems(true, false); } @Override protected final void writeImpl() { if (_activeChar.getActiveTradeList() == null || _activeChar.getActiveTradeList().getPartner() == null) return; writeC(0x1E); writeD(_activeChar.getActiveTradeList().getPartner().getObjectId()); writeH(_itemList.length); for (ItemInstance temp : _itemList) { if (temp == null || temp.getItem() == null) continue; Item item = temp.getItem(); writeH(item.getType1()); writeD(temp.getObjectId()); writeD(temp.getItemId()); writeD(temp.getCount()); writeH(item.getType2()); // int _augorg = 0; int _aug = 0; int _aug2 = 0; int _aug3 = 0; if (temp.isAugmented()) { _augorg = temp.getAugmentation().getAugmentationId(); _aug = _augorg>>16; _aug2 = _aug; _aug3 = _augorg-(_aug<<16); } if (temp.isAugmented()) writeH(_aug2); if (temp.isAugmented() == false) writeH(0x00); writeD(item.getBodyPart()); writeH(temp.getEnchantLevel()); writeH(0x00); if (temp.isAugmented()) writeH(_aug3); if (temp.isAugmented() == false) writeH(0x00); } } }
  24. PrivateStoreListSell / PrivateStoreManageListSell / TradeItem / Does anyone know how to edit an already custom interface.u ? , and with edit i mean adding 2 lines to TradeWnd / PrivateStoreWnd ? Can someone decompile please this https://www.mediafire.com/file/fv9pnnp0v76m9ac/interface.u/file interface.u into .uc files ?
  25. Hello , i am using some interface shared on maxcheaters , it has many addons from sublimity /nphrn / skillgauge etc... I would like to modify it to my needs , i just need to change 2 files TradeWnd , and PrivateStoreWnd .. i just need to add 2 lines to this interface but im having trouble decompiling it , right now im using WotgDecompiler but it seems some files won't open , and can't export to .uc files... Is there any tool to edit an already existing interface ?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock