Thank you! This seems to be exactly what I'm looking for but I'm having trouble implementing it.
I'm using the code from the Paladin profile Initialization.
I created a CVars frame and then used the lines
I created another ability entitled Psychic Scream and used the followingCode:if SlashMacros == nil then SlashMacros = true SLASH_PSYCHICSCREAM1 = "/psychicscream" function SlashCmdList.PSYCHICSCREAM(msg, editbox) if not GetCVarBool("Nova_PsychicScreamQueue") then xrn:message("\124cFFFF3300Psychic Scream Queued.") SetCVar("Nova_PsychicScreamQueue", 1) else xrn:message("\124cFFFF3300Psychic Scream Canceled.") SetCVar("Nova_PsychicScreamQueue", 0) end end end
It seems like I'm missing something because it is not functioning.Code:if Nova_PsychicScreamQueue == 1 then if PQR_SpellAvailable(8122) then return true end end
Thank you all for your help.
Actually you would need the boolean converter as well. That is included with the old Nova frame Table setup I'm using but otherwise you should not use boolean table. rather do your checks something like
if GetCVar("Nova_PsychicScreamQueue") == 1 then
Also did you add the xrn chat overlay function as well? If you did not, that's another error.
Use:
print("Psychic Scream Queued")
instead of:
xrn:message("\124cFFFF3300Psychic Scream Queued.")
xrn:message is another function. If you did not declare it prior to using it, it's more than likely not going to work hehe
Last edited by CodeMyLife; 07-30-2013 at 05:58 PM.
Soapbox Rotations Developer
Can someone tell me how to use PQR on the PTR?
Thank you. I did not expect such a quick reply. I did not add xrn:message as a function. I changed that as you suggested. As for the nova frame table, again thank you for the correction. I really want this to work.
I tried to correct the boolean. This is the code I'm using*edit* still not workingCode:if GetCVar("Nova_PsychicScreamQueue") == 1 then CastSpellByName(GetSpellInfo(8122)) return true end
Last edited by bgr; 07-30-2013 at 06:41 PM.
Guys, I just found out that PQR can do an old method of wallhack (Very light wallhack)
Anyone interested in helping me improve it? As of right now it's VERY basic, I am tired AND not a very good Lua coder.
Anyways, contact me @PM or Skype: PainkillaTM
EDIT:
Biggest problem right now is that it Disconnects me sometimes and it cannot take every single walls![]()
Last edited by Partykilla; 07-30-2013 at 06:32 PM. Reason: Updated
Hi guys, I'm playing on 3.3.5 AT , as I only RvR there, I found out that about 5 top rogues use a script as an addon to the game in vanishing blind all the time ( not harm macro). After I did some research i came up with this ...might be wrong , I dont know , but I'm here to ask some of you that have better Knowledge in this , so pls come with an Idea to implement this in game, and how.
if sourceGUID == UnitName("target") then
if spellname==("Blind") then
RunTextMacro("/cast Vanish(Rank 3)")
end
end
end
A new raid test today, need new 17252 offsets.
PS. may, finally, somebody do a full video guide how to make offsets?
Can someone please tell me how to work PQR with Public Test Realm, I deleted the wow64.exe, I checked the 32 bit client, but the PQR still wont work. Help!
well i tryed all the above. (thanks for posting btw! ) but i still get mix results, and both dont work.. if someone could come up with a better way of explaining or more detail that would help alot, iv already tyed using and older exe to try and come with up with some matching offsets but i just can seem to do it, not sure if its me or my method. im currently on vacation ill be back about 2 week from now . when i get back ill crack down on it and make a vid or a guide on it.
My WoW has been crashing a lot randomly late for no reason, but occasionally I get an error from PQR saying that the 32 bit application cannot handle/access 64 bit processes or something along those lines. However, I'm launching WoW from PQR and it's definitely 32 bit, so I'm not sure what could be causing these errors. Is this a common problem? I have a 64 bit operating system, but I've been using PQR for over 2 months and this has only started happening numerous times for the past week (no new addons or anything).
17252 offsets anyone please?
I dont get why its not going to 32 bit, people say delete 64 bit versioin of wow & download the offsets which I did, yet it keeps going to 64 bit version. Can anyone help?
Last edited by Paszo; 07-31-2013 at 01:48 PM.