Jump to content

balacas

Members
  • Posts

    75
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

balacas's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. @Traponinet, Thank you for replied. I did as you explain to me, and I I have two errors : Line 1971 : if(Unit *totem = pp->GetMap()->GetUnit(pp->m_TotemSlot{i})) (-> I replace {i} instead of "i with hooks" if it makes a tag italics ..) Line 3423 to 3426 : TargetInfo const& target = *ihit; if (!target.targetGUID.IsCreature()) TargetInfo* target = &*ihit; if (!target.targetGUID.IsCreatureOrVehicle()) Again thank you for your help!
  2. Nobody can help me? Please..
  3. I have more than 90 errors with the latest patch .. Someone should patch to version 11297 please? Thank you!
  4. I know, but the problem is that I do not set this bug quite annoying ..
  5. Hello, Mangos Version: 10899 Custom Patches: Interfaction / Vehicules / Autobroadcast SD2 Version: 1901 Database Name and Version : YTDB_0.13.8_R560 How it SHOULD work: Players should not get Wow Error in contact with the creature How it DOES work: When a player attacks the mob: Orinoco Tuskbreaker, all players being in the zone get a Wow Error Thanks
  6. I wish you a Merry Christmas from France !
  7. Yes, actually the banks still working per character..
  8. Actually, I just get information on the official server. Sorry for this useless post, I did not think it works like that now
  9. Hello all, Mangos Version: 10899 Custom Patches: Interfaction / Vehicules SD2 Version: 1901 Database Name and Version : YTDB_0.13.8_R560 How it SHOULD work: The bank should be the same for all characters in the same account. How it DOES work: There is a bank for each character even if the characters are all on the same account. Thank you very much to the team of developers !
  10. That was actually me, thank you for your answers.
  11. Hello, I try to apply a patch on my back with TortoiseMerge scriptdev2 but when I click "ok ", TortoiseMerge tells me that an error has occurred and closes the program .. I must apply a patch with 18000 lines on my file Scriptdev2 .. What to do?
  12. Good evening, I was wondering if it was possible to place links in broadcast in the game? Links in broadcast as: An event is planned: [Click!] Thank you for your help:)
  13. The patch works perfectly, thank you!
  14. Launch the server: ERROR:Error in creature_template table, probably sql file format was updated (there should be 85 fields in sql). Missing SQL files in the patch no ?
  15. I have an error with this line : Unit* GetCharmOrPet() const { return !GetCharmGuid().IsEmpty() ? GetCharm() : GetPet(); } Error 28 error C4430: missing type specifier - int assumed default account. Note: C + + does not support default-int \\ mangos \\ src \\ game \\ Unit.h 1568 Error 21 error C3646: 'Unit': unknown substitution specifier \\ mangos \\ src \\ game \\ Unit.h 1568 Error 10 error C2440: 'return': can not convert from 'Unit *' to 'int *' \\ mangos \\ src \\ game \\ Unit.h 1568 Error 17 error C2143: syntax error: missing ';' before '*' \\ mangos \\ src \\ game \\ Unit.h 1568 Error 31 error C1903: Can not recover from previous errors, stopping compilation \\ mangos \\ win \\ VC100 \\ c1xx Can you help me ?
×
×
  • 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