Jump to content

forsas

Members
  • Posts

    169
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by forsas

  1. i want create if player kill champion after spawn champion set lv2 this code set him but after spawn he don't be simple mob he is anyway champion lv2 some ideas? L2Attackable.java public boolean doDie(L2Character killer) { if(Config.L2JMOD_CHAMPION_ENABLE) { if(isChampion()) { setChampionlv2(true); return true; } } setChampion(false); setChampionlv2(false); //TODO if(Config.L2JMOD_CHAMPION_ENABLE) { //Set champion on next spawn if(!(this instanceof L2GrandBossInstance) && !(this instanceof L2RaidBossInstance) && !isChampionlv2() && this instanceof L2MonsterInstance && Config.L2JMOD_CHAMPION_FREQUENCY > 0 && getLevel() >= Config.L2JMOD_CHAMP_MIN_LVL && getLevel() <= Config.L2JMOD_CHAMP_MAX_LVL) { int random = Rnd.get(100); if(random < Config.L2JMOD_CHAMPION_FREQUENCY) { setChampion(true); } } }return true; }
  2. Don't work for c6?
  3. dont work .. ech
  4. nice share ,but i know that ;)
  5. tested not working... ech
  6. wery ty man nice share
  7. please share me in pm this topic :) http://maxcheaters.com/forum/index.php?topic=204917.0
  8. Sell l2java.com 5000x acc full active passive also 1.1k gc top 2 pvp (33k)
  9. So i play l2java.com and i saw ppl they are i think buggers because i put full evasion (active passive) and they also i have all missed but they 0 missed where i can find this bug? if someone play l2java.com and know please tell me.
  10. forsas

    need search

    http://l2java.com/forum/5000x-pvp-f13/wtf-its-going-here-lol-t2339.html anyone can read this topic and find that what this guy say? buaghahahaha you crying about +36, but before wipe was couple of players with +50 all sets :D and not C grade but S/A. screens wan on maxcheaters. dont know are they stil there or no.
  11. who psw l2phx.3.5.33.165.rar version?
  12. I know i say sorry.
  13. Anyone have green giran textures and can share? For interlude. Sorry wrong section. Like this: http://i34.servimg.com/u/f34/15/24/08/50/shot0011.jpg
  14. http://www.maxcheaters.com/forum/index.php?board=62.0 search
  15. Thanks for help but where is chance i paste: switch (Rnd.get(2)) { case 0: //spawn moob A break; case 1: //spawn moob B break; case 2: //spawn moob C break; } But every time spawn 0 and 1 mob 3 don't spawn...
  16. I need code... or how use this rnd.
  17. http://www.maxcheaters.com/forum/index.php?topic=106632.0 how on this made like one item but chance one or one monster spawn? like 57 item id and spawn mob 20002 or 20456...
  18. Anyone using scoria? When character move he sometimes move to fast how fix this? i read somewhere it is geoengine.java but no.
×
×
  • Create New...