ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
344 stars 218 forks source link

Guild xp and reward and guild spell #846

Open iceman-twitch opened 11 years ago

iceman-twitch commented 11 years ago

Hello guys!

I hate this when I do a quest my guild isnt get any xp and when I want to check what items the guild have I cant see anything in the rewards. When I changed the guild level to 25 I didnt get any guild spell or I think I have get the level 25 in normal. And no command to level up a guild or I am finding out it in a wrong way Clip2

Clip3

Bootz commented 11 years ago

repeat post... please use search button next time looks to be couple issues there item issue and ,,,, i'll confirm this as i had b4 though not really sure what the deal is i did part of this system, and when i got flack and bs over it, cuz wasn't good enough i left it for others to finish. which they started and never finished. obviously. though my own guild lvling is working.. so i guess my shitty code works better then there pretty,

Bootz commented 11 years ago

@kem008 check your db.. items are shown in tab for guild rewards negative bug


after testing a few things with current core, found the real bug in this situation. bugged weekly cap is hitting 100% after 1% rep earned. cant further gain while under max weekly cap. as well as this needs a setting for min/max in configs guild weekly limits where the %censored% did that go... who/why remove that???

EDIT: the weekly max is not set in core is the issue, still gaining rep/rew. tweice

iceman-twitch commented 11 years ago

For me dont want to show anything but why? I am using the skyfiredb and I have updated the db but now I found the guild_rewards table and I saw a lot of item but I dont know why it isnt show in the game in the guild rewards tab.

iceman-twitch commented 11 years ago

I have checked everything but sometimes I get some bug I get to the old guild system but how? Sometimes I only see the old guild system with the roster and the info thats all. But when I create a new guild I see everything but the guild tabard is bugged because the guild tabards is on my legs

Bootz commented 11 years ago

yeah you have something ... not right at all... https://github.com/ProjectSkyfire/SkyFireEMU https://github.com/ProjectSkyfire/SkyFireDB

iceman-twitch commented 11 years ago

But I have everything. I have reinstalled world today in 2 times and ihave alreday updated the world database. And I have already debugged the new core. But I will update it again.

iceman-twitch commented 11 years ago

Sorry man but I have tested and something is wrong again I cant see the items in the rewards table but the items is in the database in the guild_rewards table and I checked it but In the game the rewards tab show me 0 items.

iceman-twitch commented 11 years ago

WoWScrnShot_030313_112923

WoWScrnShot_030313_112905 When I want finish the quest WoWScrnShot_030313_112911 When I finished the quest and I only get rep and my guild didnt get xp.

Loukie commented 11 years ago

mine is the same with a clean compile using the latest database and core. i have leveled my guild in the database so my guild perks show the only thing is cant bay rewards and so the guild achievements not working

iceman-twitch commented 11 years ago

Yee but why? And you got a the old guild system when you log out then log in back? With the Roster and info tab only?

Bootz commented 11 years ago

well i will say this... somehow we are missing template items for all guild perks, and guild vendor is empty. but as for guild tabs we're good.

Loukie commented 11 years ago

i had a look at the guild vendor in stormwind and he is not empty, here is a tool to get vendor items from wowhead it may come handy http://205.196.123.35/d531at3l34hg/v98b6b50i86j59o/vendor.7z

Bootz commented 11 years ago

we have a wowhead parser in our community tools repo, just haven't pulled it out since i figured it was an item_template issue, not so much as a vendor. AtlasLoot Enhanced claims the items are unavailable (usually means missing)...

as i understand it, our Database is forgoing a overhaul, and constructively being reassembled, since to-date, much of our current data was grandfathered in, rather than re-parsed. it's one thing that really needed done for our rebase, that we didn't have time or warm bodies helping with. shall be a beautiful thing when it gets underway && concludes.