What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Search results

  1. Stormchasing

    [Flex Raid] Suche nach Interessenten

    Hi, da mir mittwochs meist langweilig ist und der neue Patch kommt, w?rde ich gern eine Gruppe aufstellen :) Anforderungen: - Fraktion: Horde - Raiderfahrung in MoP sollte vorhanden sein - Gearlevel: 520+ - Rolle: alles offen derzeit Ich suche grunds?tzlich nach Interessenten, wobei es mir...
  2. Stormchasing

    [HB API] Raid / DungeonDifficulty

    Hi, i've found some HB Api to replace a LUA-Code var intDiff = Lua.GetReturnVal<int>("return GetInstanceDifficulty()", 0); switch (intDiff) { case 0: //some stupid hero code break...
  3. Stormchasing

    [LUA] Error while trying to return a Lua-Value

    Hi, i've a little problem. While i test to fix a rangebug in one of the CCs i'm modifing i get this error The Code is: isInRange = (Lua.GetReturnVal<int>(String.Format("return IsSpellInRange(\"{0}\",target)",spell.Name), 0) == 1); And i can't figure out the problem. The Toon has...
Back
Top