Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Do you mean the commands you enter in the world console don't have any console print, or nothing hap

[DiscordArchive] Do you mean the commands you enter in the world console don't have any console print, or nothing hap

[DiscordArchive] Do you mean the commands you enter in the world console don't have any console print, or nothing hap

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
02-12-2025, 11:01 PM
#1
Archived author: metallinos • Posted: 2025-02-12T23:01:17.502000+00:00
Original source

Do you mean the commands you enter in the world console don't have any console print, or nothing happens in the world when you do it? Like, .kick <your name> doesn't log you off?
rektbyfaith
02-12-2025, 11:01 PM #1

Archived author: metallinos • Posted: 2025-02-12T23:01:17.502000+00:00
Original source

Do you mean the commands you enter in the world console don't have any console print, or nothing happens in the world when you do it? Like, .kick <your name> doesn't log you off?

rektbyfaith
Administrator
0
02-12-2025, 11:02 PM
#2
Archived author: Yogurtking • Posted: 2025-02-12T23:02:00.697000+00:00
Original source

yeah both, I can type 'server restart 5s' and the server doesn't restart and there is no feedback in the console
rektbyfaith
02-12-2025, 11:02 PM #2

Archived author: Yogurtking • Posted: 2025-02-12T23:02:00.697000+00:00
Original source

yeah both, I can type 'server restart 5s' and the server doesn't restart and there is no feedback in the console

rektbyfaith
Administrator
0
02-12-2025, 11:02 PM
#3
Archived author: Yogurtking • Posted: 2025-02-12T23:02:57.890000+00:00
Original source

just rebuilt with eluna, dungeon respawn and world chat, so I'm guessing one of those messed it up, but I thought I'd check here for ideas before rebuilting again
rektbyfaith
02-12-2025, 11:02 PM #3

Archived author: Yogurtking • Posted: 2025-02-12T23:02:57.890000+00:00
Original source

just rebuilt with eluna, dungeon respawn and world chat, so I'm guessing one of those messed it up, but I thought I'd check here for ideas before rebuilting again

rektbyfaith
Administrator
0
02-12-2025, 11:03 PM
#4
Archived author: metallinos • Posted: 2025-02-12T23:03:26.951000+00:00
Original source

Eluna? Is it possible you are using a registerplayerevent on command and returning false or returning early if there is no player object?
rektbyfaith
02-12-2025, 11:03 PM #4

Archived author: metallinos • Posted: 2025-02-12T23:03:26.951000+00:00
Original source

Eluna? Is it possible you are using a registerplayerevent on command and returning false or returning early if there is no player object?

rektbyfaith
Administrator
0
02-12-2025, 11:04 PM
#5
Archived author: Yogurtking • Posted: 2025-02-12T23:04:26.752000+00:00
Original source

hmm, maybe I'm not really sure, I haven't really messed with eluna, I just wanted it for in game changing xp and crafting rate
rektbyfaith
02-12-2025, 11:04 PM #5

Archived author: Yogurtking • Posted: 2025-02-12T23:04:26.752000+00:00
Original source

hmm, maybe I'm not really sure, I haven't really messed with eluna, I just wanted it for in game changing xp and crafting rate

rektbyfaith
Administrator
0
02-12-2025, 11:04 PM
#6
Archived author: metallinos • Posted: 2025-02-12T23:04:30.177000+00:00
Original source

Could also be you have a registerplayerevent on command and return false on all commands at the end of the script, instead of just the ones that match
rektbyfaith
02-12-2025, 11:04 PM #6

Archived author: metallinos • Posted: 2025-02-12T23:04:30.177000+00:00
Original source

Could also be you have a registerplayerevent on command and return false on all commands at the end of the script, instead of just the ones that match

rektbyfaith
Administrator
0
02-12-2025, 11:04 PM
#7
Archived author: metallinos • Posted: 2025-02-12T23:04:41.532000+00:00
Original source

Are you running any Eluna scripts?
rektbyfaith
02-12-2025, 11:04 PM #7

Archived author: metallinos • Posted: 2025-02-12T23:04:41.532000+00:00
Original source

Are you running any Eluna scripts?

rektbyfaith
Administrator
0
02-12-2025, 11:05 PM
#8
Archived author: Yogurtking • Posted: 2025-02-12T23:05:21.823000+00:00
Original source

yeah its called config rates https://github.com/Day36512/Config_Rates
[Embed: GitHub - Day36512/Config_Rates: A list of scripts that can handle e...]
A list of scripts that can handle experience rates, gathering rates, and crafted item amounts in game with simple commands. - Day36512/Config_Rates
https://github.com/Day36512/Config_Rates
rektbyfaith
02-12-2025, 11:05 PM #8

Archived author: Yogurtking • Posted: 2025-02-12T23:05:21.823000+00:00
Original source

yeah its called config rates https://github.com/Day36512/Config_Rates
[Embed: GitHub - Day36512/Config_Rates: A list of scripts that can handle e...]
A list of scripts that can handle experience rates, gathering rates, and crafted item amounts in game with simple commands. - Day36512/Config_Rates
https://github.com/Day36512/Config_Rates

rektbyfaith
Administrator
0
02-12-2025, 11:05 PM
#9
Archived author: Yogurtking • Posted: 2025-02-12T23:05:53.403000+00:00
Original source

so I should look in that for registerplayerevent ok, thanks for the tip
rektbyfaith
02-12-2025, 11:05 PM #9

Archived author: Yogurtking • Posted: 2025-02-12T23:05:53.403000+00:00
Original source

so I should look in that for registerplayerevent ok, thanks for the tip

rektbyfaith
Administrator
0
02-12-2025, 11:06 PM
#10
Archived author: metallinos • Posted: 2025-02-12T23:06:06.012000+00:00
Original source

function CraftingRatesNamespace.SetCraftRate(event, player, command)
if not player then
return false
end
rektbyfaith
02-12-2025, 11:06 PM #10

Archived author: metallinos • Posted: 2025-02-12T23:06:06.012000+00:00
Original source

function CraftingRatesNamespace.SetCraftRate(event, player, command)
if not player then
return false
end

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)