[Release] A Start For VIP

07/15/2009 18:55 f0am#16
Quote:
Originally Posted by raidenx123 View Post
Something to add:
In Character.cs search
Code:
Stamina < 100
And replace (Action == 250) with:
Code:
if (Action == 250)
                if (MyChar.VIP)
                {
                    if (Stamina < 130)
                        Stamina += 15;
                    if (Stamina > 130)
                        Stamina = 130;
                }
                else
                {
                    if (Stamina < 100)
                    {
                        Stamina += 8;
                        if (Stamina > 100)
                            Stamina = 100;
                        MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
                    }
And one error should pop-up about putting "}" put click the error and just put it there.

Now search
Code:
 Stamina = 100
And replace the whole code with:
Code:
if (revp[0] == LocMap)
                    {
                        if (MyChar.VIP)
                        {
                            Stamina = 130;
                            Teleport(revp[1], revp[2], revp[3]);
                            break;
                        }
                        else
                        {
                        Stamina = 100;
                        Teleport(revp[1], revp[2], revp[3]);
                        break;
                    }
                }
            }
And once again an error should occur about "}" and click the error, and add the "}" And now you see my point just keep searching
Code:
 Stamina = 100;
and do as I did my adding
Code:
 if (MyChar.VIP)
{
And changing the Stamina amount to 130 instead of 100 and then do
Code:
}
else
{
And do if they arent VIP

Nice you could also add revive here
07/15/2009 19:04 Hamolos#17
eres a 5017 Client! Clean No Edits
Download

My Contributions:
[RELEASE]Ninja Files
[X]150 Posts//July 7th 2009
[X]250 Posts//July 13th 2009
[ ]350 Posts



is this privat server?
07/15/2009 19:05 raidenx123#18
I also added special items but im not gonna release :) (even tho i dont even use VIP)
07/15/2009 19:12 Hamolos#19
what is pw international ?
07/16/2009 16:30 f0am#20
Quote:
Originally Posted by Hamolos View Post
what is pw international ?
What are you talking about lol?
07/17/2009 03:43 Pyro-G#21
Umm...Am I the only one getting an error for SaveVIP?...
07/17/2009 04:24 f0am#22
Quote:
Originally Posted by Pyro-G View Post
Umm...Am I the only one getting an error for SaveVIP?...
Wow its the first 3 steps....make sure you put it in your appserv or w.e u use
07/18/2009 05:28 Jay1029#23
What is there to place in my appserve....?

//edit: Aight I guess I got it. Thanks
07/18/2009 05:34 f0am#24
Quote:
Originally Posted by Jay1029 View Post
What is there to place in my appserve....?

//edit: Dude when I add the 3rd step "public void SaveVIP()
{
if (MyClient.There)
if (MyClient.Online)
DataBase.SaveVIP(this);
}"
"SaveVIP" is underlined right away...so what now?...

The next step.
07/18/2009 18:45 Jay1029#25
When I click on the NPC she asks if I want to become a VIP but any option I click closes the window...same with all my other NPCs. Anyone know why?
07/18/2009 21:02 f0am#26
Quote:
Originally Posted by Jay1029 View Post
When I click on the NPC she asks if I want to become a VIP but any option I click closes the window...same with all my other NPCs. Anyone know why?

You probably messed something up in the source
07/18/2009 21:04 ~Yuki~#27
lmfao :facepalm:
07/21/2009 05:34 f0am#28
#SUPER BUMP!!!


Anyone need help or should i release the next step? ( a few benefits )
07/21/2009 05:39 Arcotemple:)#29
Quote:
Originally Posted by f0am View Post
#SUPER BUMP!!!


Anyone need help or should i release the next step? ( a few benefits )
do not release the next step
let people do that one for themselves!!!!!!
07/21/2009 18:07 f0am#30
Well i was thinking just post on this thread some vip benefit like increased drops.