Jump to content

nikosdevil20

Members
  • Posts

    765
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nikosdevil20

  1. i think l2j pack is good...i dont know any other "popular" pack for gracia final..
  2. maybe no maybe yes...sometimes maybe havent errors but maybe forgot some lines to add...check again the lines if you have added all...
  3. check if you add correct the code and all parts and all lines..
  4. you have something wrong in code. check L2EventManagerInstance.java file if all are correct...i think from here is the problem..something missing or something is wrong..and i think have command .event or something like this. check if command work
  5. i must fix this code. have fails in configs. 1st post update in some mins.
  6. i try find in eclipse the code of spawn you in arena and the code in eclipse of start the waiting time for open the doors and start the match.
  7. problem fixed. the problem is from some codes in core and in zone.xml file..
  8. someone say me old l2j have this code but remove and fix some things about this for phx hacks.. i have already try search for this in google but i dont find something like this..
  9. 1st gj for your share and for your work..2nd you can give me link for download the client of work this pack? cuz i havent idea about GOD :)
  10. im not sure but i think : val= "OP_ACTIVE"/> val="OP_PASSIVE"/>
  11. edw einai: data/zones/zone.xml vres to kai psaxe gi ayto edw: <zone id="16385" name="Custom" type="MultiFunctionZone" shape="NPoly" minZ="-15000" maxZ="-10000"> + <node X="130000" Y="160000" /> + <node X="130000" Y="130000" /> + <node X="160000" Y="130000" /> + <node X="160000" Y="160000" /> + </zone> episis meta ap ayto psaxe na sviseis kai to clanwarzone gt exeis kai s ayto error sto gs
  12. go data/zones and go in search bar write multi kai meta pata periexomena arxeiou kai opoio arxeio s vgalei anoixeto kai kane search gia multi
  13. go data/zones/peace_zones and search for multifunction zone and remove it. and as i see you have clanwarzone in your pack. i dont know what is this sh1t clanwarzone but if you have remove it and this from source remove it and from data/zones/find the file of clanwarzone
  14. are you sure you havent any custom zone? i dont know more for frozen..
  15. check in code this place: --- head-src/com/l2jfrozen/gameserver/network/serverpackets/Die.java (revision 948) +++ head-src/com/l2jfrozen/gameserver/network/serverpackets/Die.java (working copy) @@ -31,6 +31,7 @@ import com.l2jfrozen.gameserver.model.entity.event.TvT; import com.l2jfrozen.gameserver.model.entity.siege.Castle; import com.l2jfrozen.gameserver.model.entity.siege.Fort; +import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; /** * sample 0b 952a1048 objectId 00000000 00000000 00000000 00000000 00000000 00000000 format dddddd rev 377 format @@ -64,7 +65,8 @@ || (DM.is_started() && player._inEventDM) || (CTF.is_started() && player._inEventCTF) || player.isInFunEvent() - || player.isPendingRevive()); + || player.isPendingRevive() + || (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive)); } _charObjId = cha.getObjectId(); _fake = !cha.isDead(); something from here is wrong. if your error continue search for 1 clean Die.java file in google and search for the differences with yours Die.java file
  16. 1st check if this error you got when you are in pvp zones or in all zones..example go oute of giran die and see if you got this error...2nd check this is the code from multifunction zone: http://pastebin.com/7kf9eYTD
  17. check if have multifunction zone in this pack or other custom zone
  18. what new you change or what new you add in your source? you do something wrong in code add or something you change
  19. [en] hello guys..i search for find in my pack the code of spawn you in olympiad arena when you are registered and the code of when you are in arena start waiting time for open the doors and start the match..but i cant find in files of i search this place of spawn you in arena and the place of start waiting time for open the doors and start the match. can anyone show me the place or the directory from this code? i use l2j freya but if someone know this place from other pack post here..ty :) [gr] kalisperes...psaxnw sto pack m (l2jfreya) na vrw to simeio pou se kanei spawn stin arena kai to simeio pou xekinaei na metraei o xronos gia na anoixoun oi portes kai na xekinisei to match. epsaxa se kapoia files sto eclipse alla den mporesa na vrw akrivws auta ta 2 simeia pou psaxnw. an kapoios gnwrizei se poio file einai sto eclipse i se poia diadromi i akoma kalitera se poio akrivws simeio einai ayta ta 2 pramata as einai kai apo allo pack den me peirazei as kanei ena post...ty
  20. preconf packs are not allowed and this as i see havent source...
  21. FIXED LOCK REQUEST!!!!!!!!! hello...i have phoenix engine in my pack (l2jfreya). i got errors in eclipse but build normal and event works perfect. the error is this: photo1 : photo2 : event work normal and i can compile normal without fail. i havent any error on gs but my eclipse is full red tasks... anyone know how i can fix this or if i can "hide" this errors? or if i can use something same "ignored" for dont show me this errors? (sorry for my bad english)
×
×
  • Create New...