Jump to content

onkela

Members
  • Posts

    22
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

onkela's Achievements

Member

Member (2/3)

0

Reputation

  1. Hey Thx all is working perfectly again. OnkelA
  2. hey I was wondering if any of you guys know why mangchat screws up characters creation, well i think its the "char = name[16]" in src/game/DBCStructure.h causing this error, but as i said im not sure. and i recall this error from some of the old updates before Xeross toke over the project. struct ChrClassesEntry { uint32 ClassID; // 0 // 1, unused uint32 powerType; // 2 // 3-4, unused char* name[16]; // 5-20 unused // 21 string flag, unused //char* nameFemale[16]; // 21-36 unused, if different from base (male) case // 37 string flag, unused //char* nameNeutralGender[16]; // 38-53 unused, if different from base (male) case // 54 string flag, unused // 55, unused uint32 spellfamily; // 56 // 57, unused uint32 CinematicSequence; // 58 id from CinematicSequences.dbc uint32 expansion; // 59 (0 - original race, 1 - tbc addon, ...) }; Anyway thx. OnkelA
  3. Hey Greate job on the bot system. can any of you tell me what is missed her? ../../../src/game/Creature.cpp:755: error: prototype for ‘void Creature::PrepareGossipMenu(Player*, uint32)’ does not match any in class ‘Creature’ ../../../src/game/Creature.h:509: error: candidate is: bool Creature::PrepareGossipMenu(Player*, uint32) ../../../src/game/Creature.cpp:882: error: no ‘void Creature::sendPreparedGossip(Player*)’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp:899: error: no ‘void Creature::OnGossipSelect(Player*, uint32)’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp:1029: error: no ‘void Creature::OnPoiSelect(Player*, const GossipOption*)’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp:1057: error: no ‘uint32 Creature::GetGossipTextId(uint32, uint32)’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp:1072: error: no ‘uint32 Creature::GetNpcTextId()’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp:1083: error: no ‘const GossipOption* Creature::GetGossipOption(uint32) const’ member function declared in class ‘Creature’ ../../../src/game/Creature.cpp: In member function ‘virtual void Creature::SaveToDB(uint32, uint8, uint32)’: ../../../src/game/Creature.cpp:1260: warning: format not a string literal and no format arguments ty.
  4. To make compile in to the latest you also need to change IRCCmd.cpp and IRCCmde.cpp needs: accmgr -> sAccountMgr
  5. Hey guys! Wondering if any of you know why the messages from irc never shows up ingame? ive been searching around but whitout luck. Ty.
  6. still the same. i running my own git-server and has read alot on github and the net and as fare as i know its a problem on the server whit some permissons. and your repos is not the first one on github having theese problems. git pull xeross fatal: The remote end hung up unexpectedly
  7. bs@MiddleEarth:~/Skrivebord/mangos$ git pull git://github.com/xeross/mangos.git mangchat fatal: The remote end hung up unexpectedly <-- there
  8. hey Xeross when trying to clone your repo github fails dont know if its just me but seems like im not the first having this problem whit github.. anyways just to let you know
  9. Hey friend you can try http://github.com/dythzer/mangos/tree/impconfig its dythzer's branch of ImpConfig (Improved config) or you can use the one im currently using git pull git://repos.middleearth.dk/mangos.git minmax_client this should merge whitout any errors into latest mangos source OnkelA
  10. is this project still going? well until the repo gets updated you guys can use my repo: git://repos.middleearth.dk/mangos/mangos.git mangchat ive tested the source and seems fine for now. and merges and compiles should also be fixed i did manage to pull it into mangos master whitout any problems. thers just this one thing not working line 866 in IRCCmde.cpp Seems like the class info thingy isnt working yet. but i will be working on this to. Best regards OnkelA
  11. hey guys is there anyway to get all the gmlvls to work in the irc-channel so all gm´s are announced correct when joining ingame channel? EDIT: found my way.. just wanted to share it whit you guys.. just make src/shared/Common.h looks like this and staff is announce correct.. enum AccountTypes { SEC_PLAYER = 0, SEC_VIP = 1, SEC_MODERATOR = 2, SEC_GAMEMASTER = 3, SEC_ADMINISTRATOR = 4, SEC_SYSOP = 5, SEC_CONSOLE = 6 // must be always last in list, accounts must have less security level always also }; ooh and for magchat to look for conf file in sysconfdir make src/game/mangchat/IRCConf.h do this. #if PLATFORM == PLATFORM_WINDOWS #define _MangChat_CONFIG SYSCONFDIR"mangchat.conf" #else #define _MangChat_CONFIG SYSCONFDIR"mangchat.conf" #endif #endif
  12. hey.. why cant i pull it to other sources? just gives me "Already up to date" EDIT: Sorry fin my way
  13. Hey Guys im trying to compile it in to the dev source aka. 310 on Ubuntu-jaunty 9,04 64bit it was working for some days but now it comes up whit this error? hoping that one of you maybe can help med? EDIT: well manage to get it working again
  14. hey gigelf thx for the updated version of mangchat hope you can get to work whit latest rev soon..
×
×
  • 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