Jump to content

Stewie

Banned
  • Posts

    1,771
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Stewie

  1.  

     

    Re: [Help] Custom PvP Zone

     

    Postby Silv3rMoon » Tue Oct 23, 2012 2:54 am

    Ok seeems noone understand what i wanna do....

     

    Example:

     

    I wanna make Antharas Lair PvP Zone...

     

    How to add when die in the zone to spawn there....

     

    i search and find alot guides... but noone actualy help me...

    I try make it "TownZone" not working... it spawn's at giran no metter what spawnpoint i make...

    I try make it "ArenaZone" working spawn but PvP's doesn't count so it's not realy good....

     

    c'mon someone gimme clue how can i make it.... i try... search... i don't want stupid autoflag zone's or....

    with stupid commands like .res ... i just want simple zone with respawn point's....

     

    HELP!!!!

     

     

    Also i don't have table "zone_vertical" in my database....

  2. Only few zones use multispawn system, such as TownZone. Either use such zone or edit core to extends such system.

     

    Yeah, as i see Primeval Isle is one of "TownZone" places....

     

    I tried to make like...

    Examle:

    Cruma Tower to be town zone but it spawn at dion....

    And when i make it "ArenaZone" It's working, so my question is... why 1 work, 1 don't and.... is there any way to make "ArenaZone" to be pvp - flag zone... or simple i just need to edit core?... i'm searching for alternative way as you guys see....

     

  3. I need new zone, custom to be added but i'm not able to see how exacly this happend...

    Would someone explain me.... all i read is this....

    Cuboid Zones:
    -------------
    
    Require 2 nodes (vertices), in order to make a Square, for example:
    
    O . . . .
    .       .
    .       .
    .       .
    . . . . O
    
    O = Node (vertice)
    
    
    NPoly Zones:
    ------------
    
    Require 3 or more nodes (vertices), in order to make a Polygon or another geometrical model, for example:
    
        O
       / \
      /   \
    /     \
    O - - - O
    
    O = Node (vertice)
    
    
    Cylinder Zones:
    ---------------
    
    Require 1 node (vertice) and radius, in order to make a Cylinder.
    
              *  *  *
          *             *
        *                 *
      *                     *
    *                       *
    *                         *
    *                         *
    *            O            *
    *                         *
    *                         *
    *                       *
      *                     *
        *                 *
          *             *
              *  *  *
    
    O = Node (vertice)
    * = Radius

     

    Doesn't help me alot...

     

     

    So it needs to be with random respawn location's...

     

    Also i use search but every guide i found have verticle_zone.sql... i don't have this... I'm using last rev of Freya...

     

    Also there are no ID's in my zone's...

    <!-- PVP Zones -->
        <zone name="dion_monster_pvp" type="ArenaZone" shape="NPoly" minZ="-3596" maxZ="0"> <!-- [20_23] -->
            <node X="11947" Y="183019" />
            <node X="12937" Y="183019" />
            <node X="12943" Y="184010" />
            <node X="11941" Y="184010" />
            <!-- TEMP FIX: Hardcoded until RespawnZones done -->
            <spawn X="11817" Y="182897" Z="-3560" />
            <spawn X="12438" Y="182887" Z="-3560" />
            <spawn X="13047" Y="182902" Z="-3560" />
            <spawn X="13061" Y="183518" Z="-3560" />
            <spawn X="13059" Y="184123" Z="-3560" />
            <spawn X="12430" Y="184133" Z="-3560" />
            <spawn X="11822" Y="184143" Z="-3560" />
            <spawn X="11803" Y="183473" Z="-3560" />
            <spawn X="12115" Y="182896" Z="-3560" />
            <spawn X="12740" Y="182901" Z="-3560" />
            <spawn X="13059" Y="183199" Z="-3560" />
            <spawn X="13049" Y="182796" Z="-3560" />
            <spawn X="12740" Y="184138" Z="-3560" />
            <spawn X="12172" Y="184133" Z="-3560" />
            <spawn X="11820" Y="183806" Z="-3560" />
            <spawn X="11811" Y="183209" Z="-3560" />
            <spawn X="11817" Y="182897" Z="-3560" isChaotic="true" />
            <spawn X="12438" Y="182887" Z="-3560" isChaotic="true" />
            <spawn X="13047" Y="182902" Z="-3560" isChaotic="true" />
            <spawn X="13061" Y="183518" Z="-3560" isChaotic="true" />
            <spawn X="13059" Y="184123" Z="-3560" isChaotic="true" />
            <spawn X="12430" Y="184133" Z="-3560" isChaotic="true" />
            <spawn X="11822" Y="184143" Z="-3560" isChaotic="true" />
            <spawn X="11803" Y="183473" Z="-3560" isChaotic="true" />
            <spawn X="12115" Y="182896" Z="-3560" isChaotic="true" />
            <spawn X="12740" Y="182901" Z="-3560" isChaotic="true" />
            <spawn X="13059" Y="183199" Z="-3560" isChaotic="true" />
            <spawn X="13049" Y="182796" Z="-3560" isChaotic="true" />
            <spawn X="12740" Y="184138" Z="-3560" isChaotic="true" />
            <spawn X="12172" Y="184133" Z="-3560" isChaotic="true" />
            <spawn X="11820" Y="183806" Z="-3560" isChaotic="true" />
            <spawn X="11811" Y="183209" Z="-3560" isChaotic="true" />
        </zone>

     

     

    Also i tryed

    Example: i want to do on primavel island the zone with more spawns at death.

    I do like this:

     

           

     

    <zone type="ArenaZone" shape="NPoly" minZ="-4290" maxZ="-1290"> <!-- [20_17] primeval_peace1 -->
    	<node X="10408" Y="-27395" />
    	<node X="12065" Y="-25334" />
    	<node X="12223" Y="-23159" />
    	<node X="10424" Y="-22340" />
    	<node X="9566" Y="-23131" />
    	<node X="9290" Y="-24261" />
    	<spawn X="9579" Y="-23342" Z="-3710" />
    	<spawn X="7053" Y="-23581" Z="-3704" />
    	<spawn X="9721" Y="-22087" Z="-3688" />
    	<spawn X="10472" Y="-24629" Z="-3656" />
    	<spawn X="11146" Y="-24891" Z="-3651" />
    </zone>

     

     

    Like this the player dont get pvp,flag or pk ...

    I tryed to add as : NorestartZone,NoStoreZone,almost every zone,work the flag but dont work the multiple spawn...so could someone say to me how to work the flag and the spawn too?

  4. Hello i wanted to ask if soneone of you have time to make me a signature..

     

    Theme: l2 human fighter,with heavy armor if possible.

    Size: w/e but not a big one pls.

    Text: Mathew

    Subtext: The Only One

     

    Thnx for those that will give a try.

     

    12345.gif

     

    Done, for 5 min... It's ugly but can't give more...

  5. yeah, but you can discuss other things too :)

    and since Lineage 3 will be an entirely new game I doubt it will be much "star wars"

     

    I think last real LineageII is Interlude, and last acceptable version of L2 is Freya....

  6. no that's not spam,you're true.

     

    but spam,expect these annoying replies 'ty,'gj' and such, is to have done in 10minutes 20-25post.

     

    Well normaly after i finish my work, i start view the forum [ just cuz i got nothing else to do...]

    And i never done this...

    Check Lineage II Develop [Client] section. Silv3rMoon have post in 18 topics for 3 minutes.

     

    I was online whole night... and in morning i saw this...

     

  7. Wow, some ppl should really play Lineage 2 here. Reuse time of skills are static (not affected by m/atk spd) since postIL (GF I think). That's not a bug, so if you want previous system, then copy previous chronicles (doCast() method from L2Character if I remember).

     

    My comment is ok if you use postIL chronicles, if you don't then next time avoid to waste my time and give all informations before making a topic.

     

    You are trying to say that if i have 1900 cast and 1500 cast my reuse of skills will ba same?? ...

  8. Okey one simple question about spam... becouse i'm newbie at forum's... is it spam if reply to each topic you view... just to say your mind....

    becouse i tough spam is to make's reply's like "thanks"  on each topic you visit...

    or to re-peat one and same post alot time's....

     

    Correct me if i'm wrong but i think this is spam :D

×
×
  • 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