Jump to content

marinebun

P-Server Owner
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by marinebun

  1. --- UPDATE V0.8 ---

    --- REMOVED ACCESSORIES, WEAPONS AND ARMOURS DROP FROM MOBS (YOU CAN DROP THEM FROM METIN STONES) ---
      - YOU WILL STILL DROP SOME UNTIL I CLEAN THE "COMMON DROP ITEM -  
    --- ADDED A VERY LOW CHANCE TO DROP CHESTS FROM MOBS WHICH GIVE ITEMS DIRECTLY +9 ---

    --- PLEASE DOWNLOAD THE V0.8 CLIENT ---

  2. --- UPDATE V0.7 ---

    --- ADDED Seon-Pyeong COLLECTING QUESTS FOR LEVEL 92,94,96 ---
    --- ADDED DESCRIPTION TO ALL THE NEW ITEMS THAT I ADDED ---
    --- ADDED MISSION BOOK QUESTS ---
    --- MISSION BOOK QUESTS WILL REWARD YOU WITH 1X,2X,3X,4X RED,WHITE OR BLUE POWERBALL DEPENDING ON THE DIFICULTY ---
    --- THESE POWERBALLS CAN BE USED AT Baek-Go TO CRAFT MOUNTS AND PETS (ONE OF EACH FOR NOW) ---
    --- ADDED DROP FOR ITEMS +6 TO THE METIN STONES WITH + ---
    --- REWORKED METIN STONES DROP TO BETTER MATCH THIER LEVEL ---
    --- ADDED LEVEL 75 WEAPONS DROP TO THE LEVEL 95 METIN STONE AND IT'S + VARIANT ---

    --- PLEASE DOWNLOAD CLIENT V0.7 ---

  3. --- UPDATE V0.6 ---

    --- YOU CAN NOW CRAFT AZRAEL ITEMS AT THE CATACOMB GUARD ---
    --- ADDED 2 NEW ITEMS (GRIFFON HEAD AND 4 SHIELDS) WICH WILL BE NEEDED TO CRAFT AZRAEL ITEMS ---

    --- PLEASE DOWNLOAD THE V0.6 CLIENT ---

     

    100% rates for 72 hours

  4. --- UPDATE V0.5 ---

    --- MOONLIGHT AND HEXAGONAL CHESTS DROP CHANCE GREATLY INCREASED ---
    --- ADDED NEW BONUS TO THE LEVEL 30 AND LEVEL 75 WEAPONS (Strong against Metin Stones) ---
    --- REMOVED FLOWERS DROP AND ADDED DROP FOR 3 NEW CHESTS WITH FLOWERS BASED ON LEVEL ---
    --- ADDED A VERY LOW CHANCE OF DROP FOR ITEMS WITH WHICH YOU CAN SUMMON VEINS,STONES AND BOSSES ---

    --- PLEASE DOWNLOAD THE V0.5 CLIENT ---

  5. --- UPDATE V0.2 ---

    --- NEW LEVEL 5,10,15 METINSTONES - LOCATED IN GUILDLANDS
    --- NEW LEVEL 35 METINSTONE - LOCATED IN DESERT
    --- NEW LEVEL 65 METINSTONE - LOCATED IN SNAKEFIELD
    --- NEW LEVEL 75 METINSTONE - LOCATED IN GIANTS LAND
    --- NEW LEVEL 95 METINSTONE - LOCATED IN GROTTO OF EXILE 1

    --- PLEASE DOWNLOAD THE V0.2 CLIENT ---

  6. Site: https://vivy-world2.site/?lang=en
    Download: https://vivy-world2.site/download
    Discord: https://discord.com/invite/qAQxzsMrwf

     

    Server language: English
    Server type: PVM medium/hard
    Open channels: 4
    Maxiumum level: 120

     

    Presentation:

     

    Starting items:

     

    Shops:

     

    Crafting:

     

    Evolutions:

     

    ALL YOUTUBE VIDEOS:
    https://www.youtube.com/@vivy-world2/videos

     

    --- Stones can be upgraded up to +4 at Seon-Pyeong.
    --- You should sell the stones you don't need, they're worth something.

     

    --- You can drop stones +4 at the v3 Ice Witch.
    --- You can drop stones +5 at the v4 Ice Witch.

     

    --- Biologist quests up to level 90.
    --- You can drop items that reset the waiting time.

     

    --- Each metin stone you kill will give you 1 x Piece of Crystal wich can be used in the "Special Farm Crafting".
    --- Each boss you kill will give you 1 x Crystal wich can be used in the "Special Farm Crafting".

     

    --- Each metin stone has a chance to drop a + version wich is 5 levels above the normal one and has better drops.
    --- From these metin stones with + you can drop 6/7 bonuses.

     

    --- Each weekend there will be rates +100%.
    --- Each sunday at 19:00 or 20:00 the "Red Dragon" will be spawned in Fireland.

     

    --- For more informations join our discord server.

  7. Hello,

    I have a problem with this quest

    Spoiler

    quest horse_guard begin
        state start begin
        when 20349.chat."Upgrade Horse" begin 
                say_title("Stable Boy:") 
                say("") 
                say("Hello!") 
                say("With me you can improve your horse.") 
                say("Raising the horse level costs you 10 horse medal per level.") 
                say("") 
                say_reward("Would you like to raise your horse level?") 
                say("") 
                local s = select("Yes", "No") 
                    if s == 1 then 
                        say_title("Stable Boy:") 
                        say("") 
                                if pc.count_item(50050) <9 then 
                                pc.remove_item("50050", 10)
                                horse.unride() 
                                horse.advance() 
                                horse.ride() 
                                say("Your horse is now level "..(horse.get_level()).." WINK.") 
                                say("") 
                                elseif horse.get_level()>=30 then 
                                say("Your horse has reached level 30.") 
                                say("You can not increase it.") 
                                say("") 
                                elseif pc.count_item(50050) >10 then 
                                say("You do not have enough horse medals to increase the level of your horse.") 
                                say("") 
                    end 
                    elseif s == 2 then 
                        return 
            end 
        end 
            when 20349.chat.gameforge.horse_guard._10_npcChat begin
                say_title(gameforge.horse_levelup._240_sayTitle)
                local s=number(1, 7)
                if 1>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._20_say)
                elseif 2>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._30_say)
                elseif 3>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._40_say)
                elseif 4>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._50_say)
                elseif 5>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._60_say)
                elseif 6>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._70_say)
                elseif 7>=s then -- 14.29% (1/7)
                    say(gameforge.horse_guard._80_say)
                end
            end
        end
        state __COMPLETE__ begin
            when enter begin
                q.done()
            end
        end
    end

    It says i don't have enough horse medals even tho i have.

  8. 6 hours ago, narcisxb said:

    This issue appears because he has a different character window. He has Yohara and Champion level added to it.
    All you have to do is delete those parts and add back the Emoticon window down below the Skill window.

    You can get it from a basic client that does not have the new Champion Level refresh added and it works fine without deleting anything.

    Thank you.

  9. My client closes after choosing a character.

    Client syserr:

    Spoiler

    0301 11:56:24571 :: Failed to load script file : UIScript/CharacterWindow.py
    0301 11:56:24572 :: 
    ui.py(line:2863) LoadScriptFile
    system.py(line:192) execfile
    system.py(line:163) Run
    UIScript/CharacterWindow.py(line:1749) <module>

    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'CHARACTER_SPECTIAL_ACTION'

    0301 11:56:24572 :: ============================================================================================================
    0301 11:56:24572 :: Abort!!!!


    0301 11:56:24572 :: 
    uiCharacter.py(line:1130) __LoadWindow
    uiCharacter.py(line:876) __LoadScript
    ui.py(line:2880) LoadScriptFile
    exception.py(line:36) Abort

    CharacterWindow.__LoadWindow - <type 'exceptions.SystemExit'>:

    0301 11:56:24572 :: ============================================================================================================
    0301 11:56:24572 :: Abort!!!!

    solved by adding "CHARACTER_SPECTIAL_ACTION    Special Actions" to locale_interface.txt and deleting 2x SPECIAL_ACTION_START_INDEX from characterwindow.py

    • Metin2 Dev 1
  10. Site: https://vivy-world2.online/

    Download: https://vivy-world2.online/download

    Discord: https://discord.gg/Fes3ENR2EW

     

    Server language: English

    Server type: Pvm easy/medium

    Open channels: 4

    Maxiumum level: 120 (Content up to level 100 for now.)

    Classic maximum bonus values.

     

    Presentation:

    Starting items:

    https://youtu.be/DmpQlklLH5U

    Shops:

    https://youtu.be/Fnm6tNqz9eA

     Crafting:

    https://youtu.be/43tMzKB74j8

    Evolutions:

    https://youtu.be/WADKB0aSuHo

     

    ALL YOUTUBE VIDEOS:

    https://www.youtube.com/@vivy-world2/videos

     

    --- Level 30 weapons drop from bestial monsters chest.
    --- Higher level armours and accessories drop in spider caves.
    --- Level 70 armours and 65 weapons drop from level 75/80/85/90 metin stones.
    --- Level 70 weapons drop from level 70 metin stones in Giants Land.
    --- Level 75 weapons drop in v3/v4 at Setaou monsters.
    --- You can drop stones +4 at the v3 Ice Witch.
    --- You can drop stones +5 at the v4 Ice Witch.
    --- Biologist quests up to level 90. (Waiting time can be reset.)

    --- Each metin stone you kill will give you 1 x Piece of Crystal wich can be used in the "Special Farm Shop".

    --- Each boss you kill will give you 1 x Crystal wich can be used in the "Special Farm Shop".
    --- Each metin stone has a chance to drop a + version wich is 5 levels above the normal one and has better drops.

    --- From these metin stones with + you can drop 6/7 bonuses.

    --- Added 2 new bonuses: Strong against Bosses and Strong against Metin Stones.

     

    --- "Moonlight Treasure Chest" drop always online.
    --- "Hexagonal Treasure Chest" drop always online.
    --- Each weekend there will be rates +100%.
    --- Each sunday at 19:00 or 20:00 the "Red Dragon" will be spawned in Fireland.

     

    For more informations join our discord server.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.