Search Results
Search results 1-20 of 64.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
I updated a new Repo for this you can find it here ; github.com/aaron02/AscEmu-Cluster feel free to update it to the new AscEmu revision it is all based on an old repo of July 2017. it is working quit well at the moment.. i uploaded it because someone asked me to send him the files Current Bugs: Cant login again when you logout stuck at connecting... Rare bug where you dont change Realms and stuck in Loading screen Groups dont update trough realms Guild trough realms auction house trough realms …
-
Ascemu general
Posti have exams right now when these are done i will be more active again
-
Arena Theme Changer
aaron02 - - LUA-Scripts
Postnice
-
Lua script frage
Postich bin gerade nicht an meinem pc aber du machst folgendes: Boss -> der boss Mob -> dein npc der den spell castet. Rand = math.random(5, If (Boss:GetHealthPct() == 50 ) then Mob = Boss:SpawnCreature(id, Boss:GetX() + Rand , Boss:GetY() + Rand , Boss:GetZ(), Boss:GetO(), Boss:GetFaction(), 10000) If (Mob ~= nil) x = Boss:GetX() y = Boss:GetY() z = Boss:GetZ() Mob:MoveTo(x, y , z) Mob:CastSpellOnTarget(id, Boss) So in etwa sollte es aussehen
-
Compiling Problem
Postglaub er compilt auf linux
-
Anpassende Kreaturen
Postlocal NpcID = 51001 function player_Infos (pUnit, pAttacker, Event) pUnit:SetLevel(pAttacker:GetLevel()) pUnit:SetHealth(pAttacker:GetMaxHealth()) pUnit:SetMana(pAttacker:GetMaxMana()) End Function SSTrash_OnCombat (pUnit, Event, pAttacker) local NPC_Name = pUnit:GetName() pUnit:RegisterEvent(function() player_infos(pUnit, Event, pAttacker); end, 3000, 1)end function SSTrash_OnLeaveCombat(Unit, Event) Unit:RemoveEvents() end function SSTrash_OnDeath(Unit, Event) Unit:RemoveEvents() end RegisterU…
-
hello I decided to beginn scripting Nordend. I start with borean thundra in this thread i need your help to fibd broken quests and how they are suposed to work. Death from Above: Id 11889 Use Reinforced Net to Get the Flying npcs down to the ground. Plug the sinkholes: Id11897 npc 1 26248 ( Hole 1 ) npc 2 262489 ( Hole 2 ) Use Spell 46797 to place cart. explode cart 46799 summon cart 46798 summon worm 46800
-
LUA Boss Spint rum.
Postich teste dein script morgen mal ob ich was feststellen kann
-
Legions
Postlegions is out and i try to get ascemu to work with it. I have a retail acc and try to do my best it might fail but when i get something i share it with you Greetings aaron
-
Probier mal das weiss nicht obs für asc geht ac-web.org/forums/showthread.p…-icons-to-you-gossip-menu ac-web.org/forums/showthread.p…-Should-Work-On-All-Cores
-
i am working a bit on cata and wotlk i just want to bring cata in a bit because arc never had a cata core. And the other problem is the script system . Yes i want scripted instances but i dont know how to script a boss perfectly because of no documentation in script system.. Other things are spells the current system is a mess and needs rework