ok guys, this is an excel file to help you with your database, so that you can stop using sql dumps (which are retarded as hell) or your notepad program. I did not include all of the tables just the most important ones. Nicest thing about this is you can just copy the rows and then paste them directly into your database. Keeps all your stuff nice and neat. THIS ORGINALLY WAS NOT MY IDEA. FUNHACKER IS THE ONE THAT TOLD ME ABOUT IT(unlike some i dont steal peoples stuff and then claim it as my own) Still a thanks would be nice for uploading it.
you forgot the part of using sums, which made my dye system creation about 100x faster lol after doing about 1/4 of I scraped it and started again that 1/4 took 3days then the redone version took about 10hours xD [cq_action scripting]
well for my part txt file was a quick success, not to say that excel sheet is not good, however for people using office 2003 download office 2007 compatibility pack to open the file
so are you alergic to the thanks button? this is why I myself have pretty much stoped releasing stuff, so push the thanks even I gave thanks cause its usefull for people even if I already knew it lol
[Release] Elf-Lag Fix. 02/13/2010 - Mabinogi Hacks, Bots, Cheats & Exploits - 44 Replies This'll fix the lag on elf range, basically; It fixes the animation to be that of AR, thus making you more accurate because you aren't lagging due to an animation glitch.
It's just a small edit in the .dll, I won't release the information on what I changed for personal reasons.
Link: Standard.dll
http://www.youtube.com/watch?v=QPHeeZRA9wM Here's the video of how it should look
Small Website Release 07/28/2009 - CO2 PServer Guides & Releases - 23 Replies Heres a website for anyone who would like to use it for ur pserver =)
Edit: Best viewed in FireFox web browser
Download Link: MEGAUPLOAD - The leading online storage and file delivery service
Pic:
http://i30.tinypic.com/262lhtg.jpg
hope u like it its a basic site i threw together tonight =) any questions or comments leme know i left my msn inside the website!
Best of luck
[Small-Release] Get ItemID 12/22/2008 - CO2 PServer Guides & Releases - 18 Replies Hey guys. Im REALLY bored right now, so gimme stuff to code for you ( please, not like code this and that in LOTF, something that can be useful for any servers ) .
Anways, if you sometimes dont got the power to open a damn INI and search for your item to get the ID for some reason, you can just use this. I really dont expect anyone to actually use this I just show people how to do it, aight?
Btw, the thing it does is open a console, tells you to type a correct item name and it gives you...
[Small Release] Fix Move() 09/19/2008 - CO2 PServer Guides & Releases - 10 Replies I'm sure a lot of you have noticed, but on most servers where the mobs actually do move, you can stand directly south (thats.. down.. for you slow people) of the monster, they stop. here is how to fix:
go to your Move() function, and find byte ToDir = (blah blah blah) and replace it with a much more correct calculation:
byte ToDir = (byte)((7 - MyMath.PointDirecton(PosX, PosY, Target.LocX, Target.LocY) / 45 % 8));
next change:
if...