Thread: How to make phats turn you to NPCS!

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 How to make phats turn you to NPCS! 
    RSSJ
    Guest
    NOTE TO MODS::this is the oridginal tut, DONT LOCK FOR THAT NUBS COPY

    Purpose: To make PARTYHATS turn you into various NPCS!

    Difficulty: 2-10

    Assumed Knowledge: Find, Copy, Paste

    Server Base: Gangscape, Should work with ALL

    Classes Modified: Client.java

    Procedure
    Step 1: First find this
    Code:
    if (playerEquipment[playerWeapon] == 4747) { //Torag Hammers
    				playerSEA = 0x814;
    			}
    OR
    Code:
    if (playerEquipment[player


    Step 2: add a space under the next closeing of a statement ( } )
    Code:
    			//PHAT TO NPC MADE BY RSSJ
    			//===========start==========
    			if (playerEquipment[playerHat] == 1038) { // red phat to party pete
    				npcId = 659;
    				isNpc = true;
    				sendMessage("your now party pete");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			if (playerEquipment[playerHat] == 1040) { //yellow phat to imp
    				npcId = 709;
    				isNpc = true;
    				sendMessage("your now an imp");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			if (playerEquipment[playerHat] == 1042) { //blue phat to spirit
    				npcId = 501;
    				isNpc = true;
    				sendMessage("your now an spirit");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			if (playerEquipment[playerHat] == 1044) { //green phat to twisted person
    				npcId = 205;
    				isNpc = true;
    				sendMessage("your now a twisted person");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			if (playerEquipment[playerHat] == 1046) { // purple phat to necromancer
    				npcId = 173;
    				isNpc = true;
    				sendMessage("your now a necromancer");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			if (playerEquipment[playerHat] == 1048) { // white phat to skeleton
    				npcId = 92;
    				isNpc = true;
    				sendMessage("your now a skeleton");
    				pEmote = 2412;
    				stillgfx(601, absY, absX);
    				stillgfx(623, absY, absX);
    				stillgfx(186, absY, absX);
    				appearanceUpdateRequired = true;
    			}
    			//========END==========



    Credits: 80% to me 10% to Itachi Uchiha for the gfx and 10% to zee for the idea

    NOTES ON HOW TO EDIT:
    Things you MAY and MAY NOT edit!

    You MAY edit these:
    Code:
    stillgfx(601, absY, absX);
    these are the GFX, you can edit the number, but it's not wize to edit the absY/absX
    Code:
    sendMessage("your now a skeleton");
    this is the message the server sends to you, you can edit this but idk why you would
    Code:
    npcId = 92;
    this is what npc you turn in to, edit the number to change the npc
    Code:
    if (playerEquipment[playerHat] == 1048)
    This is the item number, if you change the item number MAKE SURE IT'S SOMETHING YOU CAN WIELD, and if it's a different kind of item (ex. blackjack) then switch "playerHat" to "playerWeapon"
    Code:
    pEmote = 2412;
    this is the emote, change the number to the emote number you want (NOTE: THIS EMOTE IS DR.JAKYL WICH ROCKS )

    YOU MAY NOT EDIT THESE:
    Code:
    //made by RSSJ
    this is the thing that tells whoevers seeing your source WHO MADE THAT CODE in other words if you REMOVE that, your clameing rights to that code.. although you MAY remove it if you rep me
    Last edited by RSSJ; 08-01-2007 at 09:28 AM. Reason: adding in stuff:)
     

  2. #2  
    RSSJ
    Guest
    !!!! Post If You Use, Otherwize I Will Remove!!!!!
     

  3. #3  
    Banned

    Join Date
    Jan 2007
    Posts
    518
    Thanks given
    1
    Thanks received
    3
    Discord
    View profile
    Rep Power
    0
    Do not triple post.
    Karlis deleted one post already.
    Dont bump thread.
     

  4. #4  
    helle
    Guest
    Didnt work for me
     

  5. #5  
    мя נαмιε ¢υятιs
    Guest
    Doesn't work for me either, I compiled and got 0 errors aswell.
     

  6. #6 Must be crap then 
    helle
    Guest
    no errors at all.
     

  7. #7  
    UrbanKnight1
    Guest
    u got me excited than destroyed it
    no errors nothing happens in game
     

  8. #8  
    RSSJ
    Guest
    it's noob proof thats why... you have to know what to edit to make it work... ughh you noobs.
     

  9. #9  
    helle
    Guest
    ur the noob its only adding a simple :: command which i do fine so if it doesnt work then Your to blame.Mod please remove this crap.
     

  10. #10  
    Banned

    Join Date
    Sep 2006
    Posts
    1,258
    Thanks given
    17
    Thanks received
    14
    Rep Power
    0
    Give the credit's to the true , maker... How can an 20+ posts guy post such stuff? with 0 repp power? i mean? LEECHED!,
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. phats make me invisible
    By Xero in forum Help
    Replies: 3
    Last Post: 06-05-2010, 06:27 AM
  2. How do i Turn on a server or make?
    By I Uhmmm I in forum Help
    Replies: 8
    Last Post: 03-29-2010, 12:31 AM
  3. How do i make objects turn around?
    By Markk in forum Help
    Replies: 2
    Last Post: 01-02-2009, 01:25 AM
  4. make phats turn you to npc
    By junkcrap83 in forum Tutorials
    Replies: 7
    Last Post: 08-01-2007, 12:10 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •