• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

New Strange bugs

Status
Not open for further replies.
1.)

Normally my Multiboard works for players, but on bots it has display bugs, I can't understand why, the trigger is for every player equal and is runned in a loop with 0.03 delay between players so the memory overworking bug can not appear.

anyone has an solution for that?

2.) My onliest periodic trigger laggs even when every leaks are fixed.
( It runs each 0.03 sec if required (But leaks are cleaned up(all!!)))
  • For each (Integer A) from 1 to 8, do (Actions)
    • Loop Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • 'IF'-Bedingungen
          • PlayerPlaying[(Integer A)] Equal to True
        • 'THEN'-Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • 'IF'-Conditions
              • PlayerAttacking[(Integer A)] Equal to True
            • 'THEN'-Aktionen
              • Set Distance[(Integer A)] = (Distance[(Integer A)] + (Speed[(Integer A)] x 3.00))
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • 'IF'-Conditions
                  • Distance[(Integer A)] Smaller as MaxDistance[(Integer A)]
                • 'THEN'-Actions
                  • Set Tmp_Loc = (Position of Weapon[(Integer A)])
                  • Set Tmp_Loc2 = (Tmp_Loc offset by (Speed[(Integer A)] x 3.00) towards Degrees[(Integer A)] degrees)
                  • Einheit - Move Weapon[(Integer A)] instantly to Tmp_Loc2, facing Degrees[(Integer A)] degrees
                  • Custom script: call RemoveLocation(udg_Tmp_Loc)
                  • Custom script: call RemoveLocation(udg_Tmp_Loc2)
                • 'ELSE'-Actions
                  • -------- Removing Actions - Cleaned --------
          • 'ELSE'-Actions
        • 'ELSE'-Actions
 
Last edited:
Status
Not open for further replies.
Top