Jump to content

dobriux

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About dobriux

Profile Information

  • Gender
    Not Telling

dobriux's Achievements

Newbie

Newbie (1/16)

  • One Month Later Rare
  • One Year In Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. No custom pvp server starting today!!! October 13, 18:00 GMT +3. Check us out https://l2fever.com. Here some of our features: Rates: » Xp 200x » Sp 200x. » Aden 1x. » Drop 1x. » PartyXp 1x. » PartySp 1x. » Starting character level – 76. Enchant rates: » Safe enchant +4. » Blessed and simple scrolls max enchant (+16). » Crystal scrolls max enchant (+18). » Simple enchant scrolls chance – 75%. » Blessed enchant scrolls chance – 80%. » Crystal enchant scrolls chance – 100%. Augmentations: » Mid life stone skill chance – 5%. » High life stone skill chance – 10%. » Top life stone skill chance – 15%. Unique features: » Main town – Giran. » Enchantable hero weapons(So hero weapons are not useless anymore). » Pvp title color system. » Working Giran Castle siege. » Stackable scrolls, lifestones, book of giants. » RB manager Npc. » In Game vote-reward system. » More than 10 active raid bosses. » Unique aden system. » Unique farming areas. » Npc skill enchanter. » A grade items for free. » Shops till top S grade. » Unique tattoos. » Npc buffer. » Scheme buffer. » Max count of buffs – 74. » Max subclasses – 5. » Free and no quest class change. » Free and no quest sub class. » Free nobless status. » No weight limit. » Top 20 pvp/pk npc in game. » Augmentation system (preconfigured). » Server information npc. » Unique monsters. » Offline trade system. » Interlude retail skills. » Server up-time [24/7] [99]%. » Balance classes. » No custom items ! » TVT event every 2 hours. » Unique event shop. » And many events held by gm’s. Clan: »Starting clan lvl – 8. »Reputation from mobs(Monastery of Silence). »Reputation from all raidbosses. »Clan eggs can be purchased for Ancient Adena. Olympiad game: » Retail olympiad game. » Competition period [1] week. » Olympiad start time [18:00] end [00:00]. » Olympiad start/end times can be found in olympiad manager. Zones: » Full Monastery of silence(All Floors). » Full Imperial tomb(except for four spechulers). »Antharas lair(enchant zone). »Hunters village(Enchant no pk). »Primeval isle(PvP/Flag zone). »Town of Dion(Newbie zone).
  2. Can someone share fixed IPNController.cs?
  3. I have one more question. Where and how can i edit skills in source?
  4. I stored everything on map, thank you for your answer i managed to do it in PlayerStat.java.
  5. I just creating useful tool for my server, when i will finish with this, i am going to create in game editable skills.
  6. Hello everyone. I am making my own balance system on Acis, and i got stuck on changing Pdef, Mdef, CritRate. I need to multiply calculated Pdef, Mdef or CritRate on activeChar based on his class. I found getPdef() function in CreatureStat.java. public int getPDef(Creature target) { return (int) calcStat(Stats.POWER_DEFENCE, _activeChar.getTemplate().getBasePDef() * ((_activeChar.isRaid()) ? Config.RAID_DEFENCE_MULTIPLIER : 1), target, null); } But then i multiply this return, it also applies on targets. So how do i make it apply only on players based on class? Sorry for very bad english.
×
×
  • 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