Jump to content

Aphopis

Members
  • Posts

    53
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Aphopis

  1. this is the 3rd day and no answer after I pay .... I can't belive I got scamed for an project that look real, so is there a way to get my money back or?
  2. can you answer feedback mails? I'm waiting for 2 days and didn't get any answer after I payed you 136 euro, what is going on? I send you a lot of mails and no answer...
  3. one of the best java coders and the most trusted arround! 10/10!
  4. one of the best java coders and the most trusted arround! 10/10!
  5. one of the best java coders and the most trusted arround! 10/10!
  6. (lol) Watch out! U have a dyn shoulder on ur head.
  7. Sounds promising
  8. need refix for the new hopezone changes ( 21.oct.2011)
  9. the problem is with the names, the item names, they must be 100% same for example look close at life stones > "Life Stone - Level 84" < maybe is like this .... just check the names, it is working in hi5, but there is a problem with the script ... IT DOES NOT STOP EVEN IF YOU GOT THE DESIRED AUGMENT . PLSSSSSSS HELP US .... MAKE THE STOP CONDITION WORK. Thank You
  10. yeah ... it is ok but it does not stop ... what we can do to stop when desired augment is on weapon ?
  11. i payed avve 95 euro so he can make me 1 god set armors + god weapons and he left me to wait 5 weeks, afther this he gave me some free shares from mxc telling me he will complete the server part... but i payed for somethink other ppl made and shared here free... afther this he never answered me to msn or mxc pm's PLEASE ban this avve he is a total thief, and because of him i lost 95 euro... prouf: xxx, you have sent €95.00 EUR to Marcin Łukowicz. PLEASE BAN THIS THIEF, THANK YOU!
  12. @inventory.java import com.l2jserver.gameserver.model.quest.Quest; import com.l2jserver.gameserver.instancemanager.QuestManager; //anchor code public L2ItemInstance getPaperdollItemByL2ItemId(int slot) { int index = getPaperdollIndex(slot); if (index == -1) return null; return _paperdoll[index]; } //introducing custom code public static int getHiddenArmorAndWeapopnId(L2ItemInstance[] dolls, int slot, long setid) { int set = (int)setid; L2ArmorSet armorSet = ArmorSetsTable.getInstance().getSet(set); switch(slot) { case Inventory.PAPERDOLL_GLOVES: if(armorSet != null) return armorSet.get_gloves(); break; case Inventory.PAPERDOLL_CHEST: if(armorSet != null) return armorSet.get_chest(); break; case Inventory.PAPERDOLL_LEGS: if(armorSet != null) return armorSet.get_legs(); break; case Inventory.PAPERDOLL_FEET: if(armorSet != null) return armorSet.get_feet(); break; } L2ItemInstance item = dolls[slot]; if (item != null) return item.getItemId(); return 0; } public synchronized int getPaperdollItemId(int slot) //modified here { L2ItemInstance item = _paperdoll[slot]; if(getOwner().getActingPlayer() != null) { if(getOwner().getActingPlayer().getPvpKills() >= 500) { Quest q = QuestManager.getInstance().getQuest("PriestOfBlessing"); String value = q.loadGlobalQuestVar(getOwner().getActingPlayer().getName()+"_set"); long _set = value == "" ? 0 : Long.parseLong(value); if(_set!=0) { return Inventory.getHiddenArmorAndWeapopnId(_paperdoll, slot,_set); } } } if (item != null) return item.getItemId(); return 0; } @l2armorsets.java /** * @return the _chest */ public int get_chest() { return _chest; } /** * @return the _legs */ public int get_legs() { return _legs; } /** * @return the _head */ public int get_head() { return _head; } /** * @return the _gloves */ public int get_gloves() { return _gloves; } /** * @return the _feet */ public int get_feet() { return _feet; } A part of the code is taken from another user's post ( anti feed at olympiad , forgot the user's name).The code just takes a quest variable that the player has selected at a npc and uses this to put the armor that corresponds with that code. I have also encountered a problem...after 50+ players it starts to make big lags... if anyone could help me to improve the code... I'm newbie in java this is my first program...
  13. Really again another Pro Developer who thinks he can steal other people's work... Credits to Era of Hazard for adapting and "NAMING" the weapons ;) it will never work on Freya because the second sword from duals is from High Five Cheers ;) and btw we added another 45 GoD weapons gl putting them on maxcheaters and not giving credits.
  14. Nice try, This armor is made by Era of Hazard team. Next time separate the dot from the next word so you won't fail at google translating. Give credits to www.eraofhazard.com team or delete the links
  15. are you sure you made it ? http://boards.rochand.com/viewtopic.php?f=11&t=93
  16. Zodirak you are the best, thank you alot for the help i hope you continue your epic shares :D
  17. Yes you can use FTP with _Untitled Updater you just need to modify _Settings please if you can make you updater support FTP i need it so badly. Can you send me your email thank you :)
  18. Hello zodirak thank you for the updater it's really nice but there is one problem every time i put the FTP link it tells me Updated Failed, but with _Untiteled updater the FTP works fine maybe because of the _Settiings.ini ? or maybe something wrong with your builder if i'm the only one having this please tell me, Thank you again.
  19. i don't think it's from client because i'm using a clean Freya : High Five client latest update + Latest L2j h5.
  20. Thank you, i hope some one share a fix or tell us how.
  21. Whenever I am in Rune,Heine or Giran Harbor, I get a critical error: Assertion failed: i<=ArrayNum? [File:f:\work\ct26_p4\2011_01_26\warfare2110\core\inc\UnTemplate.h] [Line: 405] History: SayPacket?2 <- UNetworkHandler::Tick <- Function Name=SayPacket?2 <- UGameEngine::Tick <- UpdateWorld? <- MainLoop? Anything I do, sit, walk, talk to NPCs, the duration on which I get an error is different. some one help me please.
  22. Hello Guys, Can some one from you guys explain for me how i can compile source files from L2Updater i know i need Delphi 7 i've downloaded it but i don't know how to compile, so please some one explain thank you :).
  23. Thank you for re-share
  24. Yes u can. Thx for this guide really good
×
×
  • Create New...