Jump to content

peluche

Members
  • Posts

    17
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by peluche

  1. Can you make me a step by step guide for idiots ? I cant make it work >.<
  2. You want to get paid for the work of so many people ? Open source means free + learning....
  3. Hello people, I want to usen old mangos rev + arena patch for that version, how I do that ? The version I want to use is MANGOS 0.10.5 RELEASE (post rev6928) git sha ID a5a070237 and I want to apply on that rev the anti cheat patch (git://github.com/CWN/mangos.git speed_cheat_fix)... So.. how do I get MANGOS 0.12 RELEASE (a5a070237) + ANTI CHEAT PATCH from GIT ready to compile ? I am using linux, so please teach me with command lines. I only need help doing that with GIT, nothing else. I have been trying all day, my brain hurts...
  4. yes, that sounds correct, need to seek the code chunk and add the if ^^ Thanks for your help
  5. It is posible to not allow players under lvl 58 teleport to outland or, if they teleport there, mangos auto teleport them to bootybay ? Yes, I used search, cant find a way
  6. I get mangos source code until 2008/10/31 13:00hs ... how I do that using git from git gui (windows)
  7. Funky, but 0x0503 isnt integer 1283 ?? I know 1283 is wrong since i get value 0 in all players Why you use 1518 ? How do you get that number ? Since I want to show other values like honor etc...
  8. Damn Funky, that was fantastic. I was doing this atm to test SELECT CAST(SUBSTRING(data FROM 1518 FOR 1) AS UNSIGNED) AS hk FROM characters ORDER BY HK LIMIT 10 DESC; But I am still downloading the DB for local test ^^ Thanks for your help, nice query !
  9. I am using CentOS to run mangos, it works excellent and is a server linux distribution.
  10. I am trying to create a php with a top ten, for that I need to use substr() in mysql query, I know where the value is located checking https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/src/game/UpdateFields.h, PLAYER_FIELD_LIFETIME_HONORBALE_KILLS = UNIT_END + 0x0503, // Size: 1, Type: INT, Flags: PRIVATE Ok, I know that the location is at position 1283, but size 1 ? if it is an int, size 1 is from 0 to 9 or I am wrong ?
  11. Yes, my bad, used wrong terms in "search", now is clear. Thanks.
  12. Wasn't better to make a command like .senditem #player "subject" "text" #itemid #ammount ?
  13. Anyone developed a system to send an item to a player via PHP ? I know one of the WoW blizzlike webpages for mangos had that system, buy was working crappy, some times the items was sent to the players, other times the player recived in his mail weird items. I am looking for a simple php to do this, any idea what mysql query I must create to do this action ?
  14. Hi, I am unable to activate in my PVP server, therefore, spells like Fear, Intimidating Shout, Scatter shot (all with same effect), that a player walks when affected by it, most of the time they fall under the world (limbo), I am trying to make a work around with this issue, my main idea, is modifying the spell so the affected player don't walk, just stay paralized. Since I am a newbie in mangos programming, I am asking for help to do this, the idea is just to "remove" the code when the spell automactly make the affected character to walk (that is the problem, the player walks under the map [limbo]). Thanks for your time and help. Edit: Ok, I've done some research, I have to edit FleeingMovementGenerator. But I dont know what modify to remove the "random walk" of a player only (not npc) and only in certain maps (like arena/bg). Problem solved. Removed from unit.cpp
  15. I know mangos now kicks the speed hackers (you can configure it in mangos.conf), I also know that mangos alerts you about the speeders in the console, my question is, how can I add a "spcheat.log" and dump in there all the speedhackers alert from the console ? Thanks for your time.
×
×
  • 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