Evony Guides and Help
Trik Forum - RuneScape Forum  
Register Forum Homepage Members Mark Forums Read


Trik Members: 34,284 | Total Posts: 132,915 | Total Threads: 25,583
Welcome to our newest member, Lobraves.
Go Back   Trik Forum - RuneScape Forum > Runescape 2 Cheating > Runescape Private Servers
Reload this Page Changing what an NPC Says(Above There Head)
Runescape Private Servers Advertise your Runescape private server(s) here. Discuss about servers, post tutorials, get help, read people's developments, etc.


Reply
 
Thread Tools Display Modes
Changing what an NPC Says(Above There Head)
Old
  (#1)
Marty is Offline
Sergeant
Junior Member
Marty is an unknown quantity at this point
 
Posts: 334
Thanks: 1
Thanked 4 Times in 2 Posts
Join Date: Dec 2007
Activity: 0%
Longevity: 88%
Today: 0/5
   
Default Changing what an NPC Says(Above There Head) - 07-28-2008, 07:32 PM

Description: Changing what an NPC says

Difficulty: 1/10

Assumed Knowledge: Follow very simple directions

Server Base Tested: Hiya/Czar works with a lot of sources though

Files/Classes Modified: NPCHandler.java

Procedure
Step 1:
Find the ID of the NPC your going to make talk.
Now open up NPCHandler.java and search "moo"
You should see something like this:
Code:
                    if (npcs[i].npcType == 81 || npcs[i].npcType == 397
                            || npcs[i].npcType == 1766
                            || npcs[i].npcType == 1767
                            || npcs[i].npcType == 1768) {
                        if (misc.random2(50) == 1) {
                            npcs[i].updateRequired = true;
                            npcs[i].textUpdateRequired = true;
                            npcs[i].textUpdate = "Moo";
                        }
                    }
That makes all npcs with the id 81,397,1766,1767, or 1768 say "Moo"
Under that last } of that code add this:
Code:
                    if (npcs[i].npcType == 555) {
                        if (misc.random2(30) <= 2) {
                            npcs[i].updateRequired = true;
                            npcs[i].textUpdateRequired = true;
                            npcs[i].textUpdate = "Trade me for the shop!";
                        }
                    }
Change the "555" part to whatever the id is of the NPC your going to make talk.
Change the "Trade me for the shop!" part to whatever you want him to say above his head.
Step 2:

Credits: 100% Made By Marty of RSPServer.com
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#2)
DeathGamer is Offline
Captain
Junior Member
DeathGamer is on a distinguished road
 
Posts: 532
Thanks: 1
Thanked 0 Times in 0 Posts
Join Date: May 2007
Activity: 0%
Longevity: 99%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 07-28-2008, 07:57 PM

Another Great Guide Marty


Will MM for free and TRUSTED
First and X-SMod - do to inactivity
Respect List:
#21-coolest admin and friend
Halosniper- cool friend
Deltatsuanami-cool friend
Dan-cool friend love his youtube vids
Trade List:
Gave #21 a free pure
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#3)
Teh God is Offline
Trik.com news editor
Senior Member
Teh God is an unknown quantity at this point
 
Posts: 368
Thanks: 30
Thanked 3 Times in 2 Posts
Join Date: Jun 2008
Location: In the shadows WATCHING
Activity: 0%
Longevity: 77%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 08-02-2008, 05:43 AM

YUP very nice. I knew how anywayz, just checking it out. well written.




I AM MMING FOR FREE limited time only.

Previously Known as: Xx b4r3g3r x



To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
^^>>VOUCH THREAD<<^^
I love SonicLink and his big juicy cock. - Tagged by soniclink

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#4)
1337alex is Offline
Private
Junior Member
1337alex is an unknown quantity at this point
 
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Aug 2008
Activity: 0%
Longevity: 74%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 08-03-2008, 08:13 AM

Woah nice guide, Now i know how to add a npc say something.
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#5)
lamo528 is Offline
Private
Junior Member
lamo528 is an unknown quantity at this point
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2008
Activity: 0%
Longevity: 67%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 12-06-2008, 07:53 PM

FAIL!!! this doesn't work on delta, uber, or dodian servers so u massively FAIL!
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#6)
Uaex is Offline
Private
Junior Member
Uaex is an unknown quantity at this point
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2009
Activity: 0%
Longevity: 54%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 07-24-2009, 03:33 PM

message above made me lol irl.
anyways, i hope this will work for me.
trying to make a server with a friend,
no idea how to code or anything.
but everybody learns at one point right?
thanks.
  
Reply With Quote Share with Facebook
Re: Changing what an NPC Says(Above There Head)
Old
  (#7)
alexwright10 is Offline
Private
Junior Member
alexwright10 is an unknown quantity at this point
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2010
Activity: 0%
Longevity: 32%
Today: 0/5
   
Default Re: Changing what an NPC Says(Above There Head) - 07-27-2010, 10:19 AM

Quote:
Originally Posted by Uaex View Post
message above made me lol irl.
anyways, i hope this will work for me.
trying to make a server with a friend,
no idea how to code or anything.
but everybody learns at one point right?
thanks.
i am 2 with 1 of my m8s but we using hamachi
ive coded the server and i can get on it on my computer but my m8 keeps trying and he cant
ive followed the instructions on forums and youtube but they arent working
plz can sum1 help me
if u do i'll make u admin

thx all
  
Reply With Quote Share with Facebook
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




======================================================================================== ---------------------------------------------------------------------------------------- ========================================================================================

Your Ad Here

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright © Trik.com