[Mod-Suche] Midas-zubehör

Atemh

Reisender
Hi, ihr kennt auch Midas Magic DV?es ist ja ganz gut, aber ich finde es dauert zu lange all dies Zauber zu erlernen:-Ddaher habe ich eine Frage:gibt es einen Mod, der in den Midas Laden ein Buch oder so einfügt, mit dem man gleich alle Zauber kann, oder dass Midas das Buch oder die Zauber verkauft(Gold habe ich genung)falls es sowas nicht gibt, kann es jemand machen?:oops:
 
öffne die mod mit cs, mach ein buch, und klemme das skript midas"irgendwas"mega"irgendwas" oder so ähnlich an. das skript erkennst du daran, das es eine menge addspell zeilen enthält.
wenn du das buch dann im spiel öffnest, kommt ne nachricht, ob du zutaten oder alle zauber willst.
 
  • Like
Reaktionen: Atemh
leider bin ich nicht so gut in Scripten, entweder brauche ich ausführliche Hilfe, oder nette Modder^^
und außerdem, hat jeder Zauber einen anderen Script, KA echt...
 
Zuletzt bearbeitet:
ne der skript is schon da. es heisst MidasAurumMegaResidueScript. du musst ihn nur noch in nen zauber einbauen, sorry habe vorher buch gesagt, das stimmt net. Du machst nen neuen zauber, oder kopierst nen anderen(einfach die editor id ändern, und dann auf ja gehen) und machst alle effecte raus, dann machst du einen neuen effect, bei dem du aus der kategorie den punkt Script effect nimmst, un unten das oben genannte skript einfügst. Jetzt musst du ein buch oder einen stein(is egal was) erstellen, oder kopieren. Das verbindest du dann mit nem skript das du machen musst. Ich sag dir was du ins Skript schreiben musst:

scn derskriptname

begin onadd

addspell namedesobenerstelltenspells

end

so wenn du nun den mit dem skript verbundenen gegenstand aufhebst, bekommst du nen spell. den benutzt du, und dann kommt ein fenster in dem du dich entscheiden musst, ob du die zauber haben willst, oder zutaten. dann nimmst du die zauber und hast alle.
 
  • Like
Reaktionen: Atemh
leider funktioniert es bei mir nicht, obwohls ichs richtig mach:
1: ich nehme das buch gecshichte des kaiserreichs 1, umbenenne die ID in Zauberb.
2:erstelle einen neuen Zauber mit der ID Zauber und dem Namen Cheat-Zauber und dem Script effect "alle Zauber"(habe ich nur den Original Script kopiert und dann unbennant, da der Script nicht in der Script-liste erschien, als ich sie öffnete)
3:erstelle Script:
scn Zaubera

begin onadd

addspell Zauber

end

und füge in das Buch Zauberb ein, platziere es im Laden , aber wenn ich das Buch aufhebe, passiert nichts, kann mir wer helfen??
 
thx werds ausprobieren,
es klappt soweit alles, bis auf den Teil bei dem ich die viielen neune MidasZauber bekomme,also:
1:ich nehme das Buch
2: ich bekomme den cheat Zauber
3:ich wirke ihn
4: es erscheint ein fenster: (alle Zutaten)(alleZauber)
5: ich wähle alle Zauber
6: nix passiert hier ist Midas Script:
scn allezauber
; - - NOT NPC Friendly

short button

begin ScriptEffectStart

messagebox "Wie willst du mogeln ?", "Alle Zauber", "Zutaten"

end



begin ScriptEffectUpdate

set button to getbuttonpressed
if button == 0

Message "Alle Zauber herbeigemogelt."
Message "Alle Zauber herbeigemogelt."

