Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Removing spell names when casting/cast is complete


tolemi959
 Share

Recommended Posts

Well, yeah. I would love to know this. ^

I pretty much want to remove or disable the spell names when you are casting one (the floating names above your head when casting and whenever you finished the cast). I use a clean client.

Also, on a sidenote, how to I change the transparent settings for icons and such? I think purple is the default transparent color, but I want to set it to black, so I can use [this](http://www.touchofdeathforums.com/community/index.php?/topic/120425-eo-20-rmxp-graphics-sounds-and-music/) pack. Thanks!
Link to comment
Share on other sites

1) I believe this is handled serverside, just follow your packets as they are sent and determine where the 'action message' is sent, then comment it out.

2) Funny story, if you're running a DD7 engine it picks whatever color the first pixel (0,0) is and turns that to the transparent color. Hence the fact most old sets have the first tile blank in the color people wish to be see-through. In newer engines? Just use Alpha channels in a PNG.
Link to comment
Share on other sites

In order to remove them, look for this

```

SendActionMsg mapnum, Trim$(Spell(SpellNum).Name) & "!", BrightRed, ACTIONMSG_SCROLL, GetPlayerX(index) * 32, GetPlayerY(index) * 32

```
and

```

SendActionMsg mapnum, "Casting " & Trim$(Spell(SpellNum).Name) & "!", BrightRed, ACTIONMSG_SCROLL, GetPlayerX(index) * 32, GetPlayerY(index) * 32

```
in your server and remove them both.

As for the background, change the background color to whatever you want. Just keep the black background on the right the same.

> **1 new replies added.** [Show me](%20style=)

:C
Link to comment
Share on other sites

Holy shit. That was fast ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/ohmy.png) Either way, I'll try it right now and edit in my results in a bit.

EDIT:

This is what an item on the ground currently looks like. It's perfect. Nothing wrong with it.

![](http://i46.tinypic.com/2ueodop.png)

But here's the issue:

![](http://i46.tinypic.com/5e97q9.png)

It has a grey background. I tried adding a empty icon, but without success. I don't really mind having this, but it is ugly as hell. And for the other "issue" I had, it worked. So thanks for that! ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...