Jump to content

activeChar.isNewbie

Members
  • Posts

    12
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About activeChar.isNewbie

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Egypt

activeChar.isNewbie's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. can you give me skype or website? No I want interlude without addons for craft server rates - x20-30 without shitty addons. Only offline trade,VIP system. If someone has aCis last rev with fixed catacombs and AI's tell the price.
  2. Hello. I'm going to open server in next month and I'm searching for a good pack with sources. Money is not problem if the pack is good. Who's who have a good pack send me pm, no add me to skype. send full pack specifications on pm or post in this topic. p.s I'm not loser neither noob to be scammed so just don't try :)
  3. No still when i kill mob it several times gives me that item.
  4. i don't understand what you mean... spawnlist don't include drop.... I just want to add seal stones to all monsters based on their level. So where should I add this code?
  5. How to make Noblesse blessing look like debuff?
  6. I use aCis so they don't have droplist in SQL they have it on every npc in xml files.
  7. Need to add seal stones to all monsters because seven signs have some problems.... I tried and did this to add to monsters between 70-75 levels Index: java/net/sf/l2j/gameserver/model/actor/L2Attackable.java =================================================================== --- a/java/net/sf/l2j/gameserver/model/actor/L2Attackable.java +++ b/java/net/sf/l2j/gameserver/model/actor/L2Attackable.java @@ -302,4 +302,5 @@ } } + // Manage Base, Quests and Sweep drops of the L2Attackable. @@ -1129,5 +1130,11 @@ else item = calculateCategorizedRewardItem(player, cat, levelModifier); - + if(getLevel() >= 70 && getLevel() <= 75) + { + int min_seal_red = Rnd.get(700,1400); + int min_seal_green = Rnd.get(34350,69000); + player.addItem("BlueSealStone", 6362, min_seal_red, null, true); + player.addItem("GreenSealStone", 6361, min_seal_green, null, true); + } if (item != null) { But when i kill for example hot springs monsters it gives me 2 times red and 2 times green stones.
  8. can anyone help me and tell how to add item(for example coin of luck) to drop for all monsters? I thought it must be in L2Attackable.java, but i can't understand where... I use aCis....
  9. Would be good if you created topic in your forum for reporting bugs from users. At least we can help you find bugs in skills. for example
  10. As I see there is 506-507 changes where description says you made many changes and corrections, but what exactly? Can you at least write fix list?
  11. I want to start x50 server and I liked aCis, worked on it added npc's some custom codes and Seven Signs don't work... which project do you suggest which is less bugged?
×
×
  • Create New...