Pyramid Fix Battle Banzai 90%

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Pyramid Fix Battle Banzai 90%

    Search for:

    Code:
                    if (Item.GetBaseItem().InteractionType.ToLower() == "bed")
                    {
                        if (!User.Statusses.ContainsKey("lay"))
                        {User.Statusses.Add("lay", Item.GetBaseItem().Height.ToString().Replace(',', '.') + " null");}
    
                        User.Z = Item.Z;
                        User.RotHead = Item.Rot;
                        User.RotBody = Item.Rot;
    
                        User.UpdateNeeded = true;
    
                    }

    After that add:
    Code:
                else if (Item.GetBaseItem().InteractionType.ToLower() == "pyramid")
                {
                    if (Item.ExtraData == "1")
                    {
                        Item.ExtraData = "2";
                        Item.GetBaseItem().Walkable = false;
                        Item.UpdateState(false, true);
    
                        User.X = Item.SquareInFront.x;
                        User.Y = Item.SquareInFront.y;
                        User.UpdateNeeded = true;
                    }
                }
    P.S: You need to add the interaction to your database: Pyramid.

    100% coded by me!


  2. #2

    Re: Pyramid Fix Battle Banzai 90%

    Thank you very much! :D

  3. #3
    Demi-God tweeney is offline
    MemberRank
    Aug 2008 Join Date
    888Posts

    Re: Pyramid Fix Battle Banzai 90%

    Thanks for the code, what is the pyramid function?

  4. #4
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Pyramid Fix Battle Banzai 90%

    walk on it and it comes up, then you need to walk around it.

  5. #5
    yerro Adde is offline
    MemberRank
    Feb 2010 Join Date
    none ur bizzLocation
    2,731Posts

    Re: Pyramid Fix Battle Banzai 90%

    Thanks for this fix!

  6. #6
    Demi-God tweeney is offline
    MemberRank
    Aug 2008 Join Date
    888Posts

    Re: Pyramid Fix Battle Banzai 90%

    I still dont understand what it is, what furniture do we add the interaction too?

  7. #7
    Lana Del Rey > Life. Rhys is offline
    MemberRank
    Jul 2008 Join Date
    AustraliaLocation
    308Posts

    Re: Pyramid Fix Battle Banzai 90%

    Thanks :)
    Could someone release the 'ball' effect swfs?

  8. #8
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Pyramid Fix Battle Banzai 90%

    Rhys, I will release a pack with all that stuff ( r59, cracked! ) soon :P

    EDIT : Released :P
    Last edited by PEjump2; 04-10-10 at 07:55 AM.

  9. #9
    Account Upgraded | Title Enabled! GrandCoder is offline
    MemberRank
    Jul 2010 Join Date
    BramptonLocation
    413Posts

    Re: Pyramid Fix Battle Banzai 90%

    What File?!

  10. #10
    Account Upgraded | Title Enabled! wichard is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    649Posts

    Re: Pyramid Fix Battle Banzai 90%

    Room.cs

  11. #11
    Account Upgraded | Title Enabled! Habbie is offline
    MemberRank
    Mar 2009 Join Date
    302Posts

    Re: Pyramid Fix Battle Banzai 90%

    Someone got screenshots if it works?

  12. #12

    Re: Pyramid Fix Battle Banzai 90%

    This isn't working with Spazz Emu

  13. #13
    Im Back! PythoneX12 is offline
    MemberRank
    Sep 2010 Join Date
    634Posts

    Re: Pyramid Fix Battle Banzai 90%

    Thanks for this mate :)



Advertisement