;-- Spells Created in the Reactor
player.addspell MidasChestSpell
player.addspell MidasXferSpell
player.addspell MidasSnowBallSpell
player.addspell MidasFireBallSpell
player.addspell MidasPrismRaySpell
player.addspell MidasGasSpraySpell
player.addspell MidasLightningBoltSpell
player.addspell MidasHeatBeamSpell
player.addspell MidasPlasmaBallSpell
player.addspell MidasMagicMissleSpell
player.addspell MidasFireRingSpell
player.addspell MidasThunderStormSpell
player.addspell MidasEntangleSpell
player.addspell MidasSummonJellySpell
player.addspell MidasSparksSpell
player.addspell MidasHolyBeamSpell
player.addspell MidasForcePushSpell
player.addspell MidasMissleShieldSpell
player.addspell MidasSummonMagicCarpetSpell
player.addspell MidasStoneStormSpell
player.addspell MidasFreezeRaySpell
player.addspell MidasPebbleBlastSpell
player.addspell MidasSlimeBallSpell
player.addspell MidasForceBallSpell
player.addspell MidasDeathRaySpell
player.addspell MidasWabbaBeamSpell
player.addspell MidasRoseSpell
player.addspell MidasHolyBurstSpell
player.addspell MidasSummonFireSpriteSpell
player.addspell MidasForceBurstSpell
player.addspell MidasSummonMelonSpell
player.addspell MidasSummonCheeseSpell
player.addspell MidasSummonPumpkinSpell
player.addspell MidasChainLightningSpell
player.addspell MidasGlaiveSpell
player.addspell MidasSummonHolySpriteSpell
player.addspell MidasSummonEbonySpell
player.addspell MidasMeteorSpell
player.addspell MidasMeteorStormSpell
player.addspell MidasBlizzardSpell
player.addspell MidasBerzerkSpell
player.addspell MidasSummonSwordSpell
player.addspell MidasSummonSwordGoldSpell
player.addspell MidasSummonSwordEbonySpell
player.addspell MidasAstralMarkSpell
player.addspell MidasAstralRecallSpell
player.addspell MidasAstralBeamSpell
player.addspell MidasTractorBeamSpell
player.addspell MidasLightBallSpell
player.addspell MidasFlipSpell
player.addspell MidasDisarmSpell
player.addspell MidasSummonDeerSpell
player.addspell MidasSummonDeerWeakSpell
player.addspell MidasSummonTigerSpell
player.addspell MidasTouchDeadlySpell
player.addspell MidasRocketSpell
player.addspell MidasFireBurstSpell
player.addspell MidasFireBreathSpell
player.addspell MidasSummonCenturionSpell
player.addspell MidasSummonJellyPurpleSpell
player.addspell MidasSummonJellyRedSpell
player.addspell MidasSummonJellyGreenSpell
player.addspell MidasSummonJellyOrangeSpell
player.addspell MidasSummonJellyYellowSpell
player.addspell MidasSeekerBallSpell
player.addspell MidasSeekerFireSpell
player.addspell MidasSeekerIceSpell
player.addspell MidasSeekerGlaiveSpell
player.addspell MidasIceWalkSpell
player.addspell MidasDetectSpell
player.addspell MidasSummonBeholderSpell
player.addspell MidasSummonBeholderBabySpell
player.addspell MidasSummonBeholderCrimsonSpell
player.addspell MidasSummonSlimeAtroSpell
player.addspell MidasTornadoSpell
player.addspell MidasNoxiousCloudSpell
player.addspell MidasCometSpell
player.addspell MidasHailStormSpell
player.addspell MidasLightningStormSpell
player.addspell MidasSummonCoinSeekerSpell
player.addspell MidasPoisonCloudSpell
player.addspell MidasSummonSwarmSpell
player.addspell MidasShrinkRaySpell
player.addspell MidasGrowRaySpell
player.addspell MidasFireColumnSpell
player.addspell MidasFoolsGoldSpell
player.addspell MidasCrushSpell
player.addspell MidasWaterGlobeSpell
player.addspell MidasGeyserSpell
player.addspell MidasShockBurstSpell
player.addspell MidasPrismMissileSpell
player.addspell MidasOblivionWarpSpell
player.addspell MidasPurifySpell
player.addspell MidasRockTossSpell
player.addspell MidasSmokeScreenSpell
player.addspell MidasSummonBalrogSpell
player.addspell MidasSummonJellyLavaSpell
player.addspell MidasAcidCloudSpell
player.addspell MidasTouchTransmuteSpell
player.addspell MidasHolyFlareSpell
player.addspell MidasSummonSpiritWarriorSpell
player.addspell MidasSpiritHammerSpell
player.addspell MidasJudgementSpell
player.addspell MidasForceShieldSpell
player.addspell MidasIglooSpell
player.addspell MidasWereTigerSpell
player.addspell MidasSilverBulletSpell
player.addspell MidasWeaponFireSwordSpell
player.addspell MidasWeaponIceSwordSpell
player.addspell MidasWeaponShockSwordSpell
player.addspell MidasPrismBeamSpell
player.addspell MidasWildFireSpell
player.addspell MidasDustStormSpell
player.addspell MidasAcidBlastSpell
player.addspell MidasBrimStoneBlastSpell
player.addspell MidasHellRimeBlastSpell
player.addspell MidasEldritchBlastSpell
player.addspell MidasFuryBlastSpell
player.addspell MidasNetherSparkSpell
player.addspell MidasUtterDarkSpell
player.addspell MidasBansheeBlastSpell
player.addspell MidasPowerWordStunSpell
player.addspell MidasGhostlyVisageSpell
player.addspell MidasChillingTentaclesSpell
player.addspell MidasNovaBurstSpell
player.addspell MidasSummonBombCrabSpell
player.addspell MidasNatureBallSpell
player.addspell MidasStoneSkinSpell
player.addspell MidasIGMSShowerSpell
player.addspell MidasIGMSStormSpell
player.addspell MidasArcaneBurstSpell
player.addspell MidasAcidArrowSpell
player.addspell MidasLightArrowSpell
player.addspell MidasSummonAngelSpell
player.addspell MidasFrostTrapSpell
player.addspell MidasHolyTrapSpell
player.addspell MidasSpellShieldSpell
player.addspell MidasStoneWallSpell
player.addspell MidasWarlockLuckSpell
player.addspell MidasWarlockPersonalitySpell
player.addspell MidasWarlockAcrobaticsSpell
player.addspell MidasChainFireballSpell
player.addspell MidasChainFireball2Spell
player.addspell MidasChainFireball3Spell
player.addspell MidasWingsSpell
player.addspell MidasMegaFireballSpell
player.addspell MidasBombArrowSpell
player.addspell MidasMagnetArrowSpell
player.addspell MidasAcidTrapSpell
player.addspell MidasFireTrapSpell
player.addspell MidasShockTrapSpell
player.addspell MidasMegaPlasmaBallSpell
player.addspell MidasPlasmaStreamSpell
player.addspell MidasHolyStreamSpell
player.addspell MidasAbsorbStreamSpell
player.addspell MidasDeathStreamSpell


