Page 1 of 1

Function doesn´t work

Posted: Thu Oct 01, 2009 9:15 am
by master121
The function
/script AcceptResurrect()
doesnt work anymore ingame....

Re: Function doesn´t work

Posted: Thu Oct 01, 2009 2:02 pm
by d003232
master121 wrote:The function
/script AcceptResurrect()
doesnt work anymore ingame....
I just testet it. The bot ressurect without any problems. It also worked if i manually enter

Code: Select all

/script AcceptResurrect();
into the chat. How do you notice that it doesn't work for you? What SVN version and what's written in your MM protocol window?

Re: Function doesn´t work

Posted: Thu Oct 01, 2009 2:51 pm
by d003232
You could open the 'interface.fdb' file with the fdb-extractor and take a look into the file staticpopup at line 917. Thats the place where the resurrect function is/was. There are also the functions:

Code: Select all

BrithRevive();
and

Code: Select all

UseSelfRevive();
They also work as resurrect for me.

Re: Function doesn´t work

Posted: Fri Oct 02, 2009 7:41 am
by master121
Hmm maybe an addon is blocking that function...

Now i use BrithRevive();
I use revision 316 that is the latest isn´t it ?
Thanks

Re: Function doesn´t work

Posted: Fri Oct 02, 2009 7:47 am
by d003232
master121 wrote:I use revision 316 that is the latest isn´t it ?
Thanks
Yes it is.

Re: Function doesn´t work

Posted: Sun Oct 04, 2009 12:06 pm
by Steinmeier
I can confirm that /script AcceptResurrect() does not work (anymore) ingame anyhow in my case.
Would you please tell me how to teach MM to use BrithRevive(); which i tested successfull manually instead of AcceptResurrect().

Besides i dont know how the FDB-Extracto could help here.
When i open interface.fdb in rom folder i only see a bunch of folders containing .tga and .png

EDIT: I added a macro in the <onDeath> Tag in the profile

Re: Function doesn´t work

Posted: Sun Oct 04, 2009 1:31 pm
by d003232
Steinmeier wrote:I can confirm that /script AcceptResurrect() does not work (anymore) ingame anyhow in my case.
Would you please tell me how to teach MM to use BrithRevive(); which i tested successfull manually instead of AcceptResurrect()
Update to the latest SVN version.