It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I have a Big Big BIG problem
I recently bought the game and downloaded and its broken from the start

Error [content0]game\r4game.ws(1728): Function 'RemoveAllNonAutoBuffs' does not take 2 param(s)

and if I look into game files I see this

thePlayer.RemoveAllNonAutoBuffs( , true );

There isnt first param

can someone help me?
its in "content\content0\scripts\game\r4Game.ws"
I didnt launch the game bec of this

I have W3 GOTY 1.31
Post edited September 12, 2016 by domgal
No posts in this topic were marked as the solution yet. If you can help, add your reply
NVM
needed to edit

thePlayer.RemoveAllNonAutoBuffs( , true );

to

thePlayer.RemoveAllNonAutoBuffs( );