Jump to content


Ashgard

Member Since 05 Jan 2015
Offline Last Active Feb 19 2015 06:36 AM

Posts I've Made

In Topic: HELP- Lag when web spell is cast

15 January 2015 - 05:28 AM

Had the same problem, as Bloodtitan suggested If you do not want to start over and reinstall again, you can simply edit WTASIGHT.BCS with NearInfinity and remove the Spider Web Attacks. Also check kreso's recommended mods in http://www.shsforums...e-2#entry570456


In Topic: Installing BWS without starting game first

09 January 2015 - 09:32 AM

Thank you! So i should just remove

IF

!GlobalTimerNotExpired("Cast","LOCALS")
!GlobalTimerNotExpired("Web","LOCALS")
Race(Myself,SPIDER)
RandomNum(3,1)
Range(NearestEnemyOf(Myself),4)
See(NearestEnemyOf(Myself))
THEN
RESPONSE #100
SetGlobalTimer("Cast","LOCALS",ONE_ROUND)
SetGlobalTimer("Web","LOCALS",TWO_ROUNDS)
ReallyForceSpellRES("d0spiweb",LastSeenBy(Myself)) // Web
END
 
IF
!GlobalTimerNotExpired("Cast","LOCALS")
!GlobalTimerNotExpired("Web","LOCALS")
Race(Myself,SPIDER)
RandomNum(3,2)
Range(SecondNearestEnemyOf(Myself),4)
See(SecondNearestEnemyOf(Myself))
THEN
RESPONSE #100
SetGlobalTimer("Cast","LOCALS",ONE_ROUND)
SetGlobalTimer("Web","LOCALS",TWO_ROUNDS)
ReallyForceSpellRES("d0spiweb",LastSeenBy(Myself)) // Web
END
 
from the WTASIGHT.BCS?

In Topic: Installing BWS without starting game first

09 January 2015 - 04:33 AM

 Well the game plays normal so far, apart from spiders of any form or variety. The web spell that they cast automatically males the game unplayable due to lag and after a few minutes ctd http://postimg.org/image/yx6wuow0p/Attached File  WeiDU.log   119.35K   338 downloads


In Topic: Installing BWS without starting game first

05 January 2015 - 11:06 AM

Thanks :)

Guess i'll wait for the install to finish and see what happens then :)