• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Eluna] Grumbo`z Guild Warz 'Tides of Desolation'

jonmii

Enthusiast
Tnx :thumbupguy:


was going to try and have the non-combat vendors slap the player or something but went with the response instead lol
maybe I will have it do random list of responses.

Well, adding a notify instead a yell should be ok no?
Other i have seen that is when you buy a farm and all of this stuff it doesnt appear. It have some delay? also if you arent in plain terrain the gameobject doenst spawn well.
 

slp13at420

Mad Scientist
Well, adding a notify instead a yell should be ok no?
Other i have seen that is when you buy a farm and all of this stuff it doesnt appear. It have some delay? also if you arent in plain terrain the gameobject doenst spawn well.

there is no delay to any of the spawning of go's/npc's.
hmm weird . I have spawned flags on mountain sides.
I have spawned halls to close to trees or mountains and they spawn but you have a tree or mountain going thru the hall lol.


?? do you have some screenshots or even better some video clips for a better understanding of what you're talking about ??
 
Last edited:

jonmii

Enthusiast
there is no delay to any of the spawning of go's/npc's.
hmm weird . I have spawned flags on mountain sides.
I have spawned halls to close to trees or mountains and they spawn but you have a tree or mountain going thru the hall lol.


?? do you have some screenshots or even better some video clips for a better understanding of what you're talking about ??

That night i will record it 4 u ;)
And if u prefer, i can make an acc to get tested directly by u.
More info that night.
 

slp13at420

Mad Scientist
That night i will record it 4 u ;)
And if u prefer, i can make an acc to get tested directly by u.
More info that night.

a video will be fine for now . something that shows what your typing and filed of view to see anything happening .
I really wont have any real free time until Sunday .
 

kireb1298

Member
Problema al usar Grumboz Guild war

Hi friend, look I have this problem when I want to buy anything, either an area or a farm, objects do not appear, only appear when I reopen WorldServer. Another problem I have is that I have access to commands Manager.
 

slp13at420

Mad Scientist
Hi friend, look I have this problem when I want to buy anything, either an area or a farm, objects do not appear, only appear when I reopen WorldServer. Another problem I have is that I have access to commands Manager.

ok ,
do you have <GM> tag on while your using any of the buy commands?
do you have any custom RBAC ranks that may affect players?
 

kireb1298

Member
GM mode if I have it on, but that's a minor problem, the main thing that I have is that when I buy the farm, the area, not shown, only appear when the server restarts

- - - Updated - - -

sorry if you do not understand much what I write, what happens is that I speak Spanish
 

slp13at420

Mad Scientist
GM mode if I have it on, but that's a minor problem, the main thing that I have is that when I buy the farm, the area, not shown, only appear when the server restarts

- - - Updated - - -

sorry if you do not understand much what I write, what happens is that I speak Spanish

no prob:)

do you have <GM> tag on when using the buy commands?
if so , have you tried the buy command without <GM> on?

Do you have any custom rbac ranks? VIP rbac ranks?

did you change the System's minimum required rank for gm access?

Did you edit the System's required rank for Admin access?

`By design` you are required to be a minimum rank of x , with the <GM> tag active to be able to access gm/admin adjustable features and settings.
As a GuildMaster you will have constant access to guild level adjustable settings and features.
 
Last edited:

susumakusu

Enthusiast
no prob:)

do you have <GM> tag on when using the buy commands?
if so , have you tried the buy command without <GM> on?

Do you have any custom rbac ranks? VIP rbac ranks?

did you change the System's minimum required rank for gm access?

Did you edit the System's required rank for Admin access?

`By design` you are required to be a minimum rank of x , with the <GM> tag active to be able to access gm/admin adjustable features and settings.
As a GuildMaster you will have constant access to guild level adjustable settings and features.


I confirm the error which [MENTION=2989]kireb1298[/MENTION] says, I use a normal player account, create a new guild, become guild master, buy a new zone, buy a farm, no farm appears, I restart world server and farm appears. I think is a bug. Default gm ranks. Thanks ! [MENTION=717]slp13at420[/MENTION]

Sell commands works perfectly and It doesn't need to restart world server.

Another problem It appears, when I buy 1 farm and I restart worldserver, It appears 2 farms instead only 1.

Trinity version: TrinityCore rev. f1f8e00dfcad 2016-05-11 12:47:22 +0200 (master branch) (Unix, Release) tdb 61
 
Last edited:

slp13at420

Mad Scientist
tnx . and yea sorry guyz I was in the middle of wiping and reloading my main pc WHILE switching over internet providers .

so then I threw it on my test server and noticed somethings were rolled back somehow. tbh i'm thinking I did the updating but never pushed to the repo. :doh: :censored:

fixed guild commands keying from guild name to guild id.

and yea I get no errors but they only would show after a server restart.
if I `PerformInGameSpawn`without saving then "poof there it is" as soon as I buy a building or area.
Code:
[COLOR="#808080"]
(PerformIngameSpawn(2, GO_ID, MapId, InstanceId, X, Y, Z, O, [COLOR="#DAA520"]false[/COLOR], 0, PhaseMask);) 
[/COLOR]

if I `PerformInGameSpawn` with saving then nothing visual happens.
Code:
[COLOR="#808080"]
(PerformIngameSpawn(2, GO_ID, MapId, InstanceId, X, Y, Z, O, [COLOR="#DAA520"]true[/COLOR], 0, PhaseMask);)
[/COLOR]

so with that interesting reaction I downloaded the latest rev from https://github.com/ElunaLuaEngine/ElunaTrinityWotlk

compiled and tossed the binaries into my test realm server.
started it up ,, let it download the updates ,, then it started up.
while `PerformInGameSpawn` is set to save I used '/g buy area' and poof a flag instantly appeared.

with this new interesting reaction I am going to recommend anyone with the issue of go's not spawning when using the buy command to update to the latest core rev :

TrinityCore rev. fa296458caf9 2016-07-24 18:01:20 +0300 (master branch) (Win32, Release, Static) (worldserver-daemon)


I have had this on the operating table since Friday evening making sure everything is up-to-date with all my latest fixes I had done before along with adding a new command that will allow players to display some of the system settings so they know what features are active and any other settings :)


I will post when I push the finished product to the repo.
remember to backup your DB because there will be minor changes to the DB also.

I have pushed all these updates to the repo :)
 
Last edited:

slp13at420

Mad Scientist
ok finished the basic run through and testing .
fixed OnBuy : GOB's spawn as they should - instant.
updated table keys : the guild command table key is the guild id now.
added new guild member command : "setup" to display what features are active and misc settings.

tested with latest rev :
https://github.com/ElunaLuaEngine/ElunaTrinityWotlk
fa296458caf9 2016-07-24 18:01:20 +0300
 
Last edited:

susumakusu

Enthusiast
Hello, just installed last version and appears this error, [MENTION=717]slp13at420[/MENTION]

World initialized in 0 minutes 9 seconds
TC>TC>TrinityCore rev. c03d61cb1cd9+ 2016-08-18 19:19:11 +0200 (master branch) (Unix, Release, Static) (worldserver-daemon) ready...
[1364] Field 'team' doesn't have a default value
Unhandled MySQL errno 1364. Unexpected behaviour possible.
lua_scripts/Grumbo'z Guild Warz.lua:360: attempt to index field '?' (a nil value)

21241.jpg
 
Last edited:

slp13at420

Mad Scientist
using a toon that is a Guild member prior to adding Guild Warz?
was an entry added automatically in sql DB guild_warz.commands for that toon's guild?
can the toon use `/g info` and get the location info?
 

susumakusu

Enthusiast
using a toon that is a Guild member prior to adding Guild Warz?
was an entry added automatically in sql DB guild_warz.commands for that toon's guild?
can the toon use `/g info` and get the location info?

Sorry I dont understand you :S, (my bad english), I have just downloaded your last version, executed SQLs files, copy lua file and start server, I login with a player who It is in a guild, I open chat, whrite /g commands, and when I write this, nothing appears, and error appears in console, I will check tomorry if /g info works, sorry my bad english again.
 

slp13at420

Mad Scientist
hmmmm weird...
I dropped my sql db guild_warz_335 and loaded a fresh db.
Logged into my guild master toon/player/character and typed `/g commands`.
a new entry was made for the commands table. but it was having issues .
so I reworked it a bit and it seems to handle this scenario properly now.

the issue should be fixed.
just drop the whole db.
add a fresh db.
then add the updated engine .lua file.
restart and try again.
:D
 
Last edited:
Top