Go Back   The Palace Avatar Chat Community Forums. > Palace Builders Palace Users > User Questions

User Questions
The spot for asking your Palace Client and Palace Server Questions.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-31-2009, 03:06 AM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
Icon5 Prop ID Question

how do i find the prop ids for my props? the prop scripts im tryin to use require prop ids but where do i find them?? (sry if this sounds sorta dumb but im new at all of this)
Reply With Quote
  #2 (permalink)  
Old 07-31-2009, 11:02 AM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
For this you need to add a script to a room or your Palace Clients Cyborg script. You can check if you have a script already by saying "pid" in your Palace. without the " " quotes off course :)

If you know how to add a script to the Palace Client cyborg.ipt then here is the script:

if chatstr="pid" then
for i=1 to nbruserprops
s=s+format(userprop(i),"-0")+" "
next
logmsg chr(34)+trim(s)+chr(34)
chatstr=""
end if

Add it to the ON OUTCHAT part of the script, make sure you BACKUP the Cyborg.ipt before edting it, only edit it with textpad.

Then go to your Palace, wear the prop you want to addd, say "pid" and the prop id's should show up in the Palace log. You can copy paste them from there.

EDIT:

Ok found a dump script, this is a pretty handy script to add to your Cyborg, it drops the props at the point where your mouse is and gives you the prop IP numbers in the log, not sure but I think you can add this to a room by adding ON INCHAT to it:

;dump script to get prop ids and drop props at your mouse position
{
"" CHATSTR =
"" ttosay =
{ " " topprop itoa + theprop =
theprop ttosay + ttosay =
mousepos dropprop
} {topprop} while
"\"" ttosay + "\" " + logmsg
} CHATSTR "dump" == IF


__________________
Please don't ask me for help in private, use the USER QUESTIONS forum if you need help.

Last edited by maarten; 07-31-2009 at 04:52 PM. Reason: found the dump script
Reply With Quote
  #3 (permalink)  
Old 07-31-2009, 11:05 PM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
thanks for your reply! much appreciated.

i'm not exactly sure how to add scripts to my cyborg, how do i go abouts doing that?
Reply With Quote
  #4 (permalink)  
Old 07-31-2009, 11:10 PM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
ok, i found the location of my cyborg.ipt and u say to only edit it in textpad....can i use notepad? pretty much the same thing right haha prolly a stupid question lol oh and how do i backup my cyborg?

Last edited by Blacktearz89; 07-31-2009 at 11:35 PM.
Reply With Quote
  #5 (permalink)  
Old 08-02-2009, 05:28 PM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
Ooops yes it is called notepad on Windows, Textpad is the mac version. You van backup any file on your computer by simply duplicating it. Best thing to do: make a new folder inside your Palace folder, call it backup and COPY the cyborg and palace.prp (your props file) to the backup folder. This way you can always go back to what you had.

So how to add, well besides the whole MANUAL section we have with detailed instructions lol... (Palace Planet the Palace Chat community Portal - Advanced Features)

Open the cyborg.ipt in notepad, find the part that starts with ON OUTCHAT and add it just after that line.

Make sure you do not mess up any "if" or "endif" stuff, every piece of script should stay intact, if you are lucky there are blank lines in between every script in there.

Good luck :)

(I think something is wrong with the links in the clients manual... ooops.. and oh dear..)
__________________
Please don't ask me for help in private, use the USER QUESTIONS forum if you need help.
Reply With Quote
  #6 (permalink)  
Old 08-04-2009, 07:15 PM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
ok so ive attempted to edit my cyborg but it will not let me save it. everytime i do it says "cannot create the c:\program files\brainhouselabs\......Cyborg.ipt file. Make sure that the path and file name are correct." which they are, so i dont understand why it wont let me. even when i try to replace the original file it says the same thing.
Reply With Quote
  #7 (permalink)  
Old 08-04-2009, 07:29 PM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
k i put the prop id script in my client cyborg file, but it wont work... i say pid and it does nothing
Reply With Quote
  #8 (permalink)  
Old 08-09-2009, 10:02 PM
Palace User
 
Join Date: Jan 2009
Posts: 12
Rep Power: 0
Vagabond.01 is on a distinguished road
" CHATSTR "dump" == IF "

Say "dump."
Reply With Quote
  #9 (permalink)  
Old 08-11-2009, 09:59 PM
Palace User
 
Join Date: Jul 2009
Posts: 30
Rep Power: 0
Blacktearz89 is on a distinguished road
it worked!! cool, thanks so much vagabond!!
Reply With Quote
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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
one question bluerain User Questions 4 07-23-2009 03:42 AM
I have a question Lil Lady User Questions 3 03-21-2007 09:44 AM
prop editing question help! shOp0hoLic312 User Questions 1 06-08-2004 10:27 AM
Question star_gazer_3009 User Questions 4 12-12-2003 06:30 PM
Ok, Now I have another question? BrandonNeedsHosting User Questions 1 12-22-2002 05:17 PM

The Latest Posts
Title, Username, & Date Last Post Forum
download
03-21-2011 11:20 AM
by maarten
User Questions
Palace for Mac OS 10.6?
03-13-2011 09:39 AM
by pawnipt
User Questions
Server
03-07-2011 04:52 PM
by satinrose
User Questions
Return room Script
02-24-2011 12:07 AM
by jaela
Room Scripts
Releasing source code
02-17-2011 09:19 AM
by Sman™
Developers Forum
Website spammers
01-26-2011 08:48 PM
by maarten
The Planet: Palace News
Online Users: 65
1 members and 64 guests
VeraFlorsewal
Most users ever online was 1,010, 06-27-2007 at 11:45 PM.
Stats
Members: 5,112
Threads: 1,141
Posts: 4,004
Top Poster: maarten (1,169)
Welcome to our newest member, cliffymayers


All times are GMT +2. The time now is 03:32 PM.


Powered by vBulletin
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0