Script change floaty names?

Moderator: Event DM

Post Reply
User avatar
The Sveg
Sage
Posts: 1611
Joined: Fri Jan 24, 2003 7:42 pm
Location: Thessaloniki, Greece (GMT+2)
Contact:

Script change floaty names?

Post by The Sveg » Tue Sep 02, 2003 5:48 pm

Another more difficult one:

Can the floaty name be changed in game by script? Nothing permanent, just for the current login of the char or for some time period.

I am trying to make such an item,but have failed so far, not that I even qualify as a newbie Toolset scripter.
"When is this project to start?

I, uh, accidentally did not see that it had not started yet, so tonight i killed all the elysian merchants on the list, and most of the wilderness ones."


Warning: Lawful Evil DM
Image
User avatar
Demandred
Scholar
Posts: 1473
Joined: Tue Mar 04, 2003 10:50 am
Location: Thessaloniki Greece

Post by Demandred » Wed Sep 03, 2003 7:40 am

Sveg, come to think of it, when a character is polymorphed, or possesses his familiar, its current ID on the server is that of the Beast or Animal...

Not sure if the name changes though...

I am tottaly ALIEN to the toolset, but I hope this could help a bit..
Starslayer_D
Master Sage
Posts: 5178
Joined: Thu Oct 24, 2002 7:35 pm
Location: Germany (+1 GMT)
Contact:

Post by Starslayer_D » Wed Sep 03, 2003 12:49 pm

Floaty name changes not.... :(
User avatar
The Sveg
Sage
Posts: 1611
Joined: Fri Jan 24, 2003 7:42 pm
Location: Thessaloniki, Greece (GMT+2)
Contact:

Post by The Sveg » Wed Sep 03, 2003 5:20 pm

Perhaps it can be changed with a trick. When possessing a familiar, your floaty name changes.

Perhaps possessing a typical human fe/male could be scripted as an effect?

Damn, I need to dig into the Toolset...
"When is this project to start?

I, uh, accidentally did not see that it had not started yet, so tonight i killed all the elysian merchants on the list, and most of the wilderness ones."


Warning: Lawful Evil DM
Image
User avatar
Neve
Prince of Bloated Discourse
Posts: 192
Joined: Mon Apr 14, 2003 4:09 pm
Location: The Netherlands
Contact:

Post by Neve » Wed Sep 03, 2003 6:04 pm

A char is an object, which is saved by the game on the server, in a file... As far as I know it's only possible to change a floaty name by opening up the file and changing it there... Posessing another (fe)male would require moving the inventory to that new "object", equipping every item the player had equipped, creating the exact amount of gold and experience on that char, including the chosen feats and assigned skill points, AND customising the quickslots for that player :P Besides, the "old" player object has to be removed. (Maybe that's not even possible because you logged in with that char :?)
- As you gaze unknowingly into the seemingly infinite depths of the optics of this altogether passionate embodiment of insatiability, you experience a gradual realisation that the heavily-embellished vocabulary scattered lavishly throughout the sentence you are currently reading is indisputably nothing greater than a generous ration of masculine bovine faeces.
User avatar
TheBluDragon
Prince of Bloated Discourse
Posts: 279
Joined: Tue Jan 21, 2003 3:26 pm
Location: Bunbury, Western Australia (AWST: UTC+8 / GMT+8)

Post by TheBluDragon » Wed Sep 10, 2003 4:31 am

the invisibility spell, among others gets rid of the label, and not being able to see a character (around a corner) hides thier name in the OOC window. Maybe there is something useful there you could use? Just an idea, I really have no idea what I am talking about.
"Evil is a point of view. God kills indiscriminately and so shall we. For no creatures under God are as we are, none so like him as ourselves" - Lestat
User avatar
CPU
Team Member; Retired with Honors
Posts: 5161
Joined: Sat Apr 05, 2003 4:27 pm
Location: NY. USA (-4GMT)

Post by CPU » Tue Oct 21, 2003 9:11 pm

