F2P Addon

Re: Yasueh's Macros and Addons for F2P

In the F2P there is the language files in which one is able to change what the macro says in chat.

The only message that I do not see is the one where a whisper is blocked and the addon replies.

I dont know exactly what it says but it happens when a random P2P tries to whisper a P2P using the addon, the whisper is not seen by the addon user and the random person recieves a message saying the whisper was blocked.

Where is this message in the Addon?

I would like to change mine to say something like "My addon is blocking whispers, "/join f2ptwink" if you want to contact me."

The current message gives the random P2P user no way of contacting me and does not give me notification that someone tried to whisper me. By joining the channel without the addon they could still talk with other P2P users.

Is is possible for me to change this within my own addon?
 
Re: Yasueh's Macros and Addons for F2P

  • Download the latest version. The errors in the version you have might have been fixed (not every change goes into the logs).

1.2.7
* Default behaviour for whispers from people who aren't on your friends list is no longer block.

Since 1.2.7 There's only 2 ways for somone's messages to be blocked. They have to be on your friends list, or in the addon's database, and they can only be there after joining the channel.
 
Last edited by a moderator:
Re: Yasueh's Macros and Addons for F2P

So I was using the addon just fine until a little while ago. I upgraded an account to p2p, though it is still pending. I can't talk in f2ptwink anymore. Instead I get a message saying I don't have permission to speak, which is the standard message when trying to talk in a global channel on a trial account. I have uninstalled and re-installed multiple times as that was the only thing I saw to do after searching this thread for problems like mine. Any help is appreciated!!

EDIT: I think it's because the addon is recognizing me as p2p, since it doesn't disable f2pi when I log on, and the wow client is not, so when it's making me type in the default 1. I can't, because I don't have permission, but the addon isn't making me talk in the 1_, if that makes any sense. Just thought this might help!!
 
Last edited by a moderator:
Re: Yasueh's Macros and Addons for F2P

After You upgrade sometimes it can take up to 24 hours from f2p to p2p.

Welcome to the dark side

/Evil tickle
 
Re: Yasueh's Macros and Addons for F2P

It's because Blizzard's addon API is shit (I really am enjoying making addons for other games instead). Their game is telling addons (all of them) that you're on a fully capable P2P account. However, you still have half the restrictions of being on a trial, like not being able to use the chat channels.

There's an option you can change temporarily in the f2pconstants.lua file, that will fix it.
 
Last edited by a moderator:
Re: Yasueh's Macros and Addons for F2P

#show
/castsequence [mod:alt, @focus, stance:0/2] reset=2 Shadowstep, Kick
/castsequence [mod:alt, @focus, stance:1/3] reset=2 Shadowstep, Sap
/castsequence [stance:1/3] reset=2 Shadowstep, Sap
/castsequence [stance:0/2] reset=2 Shadowstep, Kick

I use this macro for my rogue.
It shadowstep kicks your target if you use it out of stealth
If your in stealth it shadowstep sap's your target
if you hold alt and use this it out of stealth it will shadowstep kick your focus target
if your in stealth and hold alt and use this it will shadowstep sap your focus target

It takes some getting used to but its usefull
 
Re: Yasueh's Macros and Addons for F2P

I'm having trouble downloading the f2p addon. It says internet explorer stopped working. When I click download curse via silent, it says this page cannot be displayed. How can I fix this?
 
Re: Yasueh's Macros and Addons for F2P

Today it seems to be not working on my P2P account but using the same settings and addons it works just fine on my F2P.


My P2P cant see the chat made by F2P in the channel and when someone logs out of channel it starts to spam:
No player named X is currently playing
No player named X is currently playing
No player named X is currently playing

However - other F2P can see when i join the channel and the invite feature still works so they are able to form groups on me. The addon is working in that regards I just cant see the chat.

Here is a screenshot and maybe the error that is happening.

pFBta.png
 
Last edited by a moderator:
Re: Yasueh's Macros and Addons for F2P

First enter the command "/run F2PAddonGlobalVars.verbose = true". That will display more about which functions F2Paddon is running, and show if any are being called before each yellow error message.

Otherwise I'm not sure what's causing those messages. The yellow text is the game responding to an addon function being given a name it can't use, but none of the functions in F2PAddon that run when a character logs out use player names, so it looks like it could be another addon responding to friends logging outs.

The Lua Error is because you've been deleting and replacing a lot of alts on the account, and the list of them has has grown too long to send to other players in the channel. When you delete a character there's no way for any of the others on that account to know that it's no longer an alt, and remove it from the addon's database.

You can fix that by wiping the database, by entering the command /run F2PAddon_Variables = nil and logging out.

You might also want to upgrade from 1.2.7 to 1.2.8.
 
Re: Yasueh's Macros and Addons for F2P

The Lua Error is because you've been deleting and replacing a lot of alts on the account.

You can fix that by wiping the database, by entering the command /run F2PAddon_Variables = nil and logging out.

This command fixed the chat for me, and yes I have been making tons of alts recently and deleting them.

For the 19 project i use RaF to level up preset characters on the other accounts - so I keep remaking hunters to level up with them.
 
Last edited by a moderator:
Re: Yasueh's Macros and Addons for F2P

Why is /f2pi not disabling the invites? Putting a message in chat saying I disabled it but people still can group on me. Getting tired of going afk and coming back to my trial being kicked from my group by others.
 
Re: Yasueh's Macros and Addons for F2P

Yasueh can i make a suggestion to not autoblock level 24s.. i mean there are way more 24s playing with f2p 20s then there were/are those kiddo spammers.

Alot people are not using this addon just because they find it hard to change this option in the lua file, if they even know about it, and are not able to talk to their friends and socialise in chat.

I think for a big realm such as Aerie Peak it might be needed but aint it more handy for the people to change this when they get spammed instead of banning every player that is 24 as default?

I myself used to run an older version wich used to be a work around as 24 but that is not working anymore. I find this highly annoying if i want to talk with some people who are f2p 20. I have to log another character to do so and tell them how to change this in the lua file and that is pretty hard for people who dont have a clue.
 
Last edited by a moderator:

Users who are viewing this thread

Top