Seite 1 von 4 1234 Letzte »
Ergebnis 1 bis 20 von 73
  1. #1 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Description & explanation:
    This mod is not compatible with mods who have a custom w_info.hrd and custom world.elexwrl!

    5 Blackmarket Traders were added across the map. They are selling enhanced helmets providing the Itemsight buff from the sunglasses.
    Those traders can be found in or close to the 5 cities of the game. Because of the modifications the traders did to the helmets, their prices have increased.
    Find the traders and see what they are selling. One is rumored to sell Jax stolen Albarmor. And even an Alb Commander sword.
    This sword is the strongest of it's kind. Hand crafted in cold flames from the best Weaponsmith in Magalan. Wielding it requires an expert in melee combat.
    Applying the buff to body or pants is doable, but in-game they are treated as headpiece. so you wouldnt be able to wear a helmet glasses or nothing.

    Just adding the buff didn't work. ItemuseType had to be changed. I assume the Type does contain the scripts needed that are assigned to the following classes:

    Code:
    class eCScriptProxyScript OnLinkScript = "OnLinkItemSight";
    class eCScriptProxyScript OnEquipScript = "OnEquipItemSight";
    Key to get the buff working on other items:

    Change
    Code:
    enum gEItemUseType UseType = gEItemUseType_Hat;
    To
    Code:
    enum gEItemUseType UseType = gEItemUseType_Sunglasses;
    But as mentioned this method transforms every item into a head piece. Yes even weapons. they become useless.

    Planned Features:
    -adding the other tier helmets (Done)
    -making the head pieces standalone.(Done)
    -adding merchants who sell those items (Done)

    Screenshots:

    [Bild: 4NRFkqG.jpg]

    [Bild: cclvzlt.jpg]
    [Bild: UJLPu6E.jpg]

    Changelog:

    V0.5:
    -Merchants shouldnt wander arround anymore
    V0.4:
    -Changed aura of the alb commander sword. looks more like "ice" now, but it is the energy aura. cant do much more atm.
    -merchants shouldnt be visible anymore till you found them.

    V0.3:
    -Made the Helmets standalone. They can be bought from 5 different traders across the map.
    -Increased the prices of all helmets, since the upgrades the blackmarket traders made to the helmets were pricy.
    -Added Alb Armors
    -Added Alb Sword (Strongest sword in the game now, but it is pricy. Includes IceBuff
    -Known Issues: Strings for items are missing. Position of some traders is not perfect. Traders are visible on the map for now. Sword has the wrong ice buff skin.

    V0.2:
    -Added all remaining Helmets.


    Download:

    V0.6(Link stays the same for all future updates!):

    https://drive.google.com/file/d/1kER...w?usp=drivesdk

    V0.2:
    https://upload.worldofplayers.de/fil..._ItemSense.rar

    V0.1:
    https://upload.worldofplayers.de/fil..._ItemSense.rar

    Special Thx to this community for providing the necessary ressources and informations
    Grumbledore ist offline Geändert von Grumbledore (23.12.2017 um 13:03 Uhr)

  2. #2 Zitieren
    Adventurer
    Registriert seit
    Nov 2017
    Beiträge
    95
    Great idea.
    Maybe you could also do the none-faction helmets like Schutzmaske?
    disi123 ist offline

  3. #3 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    I am planning to add all head pieces and add the buff to them. In Addition i want to add the other buffs too but that requires new merchants and changing the Name that is displayed. And since i am new to this Kind of modding it will Take a while xD

    Another reason for adding new merchants is to provide a "stackable" Mod.
    Grumbledore ist offline

  4. #4 Zitieren
    Adventurer
    Registriert seit
    Sep 2010
    Beiträge
    57
    This is truly fantastic, man! My one wish, that I guess will be a lot harder to implement, would be to do some sort of a reskin or some kind of a different take on jetpacks.. right now, without the glasses I'm half way to immersing myself in the world as a technophobic zerker, but that jetpack just kinda ruins it still
    EbonKnight ist offline Geändert von EbonKnight (28.11.2017 um 17:55 Uhr)

  5. #5 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Reskinning the Jetpack should be easy but i am horrible with graphics so thats nothing for me 😂.

    Maybe i can change the Color of it. I want to try changing the Colors of the Armor anyway. But i doubt it will Work.

    I want to have a Look at the Jetpack anyway. I dont Like the Speed when moving Forward.

    But i have to Finish my Plans for the head Gear 1st xD
    Grumbledore ist offline

  6. #6 Zitieren
    Lehrling
    Registriert seit
    Nov 2017
    Ort
    RLP
    Beiträge
    20
    Can you do a screenshot pls?
    dobermann24 ist offline

  7. #7 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Not at Home right now. Can add one in about 3 hours.
    Grumbledore ist offline

  8. #8 Zitieren
    Adventurer
    Registriert seit
    Sep 2010
    Beiträge
    57
    Yeah, Jetpack would certainly be interesting to look at and make more useful (though it already is very useful I know). Really good to finally see some mods for the game, as much as I love it some things just downright bug me, and one is def that there isn't a proper 'magic' replacement for the jetpack since all the zerkers bitch at you for using it anyway
    EbonKnight ist offline

  9. #9 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Screenshot for cleric helmet added. if someone wants to provide one for bersercs and outlaws feel free to post them i will add them. otherwise i will get a savegame for that.

    i dont think that we are able to turn the comments of the bersercers regarding the jetpack.
    Grumbledore ist offline

  10. #10 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Updated the mod
    Grumbledore ist offline

  11. #11 Zitieren
    Neuling
    Registriert seit
    Nov 2017
    Beiträge
    5
    thank you
    czokoreto ist offline

  12. #12 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    working on the next update. 1st blackmarket trader is done. Ingame names are missing though. but it is rumored, that one of the traders managed to obtain jax stolen armor... but damn they are hard to find ^^

    [Bild: XMsbfvo.jpg]
    Grumbledore ist offline

  13. #13 Zitieren
    Neuling
    Registriert seit
    Nov 2017
    Beiträge
    4
    awsome idea!
    Nagelhirn ist offline

  14. #14 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    sneakpeek for the next update :-P still have to add 3 traders though.

    Spoiler:(zum lesen bitte Text markieren)
    Grumbledore ist offline

  15. #15 Zitieren
    Adventurer
    Registriert seit
    Nov 2017
    Beiträge
    95
    This is very cool, much better than just dumping items in the world

    Or wait, do I have to fight for them?
    disi123 ist offline

  16. #16 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Zitat Zitat von disi123 Beitrag anzeigen
    This is very cool, much better than just dumping items in the world

    Or wait, do I have to fight for them?
    nah ^^ that's actually jax wearing an elexetor armor (template is named mage body) and a mage hood. including an alb sword. modified the sword a bit allready. it will be the strongest sword in the game. requirements will be higher too though. and the price will be quite high since it is a rare piece. same goes for the helmets. they will have an increased price since the blackmarket enhanced them with the buffs.

    but the strings will be missing till we can modify those.

    and i am thinking about adding something like a mana elixir. to lower the cold value. but that doesnt have any priority and is just a maybe.
    Grumbledore ist offline

  17. #17 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    updated the mod.

    check the opening post title for infos.

    some minor issues, wich will be resolved with the next patch. except the names of the items. that might take a while.
    Grumbledore ist offline

  18. #18 Zitieren
    Neuling
    Registriert seit
    Nov 2017
    Beiträge
    4
    works fine on existing saves, found the merchant who sells alb armor, but i dont have enough money to tell more.

    thanks for your work
    Nagelhirn ist offline

  19. #19 Zitieren
    Waldläufer Avatar von Grumbledore
    Registriert seit
    Nov 2017
    Beiträge
    113
    Zitat Zitat von Nagelhirn Beitrag anzeigen
    works fine on existing saves, found the merchant who sells alb armor, but i dont have enough money to tell more.

    thanks for your work
    Thank you for using it

    Still need to tweak the Position and appearance of some Traders.
    Grumbledore ist offline

  20. #20 Zitieren
    Neuling
    Registriert seit
    Dec 2017
    Beiträge
    2
    Really nice mod!
    Thanks for sharing.

    Is it normal that the trader is nameless?
    And the items all have very weird names?

    [Bild: 38114450114_0339740d68_n.jpg][Bild: 38114449514_be134b634a_n.jpg]
    pralima87 ist offline

Seite 1 von 4 1234 Letzte »

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •