Search results

  • Guest, it's time once again for the hotly contested and exciting FoH Asshat Tournament!



    Go here and fill out your bracket!
    Who's been the biggest Asshat in the last year? Once again, only you can decide!
  1. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Nope not needed anymore. :) Since master looter system was such a mess I implemented a new version of master looter something that should have been in the game since day one. The old way is still there and easy to use that if a player want's to. A short video showing off the new master loot...
  2. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Just comitted the code for Bard Form support (Dance of Blades, Water Dance and Careen of the Cunning) and that should finish up all the class forms. Updated the login server and world server code to C++20 and a good many other additions/fixes sicne my last post. We also hit a new high of 115...
  3. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Soon on the monk I just finished writing the backend code for Ranger forms so should be live on Monday we have had a rise in players since Nathan Napalm has been streaming we hit over 70 so far today and the server didn't blow up so far so that is a plus. :)
  4. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Just a little update rogues abilities should be 100% and Warriors will be at 99% once I update the server code I still need to write some server code for Ironfoe. I'm going to be spending most of my time just on class abilities I want to get them finished. I was finally able to tracked down the...
  5. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    You can do 1-25ish without to much trouble I personally would like to have enough content for someone to go from 1 - 50 but we will see. Had 3 groups doing APW tonight for fun (Not tuned or cleaned up) saw a few things I needed to fix when it came to raids.
  6. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    For those who haven't seen it this is the AA UI they were working on adding in.
  7. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    I remember someone on here asking about learned abilities Blood mage / Psionicist (partially), Druid (Next sever update), Necromancer (Need to script the books and add them to the NPC loot list) all other classes learned abilities are in and working.
  8. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Yea back when it was live each server would handle between 2 - 8 zones depending on the population and each zone would take about a gig of ram to run.
  9. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    You can preview a item if you are able to mouse over the item itself for instance items in your inventory, on the exchange inspecting, loot window etc etc. It does not work for item links or tooltips.
  10. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Did some work on animations over the weekend and won't be live till I update the server this week. Added: Secondary animation and play animation to SpellHeal LUA function Added: Check to spells with a duration timer to not remove buff/dot until all ticks have been processed Added: Heals spells...
  11. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Would you mind doing a short video for me. Here is the process Press Ability ----> Client checks itself if the ability cooldown is on cooldown or under global cooldown if not sends cast request packet to the server ----> server does it's own check to see if ability is on cooldown or under global...
  12. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    I took a disc and copied the first few moves and not really seeing a difference in the cooldowns mind you animation wise yes we have a lot that are off since some abilities can have up to 3 different animations attached to it. There is a list of animations I was able to decode out of the client...
  13. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    We have a troubleshooting guide if anyone has issues also Troubleshooting Guide - Vanguard Wiki the wiki on vgoplayers is just that for players you can see the current status of all abilities for classes and information on learned abilities. Going between chunks should be pretty quick now since...
  14. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    We do have a Project Manager on our website but It's way out of date I just haven't taken the time to update it but this should give you a idea on the current status State of the Game - Vanguard Wiki and as for bug reports just use the in-game bug reporting it get logged and a ticket created...
  15. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    I do have some stuff I want to implement for instance the UI elements for Alternate Advance which they never implemented is in the client and I have most of the packet structure figued out so I would like to add that in later down the road. The marketplace I have already removed all the pay to...
  16. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Disciples are pretty OP so honestly most any class will work well with them just doing dungeons.
  17. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Currently sitting here working on creating the missing necro pet graft items, creating the spells to go with them and scripting both the item and spells since the server code is mostly done for grafts and live on the server.
  18. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    It's a bit of both a passion project and a hobby for me and yea I do get joy out of it and some times frustration when working on it.
  19. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Been awhile since I've been on here I'm glad you guy's are enjoying the emulator also for those having issue when using a AMD threadripper CPU we have patched the executable once I do some more testing to make sure there is no issues I'll push the new executable out through the launcher.
  20. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Caravan system should be implemented this week just need to finsh cleaning up the code, adding in comments and some more testing. The caravan system is going to be a little different on the emulator then it was on live so here is the basic run down of our implementation. Live 4 Hour...
  21. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Rev 3214 - 3227 Cliff Notes Brotherhood System is now live Getting stuck on loading screen when logging is mostly gone now. *Client being very picky on packet order* Bag item restrictions have been implemented Added some more checks on inventory space when trading, buying etc etc Revision...
  22. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Yea I sent a email to curse awhile back and they said they didn't have it anymore which sucks. Here are some updates for everyone at least. :) Updates Rev 3166 - 3213 Revision: 3213 Author: Xinux Date: Thursday, April 12, 2018 7:03:07 PM Message: Added: Reload command for assembly options and...
  23. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Change log updated Rev 3071 - 3138 Cliff Notes Added Bard Songs (Some songs components still need to be scripted) Added Voice and Instrument modifiers Added Pickpocket Added Forage Added Loot messages to other group members Loot bug hopefully fixed (Cannot loot without typing /endloot) Fix for...
  24. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Changelog has been updated. Rev 3041 - 3070 Cliff notes: Crashing while chunking fixed (This is a big one been trying to track this down for a year now) Npc spell lists Push back with interrupt chance for melee damage on Npc spell casting Guards will now assist against aggressive Npc's. If you...
  25. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Change log has been updated and website/forums should look much better then it did before. Revision 2984 - 3040 VGOEmulator.net
  26. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Change log has been updated. New revisions 2860 to 2983 VGOEmulator.net Currently updating the website so excuse the look please.
  27. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Here is a little video of crafting so far which still has a way's to go.
  28. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    The DB work isn't that bad but you need to know the packets and what data you need to store so just a DB expert wouldn't be as much help as actual developers.
  29. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Change log has been updated Rev 2757 - 2859 VGOEmulator.net
  30. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Update posted Revision 2633 - 2756 VGOEmulator.net
  31. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    All commit logs are now going to be updated via our changelog page. VGOEmulator.net
  32. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Well this is getting interesting I'm the person in charge over at vgoemu if you want you can pm me here or over at our site. Luckily I was able to modify the packet collector that we used for EQ2 to work with vanguard or else we wouldn't have anything. I also did reach out to curse years ago...
  33. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    What I wouldn't give to get a copy of the DB.... /Dreams .... everything else would fall in to place and speed up development time like you wouldn't believe.
  34. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Latest SVN Updates: Revision: 2368 Author: Xinux Add: Implemented Fall Damage Add: Pet should now despawn and UI elements remove when you die Update: NPC's should visually react faster when combat starts. Revision: 2369 Author: Xinux Update: If character is invul they will not take fall...
  35. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    We have this but it is a little behind our progress i'll try and update it this week. VGOEmulator.net I'll also see about adding a list somewhere with the chunks and current scripted quest count.
  36. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Yes and Yes but that is going to be awhile.
  37. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Fixed it since it was bothering you so much. :p
  38. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    No class is fully playable yet. There are some classes which have most of there abilities scripted. Everything is spawned that we were able to packet collect while the server was online. These scripted numbers are from mainly the starter chunks. Quests = 881 NPC = 3808 Abilities/spells = 323...
  39. Xinux

    Vanguard - I don't give a fuck if it's dead, It's still brown as fuck (Download link in 1st post)

    Continued.. Revision: 2320 Author: Xinux Date: Monday, September 05, 2016 4:59:13 PM Message: Added: QuestRemove() LUA function Revision: 2321 Author: smash Date: Monday, September 05, 2016 7:47:24 PM Message: Added code to the harvesting process so that if a client/player pointer goes bad...