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:
Newbie Spellweaver
Joined
Jun 1, 2008
Messages
57
Reaction score
0
nice release....
but can't use it now, i'm having problems in my Field server...
 
Upvote 0
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
i have seen your latest "SS" of your status.php
but still not fix ^_^, try to the correct format



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
Back
Top