Jump to content

ArchangeLBHG

Members
  • Posts

    24
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ArchangeLBHG

  1. no nothing....

     

    But i changed again and again the xml and it eventually worked !!

     

    The problem is that it didnt work for all the buffs . I changed duration of songs and dances but even though i changed normal buffs duration they didnt changed :

     

    Berseker Spirit (1062) , Bless Shield (1243) , Bless the body (1045) , Bless the Soul ( 1048) , empower (1059) ,

    focus ( 1077) , guidance (1240 ) , haste (1086) , concentration (1078) , death whisper (1242) , magic barrier (1036) , might (1068) , Shiled ( 1040) and Wind Walk ( 1204 ) .

     

    Those are the buffs that didnt change ... Anyone has any ideas what the problem is ?

  2. Hello !! I am working on my server using l2jFrozen Interlude .

     

    I want to change the duration of buffs . For example i want bersekers spirit = 1 hour , wind walk = 1 hour , cov = 10 minutes .

     

    There is a file in data/config named other.properties and i tried to change buff time there .

    Here is the part of this file i changed :

     

    # --------------------------------------
    #  Alternative time buffs  -
    # --------------------------------------
    # When the reads, buff, and their duration.
    # Format: id_skill time; id_skill2, time2 ;....
    # Example:
    # SkillDurationList = 264,3600; 265,3600; 266,3600; 267,3600; 268,3600; \
    # 269.3600, 270.3600, 304.3600, 305.1200, 306.3600, 308.3600, 349.3600; \
    # 363.3600, 364.3600
    # Default: false
    EnableModifySkillDuration = True
    SkillDurationList = 1062,3600; 1204,3600; 1068,3600; 1363,600;

     

    Well... Nothing happened .... In-game nothing changed :/ ( I restarted the server and still nothing ) .

     

    Any ideas how to change buffs duration please ? :D

     

     

     

    Modify : I forgot to mention that i tried to change data/stats/skills/<skillsidrange>.xml file but it didnt work either :/

  3. lathos to geodata  einai gia enan dskopo opos px enas na min mpori o alos na pari ena kastro apoekso den kserete tpt mathenete apo emena kai kana alous dio tris meriki kai heklparete atoma kai den dinete gredis pios sas ta dikse gia aftyo sas leo nooobadakia kai sta papariamou an apareksigeste lipon file an exis intertlude prepi na bali gia interlude geodata ine na min pernas mesa apo ixous o papaditsa kai kana dio akomi kanqa share me guide parapoqano den mporo na help

     

     

    ok thx!! θα κοιτάξω τα guide τους τότε !!

  4. Νιώθω ότι θα με κράξετε αλλά τώρα πριν λίγο κάθισα και σκέφτηκα ότι παίζω τόσο καιρό lineage αλλά δεν ξέρω τι είναι Geodata.... -.-  :alone:

     

    Έκανα ένα σύντομο search και δεν βρήκα τίποτα αξιόλογο  :/

     

    Μπορεί σας παρακαλώ κανείς ( :good sir: ) να μου εξηγήσει ( έστω και σύντομα :) ) τι είναι Geodata ; 

  5. at gameserver.java

     

    Util.printSection("Doors");

    DoorTable.getInstance().parseData();

    + DoorTable.getInstance().getDoor(50).openMe();

    + DoorTable.getInstance().getDoor(50).openMe();

     

    where 50 is the doorId (put urs)

     

    PS: Doors often use 2 IPs because most are double thats why I added two lines of openMe();

     

    and you can also try:

     

    Util.printSection("Doors");

    DoorTable.getInstance().parseData();

    + DoorTable.getInstance().getDoor(50).openMe();

    + DoorTable.getInstance().getDoor(50).openMe();

    + DoorTable.getInstance().getDoor(50).decayMe();

     

    decay will remove the door but first try the first code and then this and tell me your results

     

    You are awesome :D Thanks a lot !

  6. I only have this : door.csv....

     

    And it looks like this :

     

    # Doors on region 16_20:
    
    #Normil's Garden
    Normils_garden_01;16200001;-109704;76424;-12656;-109819;76415;-12656;-109589;76435;-12612;158250;644;518;False
    Normils_garden_02;16200002;-110856;77960;-12848;-110874;77861;-12848;-110838;78060;-12804;158250;644;518;False
    Normils_garden_03;16200003;-111624;77960;-12848;-111642;77861;-12848;-111606;78060;-12804;158250;644;518;False
    Normils_garden_04;16200004;-107587;80604;-12946;-107607;80506;-12946;-107573;80702;-12886;158250;644;518;False
    Normils_garden_05;16200005;-109120;80648;-12944;-109141;80451;-12944;-109100;80844;-12876;158250;644;518;False
    Normils_garden_06;16200006;-108676;82444;-12912;-108830;82290;-12912;-108521;82599;-12844;158250;644;518;False
    Normils_garden_07;16200007;-110475;83143;-12912;-110658;83137;-12912;-110287;83150;-12828;158250;644;518;False
    Normils_garden_08;16200008;-112264;82440;-12912;-112416;82286;-12912;-112109;82594;-12844;158250;644;518;False
    Normils_garden_09;16200009;-111824;80648;-12944;-111845;80451;-12944;-111804;80844;-12876;158250;644;518;False
    Normils_garden_10;16200010;-107588;83677;-12913;-107608;83580;-12913;-107575;83776;-12855;158250;644;518;False
    Normils_garden_11;16200011;-110472;84488;-13008;-110587;84479;-13008;-110357;84499;-12964;158250;644;518;False

     

    ( thats only a part of it obviously :P )

    ( that "false" in the end is to set if the door is attackable or not ... i tested it ... :/

  7. I told you the soluttion, search your xmls for the door.xml, dont demand everything ready for you, that file is somewhere on your pack,

     

    what is your chronicle/pack?

     

    interlude... i use l2jfrozen...

     

    and i dont wait everything ready...i searched a lot...i deleted the door from doors.cfg and from staticobjects.dat in client but nothing happened .

     

    Then you told me about xml and i searched my xmls but i didnt find any door xml :/

     

    I dont think i ask for too much :P Just tell me where your door.xml is :D

     

     

    Thanks .

  8. go to tour doors.xml and make defaultStyle from "closed" to "open"

    you cant delete it, you can just delete the code from the server but it will remain on the client but dead

     

    where is this door.xml ? i can only find door.csv and it doesnt have " closed " / " open " ...

     

    you cant.

    do it normal

    target door

    //open //close

     

    if i do this will they remain open forever ? or they will close again on server restart ?

     

  9. ΕΨΑΞΕΣ? ΔΕΝ ΝΟΜΙΖΩ....

    http://maxcheaters.com/forum/index.php?topic=150918.0

    Εάν θέλεις και άλλες μην με ρωτήσεις. ΑΠΛΩΣ ΨΑΞΕ!

     

     

     

    ΑΧΑ ΒΓΗΚΕΣ ΕΕ ΜΠΡΑΒΟ ΣΟΥ. ΑΞΙΟΣ

     

    Εεε... Δεν είχα βρει για Frozen :P Μόνο του StinkyMadness αλλά κάτι δεν δούλευε καλά ( μάλλον δικό μου λάθος ) .

×
×
  • Create New...