TheBluDragon wrote:the invisibility spell, among others gets rid of the label, and not being able to see a character (around a corner) hides thier name in the OOC window. Maybe there is something useful there you could use? Just an idea, I really have no idea what I am talking about.
Now would that be cool if it was a simple a pulling some premade spell scripting code out of invisibility? Damned! I hope you are right?!!

*gold star placed on the forehead TheBluDragon for observational skill and cleverness*
User avatar
TheBluDragon
Prince of Bloated Discourse
Posts: 279
Joined: Tue Jan 21, 2003 3:26 pm
Location: Bunbury, Western Australia (AWST: UTC+8 / GMT+8)

Post by TheBluDragon » Tue Oct 28, 2003 1:51 am

Is it possible to make new spells in a hak or does that have to be done in the spells.2da or whatever the file is?
What I am thinking is a spell specifically for this that is a modified version of improv invis. The visible effect is removed (transparency) and the bonuses to hide etc are removed. That would basically have the desired effect no?
"Evil is a point of view. God kills indiscriminately and so shall we. For no creatures under God are as we are, none so like him as ourselves" - Lestat
DM_Tim
Newbie
Posts: 8
Joined: Mon Nov 17, 2003 1:20 am

Floating text string thoughts

Post by DM_Tim » Mon Nov 17, 2003 10:23 pm

Does the function: FloatingTextStringOnCreature(string, object, int) hide the PCs name? If it does, you could set an in on a PC that says to keep this text up and launch an action that puts whatever text you want up there then call itself before the text fades (if the int is still "true").

A bit processor intensive, but it might work. Just a thought.

- DM_Tim
Dead men don't spam.
User avatar
Aloro
Team Member; Retired with Honors
Posts: 12805
Joined: Sat Dec 28, 2002 5:11 am
Location: Rainbow's End
Contact:

Re: Floating text string thoughts

Post by Aloro » Mon Nov 17, 2003 11:10 pm

DM_Tim wrote:Does the function: FloatingTextStringOnCreature(string, object, int) hide the PCs name? If it does, you could set an in on a PC that says to keep this text up and launch an action that puts whatever text you want up there then call itself before the text fades (if the int is still "true").

A bit processor intensive, but it might work. Just a thought.

- DM_Tim
Nope, sadly FloatingTextStringOnCreature doesn't cover up the PC name, and anyhow reapplying this to every PC every second or two isn't viable due to the massive CPU hit.

Not a bad idea though, I appreciate devious workarounds. :)

- Aloro
Aleksandr Solzhenitsyn wrote:The meaning of earthly existence lies, not as we have grown used to thinking, in prosperity, but in the development of the soul.
Morbid Ridicule
Apprentice Scholar
Posts: 530
Joined: Fri Feb 28, 2003 2:38 pm
Location: Madison, WI, USA (GMT -5 or -6)
Contact:

Post by Morbid Ridicule » Mon Nov 17, 2003 11:33 pm

Would it be possible to use some of the same stuff in Red Golem's Autobic program to change a pc's name?
Can't sleep - Clowns will eat me.
User avatar
marauder
Scholar
Posts: 1317
Joined: Sun Feb 23, 2003 3:36 am
Location: College Station, TX (GMT -6)
Contact:

Post by marauder » Mon Nov 17, 2003 11:44 pm

It would change permanently and you would be required to be booted from the server every time it changed the bic file.
It is the mark of an educated mind to be able to entertain a thought without accepting it.

-Aristotle
User avatar
Aloro
Team Member; Retired with Honors
Posts: 12805
Joined: Sat Dec 28, 2002 5:11 am
Location: Rainbow's End
Contact:

Post by Aloro » Mon Nov 17, 2003 11:48 pm

Morbid Ridicule wrote:Would it be possible to use some of the same stuff in Red Golem's Autobic program to change a pc's name?
Changing a PC's name fucks up EVERYTHING in the databases. That includes every quest the PC has completed, faction settings, etc. If we could hide or obscure the name, that would be fine, but changing it is bad.

- Aloro
Aleksandr Solzhenitsyn wrote:The meaning of earthly existence lies, not as we have grown used to thinking, in prosperity, but in the development of the soul.
Post Reply