BoneYard
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BoneYard

Best Rs-Ps
 
HomeHomeGalleryLatest imagesSearchRegisterLog in

 

 317 servers how to make npc say if your offline or on

Go down 
AuthorMessage
Guest
Guest




317 servers how to make npc say if your offline or on Empty
PostSubject: 317 servers how to make npc say if your offline or on   317 servers how to make npc say if your offline or on I_icon_minitimeSat Dec 06, 2008 1:24 pm

purpose: to make a npc say ur online or not on ur server
skill:1/10
source tested My own server and my friends server
edited files:NPCHandler.java

first open NPCHandler.java and search
Code:

moo

and after that last
Code:

}

add
Code:

else if (npcs[i].npcType == $$$$) {
if (misc.random2(10) <= 3) // this is the time delay
{
npcs[i].updateRequired = true;
npcs[i].textUpdateRequired = true;
if (PlayerHandler.isPlayerOn("YOURNAME")) {
npcs[i].textUpdate = "owner&coder YOURNAME is ONLINE";
} else {
npcs[i].textUpdate = "owner&coder YOURNAME is OFFLINE";
}
}
}
}

K TIME TO EXPLAIN
replace $$$$ to the npc id that you want to say if your online or not
replace YOURNAME to your username on your server
save&compile
also were it says owner&coder u can change that to anything like owner, mod waffle,coder etc.
Back to top Go down
Glabay
Owner
Owner
Glabay


Posts : 18
Join date : 2008-11-19
Age : 34
Location : Sydney

317 servers how to make npc say if your offline or on Empty
PostSubject: Re: 317 servers how to make npc say if your offline or on   317 servers how to make npc say if your offline or on I_icon_minitimeMon Dec 08, 2008 9:25 pm

Simple... usefuk for new people to servers, Myself I perfer not to let ppl know I am online, then I just get spammed, and get no work done
Back to top Go down
http://htthttps://oldboneyard.forumotion.com/
Guest
Guest




317 servers how to make npc say if your offline or on Empty
PostSubject: Re: 317 servers how to make npc say if your offline or on   317 servers how to make npc say if your offline or on I_icon_minitimeTue Dec 09, 2008 1:02 pm

yeah lol I only did for like my one account that everyone knew as the "Total Owner/Coder/Hoster" Lol and my friends (Good friends that were mod+) if i needed to check stuff out i just used a secret admin account for same reason as you lol Very Happy
Back to top Go down
Sponsored content





317 servers how to make npc say if your offline or on Empty
PostSubject: Re: 317 servers how to make npc say if your offline or on   317 servers how to make npc say if your offline or on I_icon_minitime

Back to top Go down
 
317 servers how to make npc say if your offline or on
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
BoneYard :: Guides :: Code Tuts-
Jump to: