Jump to content

scraw

Members
  • Posts

    203
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by scraw

  1. it seems interesting.i will test it and tell pm you if i have errors or stack somewhere.
  2. Hello. I need your help with autovotereward in l2jfrozen 1132.. L2jFrozen has already autovotereward in source ,but saddenly isn't work any more( idk if every one has this problem or just me). It was working fine last time i opened my server(early 2020) , i am configurate my new server now in same pack and now it seems it doesn't work at all. It Doesnt give even the message as it has to be. Usually it says " [AutoVoteReward]L2Network votes are 'x' next reward at 'x' votes.Check again in 'x' minutes! " and if the URL is not correct it says " [AutoVoteReward]L2Network is Offline we will check again when its online] " MY URL is correct and noone of those 2 message appear at all ,its like its DISABLED.(not even in gameserver.bat msg as error or something) my autovotereward.java https://pastebin.com/jeAQJ8XS
  3. Heal.java: if(!Config.PLAYERS_CAN_HEAL_RB && !activeChar.isGM() && target instanceof L2MonsterInstance) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); continue; } or try this : + if (target instanceof L2RaidBossInstance) + continue; + if (target instanceof L2GrandBossInstance) + continue; // Player holding a cursed weapon can't be healed and can't heal +if (target instance of L2MonsterInstance) +continue;
  4. yes soulshots are fine :)
  5. i have this error ..and i try both of solutions and both giving me error in console and server terminated. https://ibb.co/fYGpQfP code i use : https://pastebin.com/tKg1H2rW EDIT: FIXED you can lock it
  6. The other way is to add code for party matching ,specific mobs id drops the same items to all party members .
  7. Hello ,i am looking everywhere for " .raidinfo " voicecommand in L2jFrozen 1132. I found a code but it had many errors into..
  8. Just add in droplist of mob 1 ls and do it several times untill you reach the ammount you want . if you want 10ls by 1 mob.Just Add 10droplist ,1 ls eachone :/
  9. no it actual works ..thank you..i will send here if i notice any problem
  10. l2jfrozen 1132 have errors in code.
  11. thats make sense :D .Thanks for reply mate ! I'll try to find another vote machine . Merry christmas ,cheers !!
  12. i use this ..everything seems fine..no errors..BUT I change https (i used mine server into em) and when time of voting expired .Says "you havent vote.try again later" but the vote was counted in each site..
  13. be more specific..what exactly do you want..for wich pack
  14. ofc it work..find how is it typed the pAtk ..maybe its wroted P.atk or idk ..search the stat name of patk
  15. open your skills.xml and find one order with <mul ....(blablabla) and see how it is wroted ..
  16. i see error for 0x40 which is unused .its only for diff as @Trance said.. paste that .. <mul order="0x30" stat="pAtk" val="1.15"/>
  17. @MairHost is right .. he send you the full stats in first comment .. you have to give the order like : <mul val='1.10' order='0x10' stat='mAtk'/> (for 1% m atk) or <mul order="0x30" stat="mAtkSpd" val="1.15"/>(for 15% casting speed with different order)
  18. FIXED thank you so much mate.:thumpsup
  19. and whats the code for that ?;/ that gives me many error ( i have java 7 ) and almost everything dont exist in my sources like : getMembers @melron how i do that ? im noob af
  20. ok i will check now.and i will edit this messase when i compile.. EDIT: It work but not perfectly.. Now , when i am in zone and leave party "with player no1" teleport to nearest town only the player(no1) who left party..the other player(no2) is still in zone.
  21. + if (player.isInsideZone(L2Character.ZONE_UNUSED)) + player.teleToLocation(81035,148614,-3464); // Close the CCInfoWindow just like this? it doesnt need a check if isInParty?
  22. i did those without an error but still doesnt work :/ i also did it to an exist zone(like zone 32 which is unused) but nothing.ty for reply , is any other way ? .**EDIT: it worked i forgot to use "L2" before zone into zoneData..BUT still is only for teleport .i mean if u are inside zone and leave pt u arent teleport back
  23. @DukeAwesome @Zake opws grafw k sto topic ..ola itan comple dld ean eixa 15ls fainontousan kanonika san stackable " lifestone (15)" k afou evaza mia e3afanizontousan oles..opote itan astoxh h parathrhsh auth.wstoso to exw fix apo tote ,to provlima itan sto java tou "requestrefine".anyway ty for reply alla exoun perasei k 2mines :P
×
×
  • Create New...