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 …

  • check this out: github.com/AscEmu/AscEmu_Cluster

  • Ascemu general

    aaron02 - - General Discussion

    Post

    i have exams right now when these are done i will be more active again

  • i set up a git repo and clean up the code

  • i could update my work its a bit outdated ascemu rev and is based on ascent.

  • Arena Theme Changer

    aaron02 - - LUA-Scripts

    Post

    nice

  • Lua script frage

    aaron02 - - German Support

    Post

    ich 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

  • Instance Pit of Saron

    aaron02 - - Core/Script development

    Post

    thanks for the sugestions i will change these and make a header file and put the texts in the db. But the texts in addemote dont accept ids from script text

  • Instance Pit of Saron

    aaron02 - - Core/Script development

    Post

    when i am more familar with the scripting engine i will make a little tutorial on how to script a basic boss.

  • Instance Pit of Saron

    aaron02 - - Core/Script development

    Post

    V3 Is now Available the boss sems to work now as intended with 2 minor bugs. after jumping to a forge he keeps doing the wired jump animation and permafrost is not working as intended, Timers should be correct. Please give feedback.

  • Instance Pit of Saron

    aaron02 - - Core/Script development

    Post

    Added V2 of the Script small corrections and Fixed non working stuff

  • Instance Pit of Saron

    aaron02 - - Core/Script development

    Post

    Hello I am new on the scripting branch thats the first time i use moonscript boss ai. Here is a script for garfrost. i dont know if the timers are correct, please give feedback and test the script out so it can get merged when it is working properly

  • Compiling Problem

    aaron02 - - German Support

    Post

    glaub er compilt auf linux

  • Anpassende Kreaturen

    aaron02 - - German Support

    Post

    local 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.

    aaron02 - - German Support

    Post

    ich teste dein script morgen mal ob ich was feststellen kann

  • Legions

    aaron02 - - Core Modifications

    Post

    legions 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

  • currently i am working on a cluster. It should work with 1 realmserver and different nodes at the moment 3 nodes for main world. Instanced and battlegrounds. When i have done the main part i will give a little showoff Greetings aaron

  • World of Warcraft Icons

    aaron02 - - German Support

    Post

    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

  • Future versions of AscEmu?

    aaron02 - - General Discussion

    Post

    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