Jump to content

Hayate Yoshida

Members
  • Posts

    206
  • Joined

  • Last visited

Everything posted by Hayate Yoshida

  1. People have got to stop asking for support in the wrong threads. Sorry I haven't posted the merged fix yet, I'm working on some other stuff at the moment so please bare with me.
  2. Mid rate FL Studio or Cubase?
  3. As far as I know rAthena doesn't support anything past March of 2011, however, I could be wrong.
  4. How are you diffing clients later than 2011-04-05a?
  5. Hahaha yeah instead of Firebug in the newest version of firefox you can inspect element too actually.. Thanks for the info You're right but Firefox doesn't let you edit the code live to test out things in HTML or CSS Firebug does, Firebug also has so many more features in it.
  6. I can take a look at why that would be when I get some extra time. PS: A really great tool that I use is the Firebug Firefox plugin.
  7. Honestly, this is really good work for being a beginner. The colors on your first design work very well with each other, it could use a tiny bit of improving on the palette of it, it could possibly use some centering but that is simply a preference not a design flaw. On your 2nd design it seems like it needs more dynamics to it's design (maybe some more colors or something); the footer should also extend the whole page. On your 3rd one it could use a different color combination and probably some rounded corners. Great job on the 4th one! A best practice for PHP: you should always use curly brackets with if statements. For instance, you had this: if (! $sock = @fsockopen($ip, $mapport, $num, $error, 5)) echo '<font color="red"><strike>Map Server</strike></font> <b'; When it should be this: if (! $sock = @fsockopen($ip, $mapport, $num, $error, 5)) { [TAB]echo '<font color="red"><strike>Map Server</strike></font> <b'; }
  8. Well if Maki has time, that'd be good.
  9. I was near the top of Mt. Thielsen, Oregon. This was about 2 years ago. Me with long hair about 3 years ago.
  10. You don't use diffs anymore. You use Shinryo's diff patcher and the WeeDiffGen plugin.
  11. It would probably work best to make it in PHP as a web application. Not a software program.
  12. Last time I checked Paradox had made it very clear that he wanted nothing to do with some 'third party' project. Which is ridiculous since this IS the project, eAthena died, end of it. I'm really glad it was carried on and given a new name .
  13. what client is compatible to rathena trunk? 2011-04-05a I believe is the latest one. You can get it here https://subversion.assembla.com/svn/weetools/clients/ How are you hexing newer clients?
  14. I believe it's a packet issue, most likely rAthena does not support yet. PS: How are you guys even using clients like that? There are no diffs (as far as I know) past 2011-04-05a. Are you manually hexing it?
×
×
  • Create New...