TobiaszPL Posted January 3, 2017 Share Posted January 3, 2017 (edited) Hello ;x... i'm tobi and my english isnt good xD but... i have problem ;-; i just wanna make script what will do: 1) when player will be inside TrigBox - Use Summon Spell ( X marker )2) when player will kill every enemies - Start next wave3) when player will die or he will win last wave a) die - ( tp outside arena )b) win - ( tp outside arena and give reward ) c) and every 4 wave player should can leave arena if he will want ofc. ;x...( Gate will open and player will be able to leave - and he will get reward ;x... ) Summoning Spells i can do myself... BUT.... how can i make Script what will do other ? :D and maybe im stupid ( its true ;-; )why this isn't work ? ;C...-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Scriptname QLGCoin extends ObjectReference SoulGem Property SoulGemGrand auto Function OnActivate(ObjectReference akActionRef) Game.GetPlayer().AddItem(SoulGemGrand, 2, false)endfunction -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-::Yes i wanna make Arena because i <3 this fking GOD place :DArena is best what games can have :D Edited January 3, 2017 by TobiaszPL Link to comment Share on other sites More sharing options...
Dacurit Posted January 3, 2017 Share Posted January 3, 2017 Okay, I think you just want an arena fighting/quest mod, in which case: http://www.nexusmods.com/skyrim/mods/50892/? But that alleges to be "DLC - sized." http://www.nexusmods.com/skyrim/mods/79529/? But that's currently under moderator review for some reason. http://www.nexusmods.com/skyrim/mods/72684/?http://www.nexusmods.com/skyrim/mods/9380/?http://www.nexusmods.com/skyrim/mods/64352/? If none of those do it for you, then I don't understand the request, and would recommend you post your query in the forum that supports your next best language. Link to comment Share on other sites More sharing options...
TobiaszPL Posted January 4, 2017 Author Share Posted January 4, 2017 (edited) i know this mods ;x... but i wanna make my own arena...and i just wanna know how to make SCRIPT !... ugh... 1) How can i Spawn NPC ( on "X marker" )2) How can i "TEST FOR NPC" something like -> "if(XXX==dead)nextwave();"3) How can i add items ;x... because this script what i find in Google isnt good ;-;4) How can i... ugh... -> "while(player.inside(XXX)){ - idk... just fight xD - }" HELP xD !... ( in google i can't find help ;-; )... now i think good idea can be download this mods and look on scripts ;x... //Edit:Look at image ;x...Google: https://drive.google.com/file/d/0Bzqj_nxR9j-JUVdDQXk0aTcyNzQ/view Because i can't send img on this forum ;-; lel why ?...//Edit2:wtf on this IMG should be "OpenGate();" not "EnterGate()" but fk it xD its only name ;x... //Edit3: ( lel xD )only theory code ;x... OnActivate -> Start -> Arena; enemydead(); NextWave(wave);Arena(){int wave=1;int reward=50;while(true){if((wave%4==0)&&(wave!%10==0))OpenGate();else if(wave%10==0)SummonBoss();Wave+=1;reward*=2;wait(5000);if(wave!%10)NextWave(Wave);while(true){if((player.dead)||(enemydead()))break;wait(1000);}if(player.dead)endarena();if(wave==100)endarena();}}enemydead(){ and i dont know how ;-;...}NextWave(int wave){switch(wave){/////////////Codefor summoning NPC on X Marker /////////////}} OMFG !... where is TAB ? :Dnow help me write script what will do this same what u have in this code xD ( code is looking like its looking - not my fault ) int N++ was everything good ;x... Edited January 4, 2017 by TobiaszPL Link to comment Share on other sites More sharing options...
Recommended Posts