;--Spells Not Created in the Reactor / Or Secondary/Tiered
player.addspell MidasUnSummonSpell
player.addspell MidasHeatBeam2Spell
player.addspell MidasHeatBeam3Spell
player.addspell MidasChainLightning2Spell
player.addspell MidasChainLightning3Spell
player.addspell MidasLightningBolt2Spell
player.addspell MidasLightningBolt3Spell

;-- Spells not for General Use
player.addspell MidasMelonBallLPSpell
player.addspell MidasTestObjectSpell
player.addspell MidasTestSpell
player.addspell MidasSummonTigerYouthSpell
player.addspell MidasSummonTigerCubSpell

elseif button == 1

player.additem Gem0GoldNugget, 10
player.additem MidasGemBrassNugget, 5
;-- Hack for Transformer Ingredients
;player.Additem DAVolendrung, 1
;player.Additem DwarvenShield, 1
;player.Additem DwarvenHelmet, 1
;player.Additem DwarvenCuirass, 1
;player.Additem DwarvenGauntlets, 1
;player.Additem DwarvenGreaves, 1

;-- Hack for Sigil test
player.additem MidasSigLife, 1
player.additem MidasSigFire, 1
player.additem MidasSigFrost, 1
player.additem MidasSigShock, 1
player.additem MidasSigSonic, 1
player.additem MidasSigArcane, 1
player.additem MidasSigEntropic, 1
player.additem MidasSigOsmotic, 1
endif


set MidasQuest.Cheater to 1
vielleicht mache ich ja was Falsch??
oder gibt es vlt ein Konsolenbefehl der den Script auslöst?
und noch was: nach den meisten Konsolenbefehlen(meist wenn man die Id braucht), passiert nichts, obwohl ich die richtige Id eingegeben habe, dort steht nur etwas von wegen ...SYSWindowCompileandRun line to 1... Id not found... obwohl ich 100 % das richtige eingegeben habe...
 
Zuletzt bearbeitet:
yo, ihr ladet im cs Oblivion.esm und MidasSpells.esp(oderMidasSpellsDv.esp)
dann öffnet ihr das Register ingredient, scrollt runter bis ID:MidasMegaPill, dtsch. name: aurum megaresiduum, platziert es in die Spielwelt, speichert, aktiviert die esp, geht zu dem Ort an dem ihr das Objekt platziert habt, nehmt es, dann im Inventar muss man es benutzen, dann öffnet sich ein fenster wo man auswählen kann ob mann alle zauber oder alle Zutaten kriegt,
ich hoffe, ich konnte helfen
 
ja^^
midas magic spells of aurum habe ich ja aber das mit den zutaten naja^^
im cs bin ich auch nicht so toll
und wenn du das schon gemacht hast^^....

Bitte
 
Ich habe noch gar keine Zauber. Ich habe in den Büchern gesucht um die nötigen Zutaten heraus zu finden. Aber ich finde den Zauber nirgends.
Wahrscheinlich habe ich ihn überlesen aber das sind so viele!!
 
Ich glaube, der steht da gar nicht drin. Es gibt ja auch noch Zutaten, die man selber suchen muss (Engelsfedern). Vielleicht gehören da auch noch Zauber zu.
 
hier: http://rapidshare.com/files/81535774/MidasSpellsDV_verandert_.rar.html
PS:vielleicht kann ja Scharesoft die Mod hochladen.
PPS:ich möchte betonen dass diese Mod nicht meine ist, ich habe nur die Kugel platziert.
PPPS: sie ist mit der OriginalESP. nicht kompatibel,
Benötigt aber dringend die Original DATEN (meshes...)
PPPPS: ich würde ja gerne alle Daten zusammen hochladen, aber da es zulange Dauerte, habe ich nur die Esp und das Readme hochgeladen.
 
Zuletzt bearbeitet: