774 Changelog

For changelogs and discussion related to a specific revision.
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 774 Changelog

#41 Post by lisa » Tue May 20, 2014 2:18 am

well it is only if the profile option is set to true, which I think only very few people would do but either way I am looking at using the profile friend list atm, might get time tomorrow to play around with it.

_whispname is local to party.lua, it is set by checkEventParty, as in who ever whispers you.
If the profile option is not set to true then checkEventParty checks party chat, if it is set to true then checkEventParty checks whispers. So it all comes down to if profile option is set to true or not, if it is then that is the only time there may be any kind of issue.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 774 Changelog

#42 Post by lisa » Tue May 20, 2014 6:33 pm

ok commited my changes to party.lua, nothing else at this stage.

Code: Select all

function checkEventParty()
	repeat
		local time, moreToCome, name, msg = EventMonitorCheck("pm1", "4,1")
		if msg and name ~= player.Name then
			if settings.profile.options.MONITOR_WHISPERS then
				if table.contains(settings.profile.friends,name) then 
					_whispname = name
					return msg, name
				end
			else
				return msg, name
			end
		end
	until msg == nil
end
It checks the profiles friends list as to who to accept whispers from, so when you add in the profile option to accept whispers you should also make sure to add in the character names to friends list as to who may be leading the party bot.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: 774 Changelog

#43 Post by lisa » Tue May 20, 2014 8:00 pm

Commited 777 with the changes from RoMScript to RoMCode, tested createpath and various other things in the game and all worked smoothly.
Any issues just post them here.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests