Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share]Status.php with Pet System ^_^!!

Joined
Jan 17, 2008
Messages
320
Reaction score
0
now i have the Status.php that support pets ^_^

HERE NOW THE GUIDE!!

1st: make a column PetNum, bigint, PetName, varchar(20) and PetType, int to your ChaInfo table

2nd: modify your sp_insertpet then put this code before end!!

Code:
Update ChaInfo 
Set PetName = @nPetName
Where PetNum = @nPetNum

Update ChaInfo
Set PetType = @nPetType
Where PetNum = @nPetNum
then to your sp_renamepet Put this before the end or add this!!

Code:
Update ChaInfo 
Set PetName = @szPetName
Where PetNum = @nPetNum
then that's it here's the status.php i made it's fix ^_^


michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums


here's my ss. i made this yesterday night!!

michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums




NOW TRY TO YOUR STATUS ^_^ then tadan ^_^
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Sep 16, 2007
Messages
1,206
Reaction score
540
Re: Status.php with Pet System ^_^!!

now i have the Status.php that support pets ^_^

here's my ss. i made this yesterday night!!

michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums


i will not share it yet!! ^_^ i want to know if there's someone made this soo i'm sure that i am the only one made this ^_^!! please post your's ^_^

hahahah nice release huh
 
Upvote 0
Initiate Mage
Joined
Jul 24, 2008
Messages
92
Reaction score
1
Re: Status.php with Pet System ^_^!!

This is the first post, Nice work bro.
Share it now..^^
 
Upvote 0
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
hehehehe

@michael2k10
do you want me to fix that and upload it here again?


if you see my status.php on my ep3
 
Upvote 0
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
ok thats what you see, try to look the pic carefully
if what is the different for the original format

thats an offer but never mind
 
Upvote 0
Joined
Jan 17, 2008
Messages
320
Reaction score
0
ahh you mean on the top of the PetName and PetType i already fix it bro ^_^ it's on
this part

<td height="23" colspan="5" background="sub.jpg"><div align="center" class="style3">Top Student

i already change the "colspan="7" that's the fix ^_^ eheheehehe see or download my status.php ^_^
 
Upvote 0
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
ok nice, good job for you


i already make a status.php on my own for the ep4
as you remember when i share the correct code for
the banned account that also appear on the status.php
and i also add more additional function to appear on my
status.php, for now im working on my admin cp adding
more privilege...
 
Last edited:
Upvote 0
Back
Top