Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-29-2009, 02:04 AM
EclipsedAngel EclipsedAngel is offline
Lemmy Koopa (Koopalings)
EclipsedAngel's Avatar
Join Date: Nov 2005
Posts: 338
EclipsedAngel has a spectacular aura about
code to change hat

I don't know how to change the player's hat? What's the command?
__________________
Reply With Quote
  #2  
Old 08-29-2009, 02:11 AM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by EclipsedAngel View Post
I don't know how to change the player's hat? What's the command?
I believe it's player.attr[1] = "image_name.png".
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote
  #3  
Old 08-29-2009, 02:23 AM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
You're doing it offline right?
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #4  
Old 08-29-2009, 02:39 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Rufus View Post
You're doing it offline right?
If that was the case then he'd have to do:

PHP Code:
if (created) {
  
// other npc script
  // hat1.png example
  
setcharprop #P1,hat1.png;
  // other npc script

Edit: Misread but as posted below, for future reference.

PHP Code:
if (created) {
  
// player hat example
  
setplayerprop #P1,hat1.png;

__________________
Quote:

Last edited by fowlplay4; 08-29-2009 at 04:02 AM..
Reply With Quote
  #5  
Old 08-29-2009, 03:15 AM
EclipsedAngel EclipsedAngel is offline
Lemmy Koopa (Koopalings)
EclipsedAngel's Avatar
Join Date: Nov 2005
Posts: 338
EclipsedAngel has a spectacular aura about
Ya offline to test out a head.

And I mean on my player not an NPC. Neither of those are working.
__________________
Reply With Quote
  #6  
Old 08-29-2009, 03:27 AM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
Quote:
Originally Posted by EclipsedAngel View Post
Ya offline to test out a head.

And I mean on my player not an NPC. Neither of those are working.
just change setcharprop to setplayerprop and it should work.
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote
  #7  
Old 08-29-2009, 04:59 AM
EclipsedAngel EclipsedAngel is offline
Lemmy Koopa (Koopalings)
EclipsedAngel's Avatar
Join Date: Nov 2005
Posts: 338
EclipsedAngel has a spectacular aura about
Thanks man it works
__________________
Reply With Quote
  #8  
Old 08-30-2009, 05:25 AM
MysticX2X MysticX2X is offline
Prince
MysticX2X's Avatar
Join Date: Sep 2005
Posts: 2,529
MysticX2X will become famous soon enough
shimmys gonna kick it in his offline world.
__________________
-Mystic

former acc: mystic2k


RIP Matt (NBK)
Reply With Quote
Reply


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


All times are GMT +2. The time now is 03:00 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.