Log in

View Full Version : wwcast


Huppy
01-04-2021, 11:24 PM
Deviously and dangerously delicious. Can't wait to recompile and play with it. (thanx guys) ;)


command_add("wwcast", "Casts the provided spell ID to all players currently online. Use caution with this!!", 250, command_wwcast)

Splose
01-05-2021, 12:49 PM
By the time you recompile it'll probably be #worldwide.

You can zone everyone with it as well now. If there's any more functionality you can think of with it let me know.

Secrets
01-05-2021, 02:29 PM
By the time you recompile it'll probably be #worldwide.

You can zone everyone with it as well now. If there's any more functionality you can think of with it let me know.

Lua/Perl integration :P

Splose
01-05-2021, 04:58 PM
Lua/Perl integration :P

It is.. I'm just pulling it from quest manager I didn't write any of the methods to do what it does.

Idk if it's in Lua but a ton of worldwide stuff was added to perl recently. Signals, EntVars, Task stuff.. It was pretty much anything you can think of.

Very useful I don't see a lot of people using it though :(

Huppy
01-05-2021, 07:20 PM
Lua/Perl integration :P

That was my first thought as well. My gears are already grinding with possiblities. ;)

By the time you recompile it'll probably be #worldwide.

Only takes a few minutes on my box.

Splose
01-05-2021, 10:28 PM
That was my first thought as well. My gears are already grinding with possiblities. ;)


It was before I made this command. There are many others as well.

QuestManager::WorldWideCastSpell(uint32 spell_id, uint8 min_status, uint8 max_status)

Huppy
01-06-2021, 12:51 PM
MassEditPlayers() would be nice too. (for server-wide events, etc), lol

Splose
01-07-2021, 11:54 AM
MassEditPlayers() would be nice too. (for server-wide events, etc), lol

What do you mean by that? like a worldwide #race?

At the moment I'm making a #market command that will basically be a bazaar type thing in the chat window. Almost done with it I'll probably release it on the forums here once I am done.

Huppy
01-07-2021, 06:48 PM
What do you mean by that? like a worldwide #race?

Yes, exactly.