Jump to content

SienTo

Members
  • Posts

    133
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SienTo

  1. Δεν μου αρεσουν τα mid rate server και στην ουσια δεν εχω ασχολειθει πανω σε mid server..οσο για τα αugments πιστευω οτι αμα ειναι stuckable ο σερβερ θα ειναι unbalance..dagger/archer server..

    Το θέμα δεν είναι τι αρέσει στον admin αλλά στους player.

    Όσο για το unbalance που λες συμφωνώ αλλά 1ον: who cares?

    και 2ον: Μπορείς να βάλεις archery ressistance / dagger ressistance

    πάνω σε μια robe ή σε 1 tattoo.

  2. Το είδα το script.

    Δε μου λες, τα scroll που κάνεις enchant είναι Normal ή Blessed Enchant Scrolls?

     

    //edit: ΕΛΕΟΣ!!! Πάλι καλά που έβαλες το screenshot.

    Εσύ στο όπλο έχεις βάλει Arcane Mace Acumen ενώ το όπλο λέγετε Arcana Mace Acumen.

     

    //edit2: Άν δεν δουλέψει, τότε κλείσε το Lineage, κλείσε το L2Tower, σβήστο και από το Tray (κάτω δεξιά), άνοιξε το enchantbless.lua με σημειωματάριο.

    Αντέγραψε το script:

    -- SCRIPT CONFIGURATION!
    
    item_name = "Arcana Mace"
    enchant_name = "Scroll: Enchant Weapon (S-Grade)"
    blessed_enchant_name = "Blessed Scroll: Enchant Weapon (S-Grade)"
    max_enchant = 25
    max_safe_enchant = 3
    delay = 2100
    
    -- END OF SCRIPT CONFIGURATION
    
    -- HELPER FUNCTIONS
    function enchantResult()
      return GetEnchantManager():getLastResult()
    end
    
    function getItemByName(name, maxenchant)
    invList = GetInventory();
    for item in invList.list do
    	if item.Name == name and item.Enchanted < maxenchant then
    		return item
    	end
    end
    end
    
    stats = {}
    
    function registerSuccess(base)
    if stats[base] == nil then
    	stats[base] = { success = 0, failure = 0 }
    end
    stats[base].success = stats[base].success + 1
    end
    
    function registerFailure(base)
    if stats[base] == nil then
    	stats[base] = { success = 0, failure = 0 }
    end
    stats[base].failure = stats[base].failure + 1
    end
    
    function printStatistics()
    for i,v in ipairs(stats) do
    	ShowToClient("Enchant", "[" .. 	i - 1 .. "->" .. i .. "] Rate: success: " .. v.success .. " / fail: " .. v.failure .." (" .. ( v.success  * 100 )/ ( v.success + v.failure ) .. "%)")
    end
    end
    
    -- MAIN LOOP!
    
    while true do
    -- find item for enchanting
    item = getItemByName(item_name, max_enchant)
    if ( item == nil ) then
    	ShowToClient("Enchant", "Out of items" )
    	break
    end
    -- find proper enchant scroll
    enchant = nil
    if ( item.Enchanted >= max_safe_enchant ) then
    	enchant = getItemByName(blessed_enchant_name, 20)
    else
    	enchant = getItemByName(enchant_name, 20)
    end
    
    if ( enchant == nil ) then
    	ShowToClient("Enchant", "Out of enchants")
    	break
    end
    
    	GetEnchantManager():setDelay(delay)
    GetEnchantManager():setEnchantId(enchant.objectId)
    GetEnchantManager():setItemId(item.objectId)
    GetEnchantManager():Enchant()
    
    while ( enchantResult() == Enchant.ENCHANT_PENDING ) do
    	Sleep(200)
    end
    
    if ( enchantResult() == Enchant.ENCHANT_SUCCESS ) then	
    	Sleep ( 500 ) -- sleep so item data is updated
    	item = GetInventory():FindById(item.objectId)
    	ShowToClient("Enchant",  item.Name .. " is now +" .. item.Enchanted);
    	registerSuccess ( item.Enchanted )
    elseif ( enchantResult() == Enchant.ENCHANT_FAILURE ) then
    	ShowToClient("Enchant",  item.Name .. " failed on " .. item.Enchanted .. " -> " .. item.Enchanted+1)
    	Sleep ( 500 ) -- sleep so item data is updated
    	registerFailure ( item.Enchanted + 1)
    end
    printStatistics()
    end
    ShowToClient("Enchant", "Enchant script finished")
    printStatistics()

    Κάνε επικόλληση μέσα στο enchantbless.lua.

    Αποθήκευσε το, άνοιξε tower και 100% θα δουλέψει.

  3. To script σωστό είναι.

    Μήπως δεν πάτησες το Play (>) από τα scripts;

    Μήπως θέλει στο Tower να πατήσεις πρώτα Stop All και μετά να το ξεκινήσεις;

    Μήπως πρέπει να βγάλεις το Pause ON;

    Τα έχεις δοκιμάσει αυτά;

  4. Mid Rate

    Noblesse system apo NPC

    To Letter sto GMShop

    1 Farm item

    Auguments NG 5% Chance,MG 10% HG 15% TG 25 %

    Buffer me to megisto orio 2 wrwn Kai Custom GK...

    to polu na exeis 2-3 Custom NPC's

    Alla oxi Armors weapons klp

    Σχετικά με forum αν χρειάζεστε τίποτα let me know.

     

    Πάντως, εγώ θα συνιστούσα τον mid rate server μιας και αυτοί πιάνουν στις μέρες μας.

    Ένας καλοστημένος x45-x75 Interlude είναι ότι πρέπει.

    Βλέπω mid rate servers να είναι **** και έχουν 120-150 online.

     

    Κάποιες ιδέες για τον mid rate:

    Rates:

    XP/SP: x70

    Party XP/SP x1.20

    Adena x150 (or more but i think it's ok)

     

    Normal Enchant Scrolls 64%

    No Blessed Scrolls

     

    Mantra System worldwide dropable (lvls: 1-85)

    Exchange Mantra + 100.000 adena => 1st class change

    Exchange Mantra + 1.000.000 adena => 2nd class change

    Exchange Mantra + 10.000.000 adena => 3rd class change => Player's Reward: (BOG maybe?)

     

    PvP System [1 pvp = 1 pvp coin] - [1 pvp coin = 10 GCPotions]

    Pk System [1 pk = 2 pvp coin] - [2 pvp coin = 20 GCPotions]

    Anti PvP-Pk feeding system!

     

    Augment chances: NG 5% ,MG 10% HG 15% TG 25 %

     

    Buff slots: 24+4

    Buffs last: 2 hours (cov, cat,seraph 2 hours too) Including Greater Shield + Greater Might

    Buffer: Simplified

    Buffs: Major prophet buffs lvl 3

    Dances: 3Red 3Blue

    Songs: Earth / Wind / Warding / Vitality / Renewall

     

    1 Farm Zone (which gonna be pvp zone too) Pegans Temple or whatever (somewhere wide).

     

    Τώρα για pvp servers σε Interlude πιστεύω οι καλύτεροι είναι με stuckable augmentation

    (όχι τα stats που δίνει το Augment αλλά τα Active Skils.)

  5.     Other Features

        Bufftime 2 hour for all Buffs

        NPC Fullbuffer[without Resists]

        Buffslots 26+4 Divine Inspiration

        Weekly Hero Period

        Autovote Reward

        Auto Events Vote/Event Exchanger

        No Seven Sign Period

        Free Class/Sub Change

        No Penality for Blue Mobs

        Material Shop

        Shop till B Grade

        Nobless Letter Buyable

        Trader Zone in Giran

        Ballanced Classes

        Dualbox allowed

     

        www.L2FOG.com

    Here it says Shop till B Grade

     

    Special Features

    » NPC Fullbuffer [without Resist Buffs]

    » Bufftime 2 hours

    » Buff slots 26 + 4 Divine Inspiration

    » Gmshop till C grade

    » Material Shop

    » Dungeon's Gatekeeper

    » Blacksmith and Merchant of Mammon in Giran

    » Free Sub and Class Change

    » Heroes weekly

    » Security Programm Lameguard

     

    Website says Shop till C Grade

     

    So... which one is true?

  6. Thx. Website was been translated to Lithuanian and English languages.

    www.l2absolute.eu

    Hey!

    I do like ur website and i don't think it's a failed one.

    As about the translation, why don't u make douple HTMLs?

    It will make ppl's life easier. It's much better to press on 333ygbd.jpg]LT or 2h664y0.jpg]UK

    in the right corner of the screen (just an example) instead of double translating the page.

     

    There is a thing with ur shoutbox though.

    It makes the website look so owfull. It may be much better if u simply remove it.

  7. failed server cause the staff suck....admin post at forum:we will re-spawn the rb tommorow cause totay the rb is too hard and clans can't kill it....0ax00a0ax0ax0ax epic....

    So... where exactly is the fail?

    Maybe it is that the RB was ultra hard to kill or maybe because they respawned it the next day?

    As about the rates, it's indeed x70. I went in 1 day 77 lvl Cardinal. (Included 3rd Class)

    Don't say that Custom Farm Zones have Undead Mobs cuz the next day i made a TH/Archer/Warlock/Helped my whole clan to lvl up.

  8. I really wonder... why everybody makes a website into his own language?

    If you want other ppl from foreign countries to join ur server, they should understand what you write

    or what you want to say. In your website... i understand the absolute nothing!

    So why should i give it a try since there is nothing there for me?

  9. Ποια έκδοση έχεις; 1.4.1.72 ή 1.4.1.70;

    Άν έχεις την 1.4.1.72, δούλευε σε παλιότερη έκδοση;

    Τα ID στο script των Enchant Scroll και του weapon είναι τα σωστά;

     

    Καλύτερα να ρωτήσεις και στο ίδιο το φόρουμ του Tower όμως δες μήπως φταίνε τα id.

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