Jump to content

tbayart

Donator
  • Posts

    38
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by tbayart

  1. I modified IntallDatabases.bat and created a pull request. Please let me know if this way to work is fine
  2. Hi, I'm testing building mangos from scratch under windows system. I ran the "IntallDatabases.bat" script and when I launched realmd.exe, it says "Access denied for user 'mangos'@'localhost' to database 'realmd'. I checked in the database, then the script and figured out that the 'mangos' user is not performed by the script. I also checked the IntallDatabases.sh script, same issue. I suggest a section for 'mangos' user creation and privileges should be added.
  3. Hi, I cloned Server repo from github and started to build mangos from scratch. When I run the script 'server/sql/mangos.sql', mysql return the following error: I looked into the script and figured out the insert statement line 1327 for creature_template table. The table has 84 columns but the insert statement provide 85 values.
  4. The new description is too long Hi, I tried to update release21 mangos database. For the following scripts, the update fails : Rel21_2_2_Windrunner_Spire_NPCs.sql Rel21_2_3_Zaxxis_NPCs.sql Rel21_2_4_Crust_Busters.sql The reason for all scripts is the new description is too long. @cNewDescription is more than 30 characters length I suggest the following descriptions : SET @cNewDescription = 'Windrunner Spire NPC fixes'; SET @cNewDescription = 'Zaxxis NPCs aggressive'; SET @cNewDescription = 'Wrong CrustBusters UnitFlags'; ps : 'affected version' should be updated for issue posting
  5. Hi, First, I would like to says thank you Banner for MangoLin. I use it occasionnally, it's a very usefull tool. If I may have a suggestion for Character based functions, it's a quest management panel. A panel where you could view all quests linked to a player, filter them (finished or not...) and do some modification like : - finish a quest selected from the list, or by ID - remove a quest selected or by ID - add a quest by ID or from a selectable list (harder because you should filter quests accordingly to player side, race, class, level...) - modify objectives actually, I do all these directly in database specially for testing purpose or when I have a bug to finish a quest It's just a request, I will not feel disapointed if you don't want to spend time on it Again, thanks for MangoLin Shenron
  6. [two] Bug with charged items Hi, one of the players on my server crafted an "[url=http://www.wowhead.com/item=20830]Amulet of the Moon[/url]". When speaking with a merchant, the item price show is only 1 copper and in auction house, the auction is rejected with a message saying "You cannot auction an item with used charges". Here is the item data in "characters.item_instance" table [code]132552 1191182336 3 20830 1065353216 0 4 0 4 0 4 0 0 0 1 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0[/code] What could I do to fix the problem ? Is there a bug in mangosd or in the DB ?
  7. [two] Quest items reward lost Hi, I ended the quest entitled "Find Agmond" (entry 738) and received none of the 3 items. All my bags were full when validating the quest, and no message to tell me I can validate the quest because I have not enought free slots. Can somebody tell me if it is a server side or a DB side bug so I could fill an issue on github ?
  8. Did you check your DB are up to date for your server (mangosd.exe) version ? if you forgot some updates or if you updated the DB in a upper version than the server's supported DB version you will have to upgrade your DB or exe
  9. Could you release the source please ? It could be interesting as a sample code also, do you know a place where I could find a tutorial or a sample code to use the mangos's Remote Access capabilities ? like Mangolin does ? rilex, does your program use the RA ?
  10. is this project still alive ? I can't access the codeplex web page
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use