RPGDot Network    
   

 
 
Diablo 2 - Lord of Destruction
Display full image
Pic of the moment
More
pics from the gallery
 
 
Site Navigation

Main
   News
   Forums

Games
   Games Database
   Top 100
   Release List
   Support Files

Features
   Reviews
   Previews
   Interviews
   Editorials
   Diaries
   Misc

Download
   Gallery
   Music
   Screenshots
   Videos

Miscellaneous
   Staff Members
   Privacy Statement

FAQ
Members
Usergroups
TES: Сan i create some specific class items ?
  View previous topic :: View next topic
RPGDot Forums > Morrowind - General

Author Thread
Oxoma
Guest






TES: Сan i create some specific class items ?
   

I want to create some unique items for some classes, but i cant undestand how?

I think i must use scripts and even undestand that approximate my script must be look as:

if <PCclass = monk> then <item can (or cant ) be equiped. Second part of this formula is easy enough, but first part is difficult to me...

Maybe anybody can help me with this idea?
Post Tue Jun 18, 2002 2:51 pm
 
NightShade84
Village Dweller
Village Dweller




Joined: 18 Jul 2002
Posts: 1
Your script requested
   

The script below you had to put it on the item you want to restrict use
This Sample restrict a monk from using the object

quote:

Begin MyScript

Short OnPCEquip

If ( OnPCEquip == 1)
If ( PCclass == monk)
MessageBox " Your class can't equip this item "
Set PCSkipEquip to 1
Set OnPCEquip to 0
endif
endif

End MyScript

Post Thu Jul 18, 2002 2:43 pm
 View user's profile



All times are GMT.
The time now is Tue Apr 16, 2019 8:42 pm



Powered by phpBB © 2001 phpBB Group
 
 
 
All original content of this site is copyrighted by RPGWatch. Copying or reproducing of any part of this site is strictly prohibited. Taking anything from this site without authorisation will be considered stealing and we'll be forced to visit you and jump on your legs until you give it back.