Jump to content

DaViper

Members
  • Posts

    185
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by DaViper

  1. Where do you find this awsome stuff!...It brings back memories!(nightmares more like it)....Ahh! I miss my old Pong game now!
  2. I not only do this but there is a list from one of the security sites that you can replace your host file with and you'll never get those ads again. For my self I use a multiple security setup anymore with hackers and idiots abounding on the net now...it's like carring around a Shotgun, Uziand Cannon all at the same time!
  3. ascent, if you use the patch I supplied you will have the VC90 parts because I use VS2008pro as well...also the main vehicle part is from wojta's repo and all Idid was to update it to current at the time I uploaded it.
  4. Thanks to False.Genesis, I created a new patch that is the same as the old one with 2 main fixes: 1) ASSERT error fixed. Sorry had forgotten about this... 2) FG's fixes above have been added. Link: http://filebeam.com/b89b983e991524ae1a8c29fb1b56a33b Hope you all like it.
  5. @ilkhan thank you for verifing pastebin.org problem
  6. Are theses your last 4 commits? or are they cherry picks from a longer history?
  7. @wellqfk, I have no clue but I have uploaded it to filebeam here: http://filebeam.com/cdd511d2c8d50a4efcc89357eefd0fe2 The only thing I can think of is it got corrupted on pastebin...I have had trouble with other peoples patches put up there before and just thought it was me messing things up. I hope this works better for you
  8. @wellqfk, I'm no git expert I just get by with the little I know but this is what I got on a clean pull just 2 mins ago:
  9. I'm glad that you know vehicles so good, I thought I was helping you with the patch I've been using that does work, BUT seeing that you know so much about it then fix it your self! Now I know why DaemonCantor refuses to help anyone now!
  10. I know this get confusing as hell. Follow the link I give in this post to get the patch I'm using. I created it to simplify my repo for every build I make and fix the mistakes I make and have to start over...lol It's wojto's repo updated with Muli-Seat Mounts included and my fixes...It is complete with all required sql's. Go to: http://daviper.pastebin.org/939127 and click on Download button 2) Apply to a clean repo. 3) Add whatever mods you like. 4) Compile. Hope this helps you and no Mangos DB's don't have Vehicle_Entry column in creature_template unless somebody is creating something special and hasn't put it up here.
  11. There isn't a VehicleEntry column in creature_template on ether YTDB or UDB for Mangos maybe for Trinity and no I just verified that the script works by copy and paste intop a new notepad file and running it. As to your error the only thing I can think of is These two lines were changed about a month ago now and they gave me errors like this during that time because the vehicles had some kind of strange merge error BUT nether line changes creature_template that I can see of.
  12. DaViper

    What if...

    Topic Name "The Worlds Watering Hole"
  13. Shhhh! you'll give away all my secrets!.....
  14. I had heard they were doing that in Cataclyzm...! Yikes!
  15. @UnkleNuke, I get the same thing with Avast and Macafee as well they have an ad up and it does contain malicious code...Sometimes when that ad isn't displayed I can get in and get the file...
  16. DaViper

    MMaps Redux

    I don't know yet on Windows or Linux but on the Mac they have a tool just for that, plus it's free.
  17. There you go you folks are understanding what I'm trying to say...thank you!. and the scripting may not be all that complicated, also we don't have to use SD2 for the scripting I just figgured since it's there already it would be a good starting point plus it would be nice to have the documentation they have to help with doing this. an example of a complicated script would be look at the Flame Leviathan attack in Ulduar... your using multiple vehicles to attack, cast spells, launch people, rescue people, people fighting with out vehicles people fighting in vehicles....so on then you get to the gates...this could all be scripted with each vehicle running it's own script and each script then could be fine tuned far easier than trying to do a full in-core mod...the in core part would be small and easly worked on as it needed to be.
  18. @FerkEl, No SD2 can't handle it if you had read the post you would have read ...Most of the Vehicle coding can be handled just like a script in SD2 ie: call vehicle+handle spells and auras+do complicated actions...if you look at most of the vehicles now, they are really just scripts compiled in core instead of using outside handlers. Another good example would be OutdoorPvP...it has the main control that is a core mod and all of the zones are scripted and compiled in core and this is what makes it so bad trying to update it or make it work. now as far as I know there are only 22 to 24 vehicles total in game at present and about half are just use overs between Horde and Allience or same vehicle with different models so all we would really have to script in is about 12 vehicles, that seems more doable than just hard encoding with no real way to change or fix.
  19. @xeross, DaemonCantor and myself say we're going to miss a good developer and whish you the best of luck.
  20. True, and when you go to sites like WOWDB, wowhead and soforth they all state that the vehicles are side scripted wich really meens they are scripted just like SD2 and other such stuff. For myself I can really justify scripting the vehicles or maybe we just need to expand what SD2 can do in core so that the vehicles are covered.... A lot of things can be scripted instead of hard coded in core and I'm not stating this plus DB support because we can actually reduce that by including the neccasary spells and auras in their proper places in core and call them from script IE: Argent Tourny all 12 mounts use basicly 2 different auras that are cast on the player permantly and then the 12 mounts which are basicly a grand total of 4 spells... and then the spells the mounts have only 3 need to be fixed and all 12 use the same spells.. this wouldn't be hard to script really.... and would also reduce load on server when not in use could concivably be unloaded.
  21. I had an Idea on the vehicles a long time ago and Netsky was working that way when he left. My Idea was to set up basic controle mod for the core and script in each of the vehicles or groups of vehicles as needed...the good part to this was that the controle part could be used for other things like Outdoor PVP as an example...look at it kinda like SD2 but more specialized with the nice part that if a certain vehicle gets changed over time you don't have to rewrite the whole thing just one script.
  22. OOps browser messup...sorry
  23. Well here's a base for Vehicles, all I did was combine the 4 main sql's pluse my mount fix sql's and the fix for the charge spell cleaned it up and tested by running it into a clean UDB and YTDB databases just to make sure they didn't error on apply but atleast this makes it easier to get the sql's inplace with less confusion. Hopefully it will be good enough for everyone. Link: http://pastebin.com/w2rLg6h0
  24. marx123, I'm working on it but it is slow and a lot to figgure out...but atleast I've got most of the digging done. I have the fix for the mounts them selves, I've located the auras needed, and the spells to summon. now I'm doing testing with what I have. The good part is YTDB doesn't really need much but I'm still running to the Stables error with UDB...
  25. blueboy the problem isn't really for you to fix, but for the ahbot people because it's a slight line numbering thing where theirs is only 2 lines to ajust and I'm sorry but there's more than 10 lines on your side to move so it would be easier if they just moved it ether up or downto accomodate but then again it will be a mute point if it gets into the core 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