Page 20 of 20

Re: Changelog 745 (RC3)

Posted: Fri Feb 22, 2013 11:47 am
by vo2male
because im afraid if i switch back to rom/bot and revision 737 i may not be able to use the wait function in the RC3 just like what you have said here
rock5 wrote:Sorry, 'isFriend' is a new pawn function in RC3. It was an easy way to add a friend check to the userfunction. You could try the RC3 version or wait until I commit it. I should be committing it soon.

Re: Changelog 745 (RC3)

Posted: Fri Feb 22, 2013 1:42 pm
by rock5
I guess you can try an svn update on your rom folder. It's pretty old so you might get some conflicts. If so then, after doing the update, right click the rom folder and select "TortoiseSVN/Revert" and revert all the conflicted files. If you created any new files in the RC3 folder, eg. profiles, waypoint files or userfunctions, copy them back over to the rom folder, then you can delete the rc3 folder.
vo2male wrote:because im afraid if i switch back to rom/bot and revision 737 i may not be able to use the wait function in the RC3
Like I said, now that RC3 is committed that function is available in the SVN version.

Re: Changelog 745 (RC3)

Posted: Fri Feb 22, 2013 3:31 pm
by vo2male
thanks rock!

Re: Changelog 745 (RC3)

Posted: Sat Feb 23, 2013 3:29 pm
by vo2male
strange im having this error on rom/bot

Code: Select all

Did not find any crashed game clients.
7:23pm - ...scripts/rom/userfunctions/userfunction_countmobs.lua:38: attempt to
call method 'isFriend' (a nil value)
im using revision 737

i have the version 0.4 of countmobs userfunction

Re: Changelog 745 (RC3)

Posted: Sat Feb 23, 2013 10:51 pm
by rock5
I've added a pre 745 version of countmobs here.
http://www.solarstrike.net/phpBB3/viewt ... 781#p36781

Try that.