Spells.txt (extra saves time searching for modding info) (Removes the ill looking crystal skin and replaces the buff graphics with grand invigoration buff art) (inside \Sacred 2 Gold\scripts) mgr.defineSpell( "he_st_kristallhaut", { eiStateName = "cSpellCast", fxTypeCast = "FX_HE_KRISTALLHAUT_C", fxTypeSpell = "FX_HE_REGENERATIONSKRAFT", balance.txt (inside \Sacred 2 Gold\scripts) Increased maximum speeds to 300%... got movement above 200% SkillMoveSpeedQuot = 1,(speed lore works very well) SpeedMin = 500, SpeedMax = 3000, 5x drop rates, lvl 200 takes a long time ZRareExpectation15 = 200, ZRareExpectation14 = 225, ZRareExpectation13 = 250, ZRareExpectation12 = 275, ZRareExpectation11 = 300, ZRareExpectation10 = 325, ZRareExpectation09 = 350, ZRareExpectation08 = 375, ZRareExpectation07 = 450, ZRareExpectation06 = 475, ZRareExpectation05 = 500, ZRareExpectation04 = 600, ZRareExpectation03 = 700, ZRareExpectation02 = 800, ZRareExpectation01 = 900, ZRareExpectation00 = 1000, ZRareBasepoints15 = 2350, ZRareBasepoints14 = 2320, ZRareBasepoints13 = 2290, ZRareBasepoints12 = 2260, ZRareBasepoints11 = 2230, ZRareBasepoints10 = 2200, ZRareBasepoints09 = 2175, ZRareBasepoints08 = 2150, ZRareBasepoints07 = 2125, ZRareBasepoints06 = 2100, ZRareBasepoints05 = 2080, ZRareBasepoints04 = 2060, ZRareBasepoints03 = 2040, ZRareBasepoints02 = 2020, ZRareBasepoints01 = 2000, ZRareBasepoints00 = 1750, 5x exp. lvl 200 takes a long time MP_experience = {4000,4600,5300,6200,7300}, QuestExpmax = {15020,20025,25030,30040,40050}, QuestGoldmax = {13025,14030,15035,16040,18050}, Creatureinfo.txt (guild says 400 run speed) (inside \Sacred 2 Gold\scripts) type = 1, (Seraphim) type = 2, (dyrad) type = 3, (shadow warrior) type = 4, (inquisitor) type = 5, (high elf) type = 6, (temple guardian) type = 7, (dragon mage) newCreatureInfo = { type = 1, walkSpeed = 100, runSpeed = 400, optionscustom.txt in C:\Users\(NAME)\AppData\Local\Ascaron Entertainment\Sacred 2 increased camera tilts , zoom speeds, zooms out a alittle more, very gentle changes, 1st person ish camera views camera.cam1_trackdist_min = 100 camera.cam1_trackdist_max = 1000 camera.cam1_rotx_min = -0.06 camera.cam1_rotx_max = -1.00 camera.dng1_trackdist_min = 100 camera.dng1_trackdist_max = 1000 camera.dng1_rotx_min = -0.06 camera.dng1_rotx_max = -1.00 camera.cam_autorot_speed = 10.0 Camera.cam_autozoom_max = 1000 camera.cam_autozoom_min = 100 camera.cam_autozoom_speed = 1.5 Open all portals questscripts.txt (inside \Sacred 2 Gold\scripts) Search for the text onHeroJoined = function(args) Paste below, on line below onHeroJoined unlockPortal { heroRef = args.heroRef, portal = 1, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 2, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 3, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 4, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 5, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 6, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 7, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 8, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 9, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 10, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 11, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 12, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 13, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 14, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 15, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 16, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 17, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 18, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 19, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 20, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 21, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 22, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 23, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 24, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 25, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 26, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 27, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 28, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 29, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 30, type = "PORTALTYPE_WORLD", } unlockPortal { heroRef = args.heroRef, portal = 31, type = "PORTALTYPE_WORLD", }