Reikalinga pagalba del. Buffs zonos

    
  1. Atsijungęs

    Jeppi

    Pranešimai: 0

    Sveiki, iskilo tokia beda, niekaip nepadarau, kad .buffs komanda veiktu tik mieste.
    Surasau viska taip :
    # Npc Buffer - scheme buffer - set buffs - single buffs
    BufferNpcId = 50019
    BufferEnabled = True
    BufferUseCommand = True
    BufferCommand = buffs
    BufferPrice = 1000
    BufferUseBBS = True
    BufferExcludeOn = RB OLYMPIAD SIEGE EVENT ATTACK PVP


    Bet veikia vistiek uz miesto ribu. Jei irasau peace, mieste panaikina, viskas ok, O vat kodel neina uz miesto panaikint ?
    l2Character.java
    
    /** The Constant ZONE_PVP. */
    	public static final int ZONE_PVP = 1;
    

    buffhandler.java
    else if(PowerPakConfig.BUFFER_EXCLUDE_ON.contains("PVP") && activeChar.isInsideZone(L2Character.ZONE_PVP))
    			msg = "Buffer is not available in this area";
    Paskutinį kartą redagavo: Jeppi 14 Gruodžio 2013 - 22:53
    14 Gruodžio 2013 - 22:50 / #1
  2. 
  3. Atsijungęs

    mlnderii

    Pranešimai: 0

    koki cia pack naudoji?
    15 Gruodžio 2013 - 10:09 / #2
  4. 
  5. Atsijungęs

    Jeppi

    Pranešimai: 0

    mlnderii,
    Frozenas
    15 Gruodžio 2013 - 11:36 / #3
  6. 
  7. Atsijungęs

    Jeppi

    Pranešimai: 0

    Irasius ALL komanda uzblokuoja visur, mieste, uz miesto, o vat kodel irasius tik PVP, uz miesto vistiek veikia?
    15 Gruodžio 2013 - 13:26 / #4
  8. 
  9. Atsijungęs

    povis111

    Pranešimai: 0

    Jeppi,
    bandyk toki pridet
    
    else if(!activeChar.isInsideZone(L2Character.ZONE_TOWN))
    			msg = "Buffer is not available in this area";
    
    15 Gruodžio 2013 - 14:06 / #5
  10. 
  11. Atsijungęs

    Jeppi

    Pranešimai: 0

    idejus neranda tokios zonos. Eclipse error.
     [javac] Compiling 1471 source files to C:UsersJonasworkspacegameserveruildclasses
        [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
        [javac] C:UsersJonasworkspacegameserverhead-srccoml2jfrozengameserverpowerpakBufferBuffHandler.java:92: error: cannot find symbol
        [javac] 		else if(!activeChar.isInsideZone(L2Character.ZONE_TOWN))
        [javac] 		                                            ^
        [javac]   symbol:   variable ZONE_TOWN
        [javac]   location: class L2Character
        [javac] Note: C:UsersJonasworkspacegameserverhead-srccoml2jfrozenprotectionCatsGuard.java uses or overrides a deprecated API.
        [javac] Note: Recompile with -Xlint:deprecation for details.
        [javac] 1 error
        [javac] 1 warning
    
    BUILD FAILED
    C:UsersJonasworkspacegameserveruild.xml:65: Compile failed; see the compiler error output for details.
    
    Total time: 19 seconds
    


    L2Character.java zonos visos. Gal reiketu cia darasyti ta town zona, bet koks ID?
    public static long TOGGLE_USE = 0;
    
    	/** The Constant ZONE_PVP. */
    	public static final int ZONE_PVP = 1;
    	
    	/** The Constant ZONE_PEACE. */
    	public static final int ZONE_PEACE = 2;
    	
    	/** The Constant ZONE_SIEGE. */
    	public static final int ZONE_SIEGE = 4;
    	
    	/** The Constant ZONE_MOTHERTREE. */
    	public static final int ZONE_MOTHERTREE = 8;
    	
    	/** The Constant ZONE_CLANHALL. */
    	public static final int ZONE_CLANHALL = 16;
    	
    	/** The Constant ZONE_UNUSED. */
    	public static final int ZONE_UNUSED = 32;
    	
    	/** The Constant ZONE_NOLANDING. */
    	public static final int ZONE_NOLANDING = 64;
    	
    	/** The Constant ZONE_WATER. */
    	public static final int ZONE_WATER = 128;
    	
    	/** The Constant ZONE_JAIL. */
    	public static final int ZONE_JAIL = 256;
    	
    	/** The Constant ZONE_MONSTERTRACK. */
    	public static final int ZONE_MONSTERTRACK = 512;
    	
    	/** The Constant ZONE_SWAMP. */
    	public static final int ZONE_SWAMP = 1024;
    	
    	/** The Constant ZONE_NOSUMMONFRIEND. */
    	public static final int ZONE_NOSUMMONFRIEND = 2048;
    	
    	/** The Constant ZONE_OLY. */
    	public static final int ZONE_OLY = 4096;
    	
    	/** The Constant ZONE_NOHQ. */
    	public static final int ZONE_NOHQ = 8192;
    	
    	/** The Constant ZONE_DANGERAREA. */
    	public static final int ZONE_DANGERAREA = 16384;
    
    Paskutinį kartą redagavo: Jeppi 15 Gruodžio 2013 - 14:21
    15 Gruodžio 2013 - 14:20 / #6
  12. 
  13. Atsijungęs

    povis111

    Pranešimai: 0

    kai naudojau frozena dar buvo, vadinas keisk i L2Character.ZONE_PEACE :D
    15 Gruodžio 2013 - 14:24 / #7
  14. 
  15. Atsijungęs

    Jeppi

    Pranešimai: 0

    Nieko nesupratau kaip cia taip, bet aciu, veikia :)) Tai dabar jei taipat irasyciau OLY ir kitas zonas, tai jose veiktu?
    15 Gruodžio 2013 - 14:29 / #8
  16. 
  17. Atsijungęs

    povis111

    Pranešimai: 0

    ne, dabar veiks tik towne, daugiau niekur :D
    15 Gruodžio 2013 - 15:34 / #9
  18. 
  19. Atsijungęs

    Jeppi

    Pranešimai: 0

    Labai gerai, dekui dar karta :)
    15 Gruodžio 2013 - 15:38 / #10