WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

This is a terrible description of AI. The example is not AI at all but script, and the reference to a player does not belong at all, since going link dead has nothing to do with the server. It sounds like it means to say that

beginloop
while playerIsLagged()
    whateverWasGoingOn(beforeLag)
endwhile
catchUp(whateverHappened)
while not playerIsLagged()
    whateverIsGoingOn()
endwhile
endloop

so that whatever was happening before lag happens until finally the player drops to the front-end. If so, that's very poorly worded. Schmidt 23:04, 23 June 2006 (EDT)

Advertisement