Jump to content
MakeWebGames

[mod v2] halloween bit late but fun Scare members with Masks


Recommended Posts

Posted

Sorry this is late for Halloween but its still fun to have based on the attack.php ive just modified it so members can wear Masks to scare the hell out of each other..

Call this file scare.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

PART 2 to follow

Posted

Re: [mod v2] halloween bit late but fun Scare members with Masks

Replace your staff_Items.php with this one. remember to ammend or remove anything you dont need in this file.....

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

PART 3 to follow

Posted

Re: [mod v2] halloween bit late but fun Scare members with Masks

call this file equip_mask.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Call this file equip_weapon.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Part 4 to follow

Posted (edited)

Re: [mod v2] halloween bit late but fun Scare members with Masks

Call this Inventory.php or just extract what you need and place it into your own copy

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Call this File unequip.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Edited by illusions
Posted

Re: [mod v2] halloween bit late but fun Scare members with Masks

Add this line to your Viewuser.php

Scare {$r['username']}'

and finally the SQLs

ALTER TABLE `items` ADD `mask` int(11) NOT NULL default '0';

and

ALTER TABLE `users` ADD `scarewon` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `scare` int(11) NOT NULL default '0';

You will need to create an item mask sellable but as a weapon

Your users can buy the masks and when inserted into their Inventory equip then to scare Opponents....

Oucomes Vary...

and the final Result

scare.png

Posted

Re: [mod v2] halloween bit late but fun Scare members with Masks

Well you dont really need to use it just for halloween you could just alter scare to become anything infact may even make a decent Xmas script if you alter it right :)

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...