Save-Point
AMS - Advanced Message Script - R4 (LegacyX Edit) - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: AMS - Advanced Message Script - R4 (LegacyX Edit) (/thread-1906.html)



AMS - Advanced Message Script - R4 (LegacyX Edit) - Legacy - 09-17-2009

AMS - Advanced Message Script - R4 Update: #2
By: Dubealex, Edited by LegacyX

Introduction
Firstly i want to say that i did not make this script...all ihave done is played around and added some extra features..
also, i shortened some shortcuts...so it doesn't fill up half the message box :smile:

Extra Features
  • display the icon and name of a armor
  • display the icon and name of a item
  • display the icon and name of a skill
  • display the icon and name of a weapon

Screenshots

Sorry i haven't taken any Screenshots yet...

Script

AMS Script

Instructions

Place above the main. and away you go =]


Compatibility

at the moment there are no known compatibiltiy problems

FAQ

Q: How do i change the face picture so that it actually fits in the window?
A:Find this lineself.contents.blt(16, 16, RPG::Cache.picture(@face_file), Rect.new(0, 0, 96, 96))
and edit this part Rect.new(0, 0, 96, 96) to say Rect.new(0, 0, 150,150) to make it bigger

Credits and Thanks

Credits and thanks go to Dubealex, for making this script all i've done is added some extra features.

Notes

If you would like me to added any more features..please just ask and i'll see what i can do =]


AMS - Advanced Message Script - R4 (LegacyX Edit) - DerVVulfman - 09-18-2009

First, I was thinking of notifying you that the system was already posted. Then I read further and saw some nice shortcuts involved.
Code:
#   \f[i] face shortcut, were i is the file name
#   \n[i] name box, were i is the decided name.
#
#   \oa[i]         - display the icon and name of armor i
#   \oi[i]         - display the icon and name of item i
#   \os[i]         - display the icon and name of skill i
#   \ow[i]         - display the icon and name of weapon i
Not bad. An edit that shoulda been added.


AMS - Advanced Message Script - R4 (LegacyX Edit) - Legacy - 09-18-2009

No probs, i made the edit, becuase i need this for the project im currently working on.

Glad you all like it :D