Jump to content

Rattyx

Members
  • Posts

    35
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Rattyx

  1. The only bad thing about this its IP binded, and not dont have sources. :(
  2. I highly don't recommend Marwan, he knows smth in coding but his prices are too big in comparison with other MORE skilled coders. For instance... Marwan 40$ - Some statistics like total clan PvP Count clan members pvp count in DB. ~1 week Matthew Masterio - 10$ the same in 2 days.
  3. Bought it yesterday works awesome, skilled and trusted developer, he even ported it to another pack for me, which was not so easy. Its' a must have rank statistics on the server, fully configurable.
  4. Message me on skype temptationdeveloper
  5. Matthew Masterio is the best, trusty and reliable developer I ever worked with. If you search for somebody to make l2jaddons for you It's definitely the person you should search for)) Matthew the best ^_^
  6. Thanks a lot man !!! It was what I dreamed some time !
  7. Thanks a lot!!!
  8. thanks a lot!
  9. oh my God thanks!!!
  10. lol.. man you should tell that we should search by the NAME but i think all ppl searched by NICKNAME and result was 0. p.s//added
  11. Your skype is not correct i cant add you
  12. 25 euros AHAHAHAH Here's the link bro http://www.4shared.com/rar/DtPSz_o2/EPIC_WEAPON_INTERLUDE.htm
  13. Hello there. I need some stuff done on my server sources. Its L2jRebellion sources. I need these stuff: 1)Make all skills enchant\route\untrain +15 levels per click. Payment up to 5$ 2)Implement a L2jServer Script for an augment shop that puts the choosed augment in your weapon for L2Rebellion sources. Up to 5$ 3)Implement TownWar Event from l2jfrozen to l2rebellion sources up to 15$ My Skype: temptationdeveloper
  14. delete this i mistaken xD
  15. Hello there. I need some stuff done on my server sources. Its L2jRebellion sources. I need these stuff: 1)Make all skills enchant\route\untrain +15 levels per click. Payment up to 5$ 2)Implement a L2jServer Script for an augment shop that puts the choosed augment in your weapon for L2Rebellion sources. Up to 5$ 3)Implement TownWar Event from l2jfrozen to l2rebellion sources up to 15$ My Skype: temptationdeveloper
  16. UP. Still didn't manage how to do that stuff.
  17. They have it in core)) This damn server is awesome on their website they sell it for 1000$+ :rage: I think here they are not sources....if that could just be so, it would be the share of this millenium:)))) :okey:
  18. - An enchanted skill got a skillId based on main skill. Depending of chronicle, values change. If you manage to get the correct enchant route value, you can add +15 to the id to get it directly to +16. I didn't really undersand this. You mean I must get the correct enchant value? But how? I don't have the Enchant skill trees in Rebellion team dp. I succeed in doing the skill enchant 15 per click but the max lvl was 15 too.. so basically it didn't go upper then 15 per click. People i need concrete help, if some1 can help me I maybe can pay smth to you with WebMoney or smth.
  19. omg UP...Somebody help plzzzz
  20. are you fucking kidding me:(
  21. Hello MaxCheaters community ! I have been asking this problem on 80% of Russian L2J Forums but let's say that idiots stupid -beep-ing arrogant people didn't help me a shit...even If i am russian I need your help MaxCheaters! So please be kind and help me if you can :(( So I want just to make skills enchant for free...for now I did lower SP\Adena cost for 1 Sp\Adena per 1 enchant, I removed the thing that a player need books to enchant\change\transfer skills. But now i want to do +15 1 click enchant. How can I do it? So I tried and i have this result...that skills from the second proff are enchanting only till +15 and the its not enchanting. But the 3d proff skill are not enchanting at all... I have sources L2Rebellion + L2jServer they are kinda combined with some mods from EmuRt and shit... So I have this classes.. ExEnchantSkillInfo // skill already enchanted? if(_level > 100) { canDecrease = 15; // get detail for next level EnchantSkillLearn esd = SkillTreeTable.getSkillEnchant(_id, _level + 1); // if it exists add it if(esd != null) { addEnchantSkillDetail(esd.getLevel()); _canAdd = 15; } for(EnchantSkillLearn el : SkillTreeTable.getEnchantsForChange(_id, _level)) addEnchantSkillDetail(el.getLevel()); } else // not already enchanted for(EnchantSkillLearn esd : SkillTreeTable.getFirstEnchantsForSkill(_id)) { addEnchantSkillDetail(esd.getLevel()); _canAdd = 1; } } SkillTreeTable public static List<EnchantSkillLearn> getFirstEnchantsForSkill(int skillid) { List<EnchantSkillLearn> result = new ArrayList<EnchantSkillLearn>(); List<EnchantSkillLearn> enchants = _enchant.get(skillid); if(enchants == null) return result; for(EnchantSkillLearn e : enchants) if(e.getLevel() % 100 == 15) //i think this shit shows how much should be enchanted per 1 click.. result.add(e); return result; } RequestExEnchantSkill int enchantLevel = SkillTreeTable.convertEnchantLevel(sl.getBaseLevel(), _skillLvl, sl.getMaxLevel()); // already knows the skill with this level if(slevel >= enchantLevel) return; // Можем ли мы перейти с текущего уровня скилла на данную заточку if(slevel == sl.getBaseLevel() ? _skillLvl % 100 != 15: slevel != enchantLevel - 15) Please help me! I beg you!!
  22. where can i get freya client? its top secret ş)=
  23. you can edit the skills how do you want so you can put if you want all the skills for fighters...just imagine...
×
×
  • 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