[Guide] Phasing menu

User Tag List

Results 1 to 9 of 9
  1. #1
    darkpatato's Avatar Member
    Reputation
    -8
    Join Date
    May 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Phasing

    Step 1: Familiarize Yourself With Phasing
    So what is phasing? Phasing is what happens on retail servers when you complete a certain quest and the zone changes on you, or new creatures spawn and old ones disappear etc. and no one but you and others in your phase can see it. (ZOMG RELE?! NO WA1?!1)

    Step 2: The Phasing Commands

    :PhaseSet(#, 1) <-- the 1 is an optional argument and makes it permanent. Does not work with players. This sets the phase of the object.

    :PhaseAdd(#, 1) <-- this makes the object part of another phase. Use this to add multiple phases to an object.

    :PhaseDelete(#, 1) <-- Deletes the phase number from the unit and 1 is the same as above.

    :GetPhase() <-- Returns the current phase the unit is in


    This commands can be used to phase Units, Objects, and Players all alike.

    Step 3: How it Works
    Now let me explain how phasing works. It works in exponential increases. Essentially you double the base value. What the hell are you talking about Mr. Storm? What I am talking about Timmy is the phase ID which i so graciously named them. Everyone starts in Phase 1 by default. Then we can go into phase 2 by doing 1 + 1 = 2. Then we can go into phase 3 by doing 2+2 = 4, then phase 4 by doing 4+4 = 8. And it continues in that method. 8 + 8 = 16 (which is phase 5) etc.

    Step 4: What Happens in a Phase
    All objects can be phased, this means, units, creatures, npcs, gameobjects, etc. Hell the clever ones like myself /flex can even script and item that can only be used while in a certain phase Tongue. When in a phase everything around you disappears and you only see what is in that phase. So lets say for example you have an alter that is in phase 2. You as a player are in phase 1. You cannot see that alter. So lets talk to the phase master NPC and tell him to set ur phase to two. You will vanish from the phase you are in, and appear in phase two and can see the alter.

    Say you were with your group mate and they didn't like talking to strangers so they didn't talk to the nice phase NPC. Well your group mate will see you disappear and you will no longer see him. Pretty neat huh?

    Now phases are set by default to reset to normal after logout ON PLAYERS ONLY. In order to phase a player permanently you have to run a DataBaseQuery using the CharDBQuery and set it in the database. (That is more advanced I am giving you basics).

    Step 5: Adding Phases Together
    So how can we do this and why does it sound confusing. Well it is actually VERY confusing. I don't like to sugar coat things. But this part sucks. So lets say we have a player in phase 5. Now remember what i said above, everything is in phase 1 by default right. And remember that you cannot see anything that is not in your phase nor can they see you.

    "So does that mean I can't see Candy Mountain Charlie??"
    "Well if Candy Mountain is in Phase 5 and you are in phase 1 then no, you can't see it.."

    BUT

    We can combine phase 5 and phase 1's phase values which are respectfully 1 and 16. All I mean by phase value is those base numbers i mentioned above like 1 + 1, 2 + 2, 3 + 3, etc. and that means that whatever is in those two phases can be seen and can see you. So yes maybe you can get to see Candy Mountain afterall Cheesy.

    Be wary though. Lets say you are in phase 1 your partner is in phase 5 (or Phase Value 16), and some other guy is in a combination of those phases well then, the guy in the combination phase can see both of you. However the guys in phase 1 cannot see the one in phase 5 and the one in phase 5 cannot see the one in phase 1, BUT they can both see you and you can see BOTH of them. OMFG! PARADOX!!!!

    Step 6: Conclusion
    Phasing sucks and is difficult to manage, however if you master it just think of the possibilities. It is also up to you the scripter to remember to take your players or objects out of the phase if that is your intention. I don't think you will have many happy campers who are stuck in phase 5 and cannot see ANYTHING other then whatever is phased to phase 5. You can do that to some of those pesty hackers though Wink Let them have fun in there own little phased world. It won't hurt you and no one can see them Tongue


    credits!
    halestorm 99,5% for making the guide!
    me 0,5% for sharing
    Last edited by darkpatato; 04-28-2010 at 04:38 PM. Reason: forgot credits.

    [Guide] Phasing
  2. #2
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just edit your title next time. =)
    What's a Parog?
    Looking for competitive Valorant team!

  3. #3
    P1raten's Avatar Banned
    Reputation
    500
    Join Date
    Mar 2008
    Posts
    1,323
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why are you posting several threads?

    And btw, You should tag your thread like this:

    i.e: [Lua] Phasing

  4. #4
    darkpatato's Avatar Member
    Reputation
    -8
    Join Date
    May 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edited.



    also this is not my guide its a share!
    from wow-v halestorm

  5. #5
    ~Keric Vi Britannia~'s Avatar Member
    Reputation
    13
    Join Date
    Oct 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkpatato View Post
    Edited.



    also this is not my guide its a share!
    from wow-v halestorm
    ...I should've posted something as soon as I had realized where else I had seen this. Sir, edit the FIRST post so we see where the originality come from. I'm pretty sure Hale would not be the happiest of people if you copied and pasted HIS guide and didn't even credit him. Don't edit a post that's half a page down or anything. Jeez... I swear, people these days...
    Caeli Absolutio.
    Picking back up C++, learning Lua later.

  6. #6
    darkpatato's Avatar Member
    Reputation
    -8
    Join Date
    May 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keric.
    i dont want to couse any problems.
    but i know its halestorms guide.
    and i know he wants people to share it also i dont take the credits.
    they go to halestorm.


    *** ME ON MMOWNED.
    COUSE SOME MORRON COME AND BLAME ME FOR A GLITCHY POST I SHARE HE TOOK AWAY 13 REP MAN THATS JUST POOR.
    THERE IS SOMETHING LIKE A WARNING TOO.
    BUT AYE POOR PEOPLE DONT KNOW WHAT THAT MEAN"S.
    Last edited by darkpatato; 04-28-2010 at 04:50 PM. Reason: ....

  7. #7
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkpatato View Post
    Keric.
    i dont want to couse any problems.
    but i know its halestorms guide.
    and i know he wants people to share it also i dont take the credits.
    they go to halestorm.


    *** ME ON MMOWNED.
    COUSE SOME MORRON COME AND BLAME ME FOR A GLITCHY POST I SHARE HE TOOK AWAY 13 REP MAN THATS JUST POOR.
    THERE IS SOMETHING LIKE A WARNING TOO.
    BUT AYE POOR PEOPLE DONT KNOW WHAT THAT MEAN"S.

    L2read

    Basically if you read your rep logs it will say you were caught rep trading soo thats why I -13 you
    Last edited by 2dgreengiant; 04-29-2010 at 03:30 PM.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  8. #8
    I Hypnotoad I's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    873
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol -9 rep.

    The guide is pretty helpful though, I'll be sure to rep him the next time I go on WoW-V.


    Dragon[Sky] can get into our signatures, AND our pants.



  9. #9
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great man, but how do you set it up and edit it? say on c++ or sql??

Similar Threads

  1. SSO Phase 3 Dailies Guide
    By ChrisC in forum World of Warcraft Guides
    Replies: 1
    Last Post: 04-08-2008, 07:13 PM
  2. 1-60 Horde Leveling Guide w/ Quests
    By Matt in forum World of Warcraft Guides
    Replies: 23
    Last Post: 04-17-2007, 07:26 PM
  3. Blackwing Lair: Ultimate Boss Guide
    By Matt in forum World of Warcraft Guides
    Replies: 11
    Last Post: 11-02-2006, 05:18 AM
  4. 8 World of Warcraft Guide Packs (Gold, Profs and Skills)
    By Matt in forum World of Warcraft Guides
    Replies: 17
    Last Post: 09-23-2006, 10:53 AM
  5. Accelerated Leveling Guide 48-60
    By Matt in forum World of Warcraft Guides
    Replies: 0
    Last Post: 03-03-2006, 11:49 PM
All times are GMT -5. The time now is 06:10 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search