Jump to content

Moonpaw

Members
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Moonpaw

  1. Just now, Flix said:

    I believe this is the full list of scripts changed in the patch.

    PF8GSKQ.jpg

    its been literally years since ive modded sacred2. Hopefully I can consult the spirits and get my modding back on track. I know I modded some spells lately as well and by lately I mean when I last modded the game 4 years ago. Not sure if ill implement my spell changes or not. Some of the spells really sucked from some characters, especially "eternal flame" from dragon mage.

    Its called "Eternal flame"...doesnt last 2 seconds :nooo: Given my dragon mage is low level (35) but come on. Its practically useless in early game. Also I did other things like make ALL items 1x1 to give the player artificially more inventory space. And I got rid of % life leech because I always felt it was OP against bosses, which is kinda the point of my mod. I also desperately tried to increase max horse run speed but I never got it to work.

     

    All in all id say itll be a lot of work but I think its worth it in the long run. I was also considering getting rid of the fog monster bosses in my mod but I read they made them less bothersome in the latest patch by reducing their undead summon cooldown.

  2. Just throwing in the idea here,

    why not add potions to the game that permanently increase one of your stats? And make them super rare to find. Right now im looking into it. So far I found out that potions (healing ones) have the bonus group 85

    newBlueprint = {
    id = 2951,
    name = "potion_heal_big2",
    palettebits = "1111111111111111",
    dmgvariation = 0,
    minconstraints = {80,0,3},
    lvljump = 0,
    usability = 0,
    allotment_pmfpi = {1000,0,0,0,0},
    uniquename = "",
    specialuseonly = 0,
    bonusgroup0 = {85,1000,1,1,0},
    itemtypes = {2917,},
    wearergroups = {'WEARGROUP_DEFAULT',},
    }
    mgr.createBlueprint(2951, newBlueprint);

     

    newBonusgroup = {
    id = 85,
    name = "SB_power_canheal_s ",
    bonuslist = { 71,},
    }
    mgr.createBonusgroup(85, newBonusgroup);

    s

    o all we need to do now is find a way for the potions to give a stat bonus instead of a heal, and so far thats where im stuck.

    • Like! 1
  3. So yeah,

    ever noticed that its pointless to skill shadow veil past level 50/25(with skill modification)?

    Once you have 100% chance to not be detected while casting spells there is no reason to invest any more runes into shadow veil. So I was thinking the skill should have an innate bonus

    Something along the lines of +crit chance while stealthed, +melee damage, -opponent's chance to dodge/evade. Something that supports stealthy melee play.

     

    So im open for good suggestions. they will be incorporated into the new Update of my challenge Mod. Since the old thread is gone im not sure which changes were included in my last version. I remember I made ALL items 1x1 in the inventory and all two handed weapons were one handed except bows and other two handed range weapons

     

  4. Go to the options.txt in

    C:\Users\YourUsername\AppData\Local\Ascaron Entertainment\Sacred 2

    for example

    Look for

    binding_autocollect = 16,

    copy the value behind the "="

    look for

    binding_savegame = 16,

    and change it to the same value as binding_autocollect

    No need to thank me, but thanks are welcome

    Now itll save every time you auto collect items, which should be often.

    • Like! 1
  5. Any chance we will see your work as a seperate download? Its always such a hassle to update my mod with the latest CM patch, if any new CM patch will ever come out. Plus it would go well with my new project. Now that im a better programmer than I was back then when I made the editor for the spawn.txt, I wanna create an item editor. Simple put, it will allow you to change item properties with a gui and edit the bonusgroups too. And maybe I even can get it to create set items, though that might be a whole new thing all together, I think you need to edit the global.res for the set item names and such. Ill ask around

  6. I did what you described and it didnt work. I searched for all specialmountfor = 1, since my main is seraphim and changed every walk/run speed to walkSpeed = 5000,

    runSpeed = 5000, to see a difference for sure if it should work. and it doesnt, im not faster

  7. So, hey guys. Can anyone help me? perhaps someone from the CM patch team....If I make an editor that should create unique or set items or even legendaries. And add attributes to them and all that and then insert it into the blueprint.txt. What must my program be able to do and edit? which data does it need to read? and from where? Basicly I want to create an editor that lets me choose a model for a new item, give it attributes and decide if its part of a set or not.

×
×
  • Create New...
Please Sign In or Sign Up