Author Topic: How to name a rune?  (Read 1983 times)

0 Members and 1 Guest are viewing this topic.

Offline mcscooterTopic starter

  • Jr. Member
  • **
  • Posts: 17
  • Activity:
    0%
  • Reputation Power: 0
  • mcscooter has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
How to name a rune?
« on: July 05, 2009, 12:29:40 PM »
0
Not sure if this should be in Scripting Debug or in this forum, so apologies if this is in the wrong place.

I'm trying to use EUO to name a rune.  Right now I have:

Code: [Select]
set #lObjectID %blankrune
event macro 17

%blankrune is the objectID of the rune I want to rename (properly set elsewhere).  This essentially double clicks on that rune, bringing up the prompt to give the rune a name.  Can anyone give me some guidance on how to set the name from this point?  Or if there's an alternative way to rename the rune?

Thanks!


Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13303
  • Activity:
    0.4%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: How to name a rune?
« Reply #1 on: July 05, 2009, 12:37:19 PM »
0
It's just like typing after that so just do:

Code: [Select]
set #lObjectID %blankrune
event macro 17
msg name goes here$
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline mcscooterTopic starter

  • Jr. Member
  • **
  • Posts: 17
  • Activity:
    0%
  • Reputation Power: 0
  • mcscooter has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: How to name a rune?
« Reply #2 on: July 05, 2009, 02:58:37 PM »
0
TM: Perfect.  I couldn't find any documentation or examples of how to just type something and hit enter.  I appreciate the help.

Using your excellent runebook subs, I now have a hard-coded runebook copying script working.  The next step is to get it working dynamically and release a public version.  Thanks for the help here and the awesome subs.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: How to name a rune?
« Reply #3 on: July 13, 2009, 06:50:19 AM »
0
Just rember when scripting you are just emulating what you do in game,  that makes it easier to think about and find the correct command
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: