Jump to content

L2jNBR

VIP Member
  • Posts

    11
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by L2jNBR

  1. I want to thank @Emenadiel for his free services that he gave me for the two days to be able to develop the solution! Thank you very much!!!
  2. Can you write the code for me? It didn't work that way!
  3. I want to make the player who is vip, being in the pt with another vip or not! Let the farm that is for him be in 2x as config! Because he is only able to farm in 2x if he is out of pt
  4. I'm trying to put the player who is vip and is in PT to continue farming 2x, but it's not working, only the adena that he farms 2x! Could someone help me? Rev aCis L2PcInstance public void doAutoLoot(L2Attackable target, ItemHolder item) { if (isInParty()) getParty().distributeItem(this, item, false, target); else if (item.getId() == 57) addAdena("Loot", item.getCount(), target, true); else if (isVip()) addItem("Loot", item.getId(), item.getCount() * Config.VIP_DROP_RATE, target, true); else addItem("Loot", item.getId(), item.getCount(), target, true); }
  5. this guy is a scammer ... These "I work in my soucer for 2 years", actually means that I did all this work. I went through a few good times with this guy, delaying payments and sometimes not paying. The last service I did for him did not pay me, blocked me in all means of contact and is now selling the project. Well I do not advise buying, as the only programmer for this project, I guarantee that it is not safe. PS .: whoever wants the source I make it available for free with all the existing mods, just send me a private message
  6. Hey there, i am selling some java mods for aCis coded from scratch by myself. Daily Mission System You can setup your own server mission through a XML file. You can create missions that supports killing npcs or winning server events. You can use the Alt+B version or NpcHtmlMessage version price: 15 euro No Carrier System The system prevent abnormaly disconnected players loss some raids or running events the player have sometime to connect back If player was in party, then it don't need to join again, game will connect player in the same state that he was disconnected price: 10 euro Premium System A new premium system designed from scratch with some exclusive features You can setup how many premium levels you want, with infinite types of bonuses Through a XML file Players can upgrade premium using remaining days iof their old premium level if this function is enabled Price: 20euro Daily Reward System Players can get a daily reward by each first login each day. (protected by IP or HWID if you wish) You can setup in Rewards in XML file Price: 15 euro Getting all codes the price: 40euro (paypal only) If you are interested in any mod contact me through discord: ZProject#6889 or send me a pm here.
  7. Olá mano, estou com uma interface que peguei aqui sua porem com um visual bem mais clean, só que o auto farm não está funcionando, teria como adaptar ele para nós?

×
×
  • Create New...