Jump to content

Brian

Members
  • Posts

    2223
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Brian

  1. It's back now. http://miruku.rathena.org/
  2. Technically, you can only transfer ownership of your entire account to someone else. Since the incidence of fraud is incredibly high in such cases, we do not allow these discussions/selling on our forums. http://community.invisionpower.com/topic/356413-how-to-sell-a-licence/
  3. ^ that game is awesome Have you played Red Remover?
  4. yay! I think we both have the Cr-48 =p I was waiting too!! kept trying to update last month, then I read this post.
  5. like list the hexadecimal numbers and their decimal equivalents next to each other? Custom_Items#Structure (S.) Novice (2^00): 0x00000001 Swordman (2^01): 0x00000002 Mage (2^02): 0x00000004 Archer (2^03): 0x00000008 Acolyte (2^04): 0x00000010 Merchant (2^05): 0x00000020 Thief (2^06): 0x00000040 Knight (2^07): 0x00000080 Priest (2^08): 0x00000100 Wizard (2^09): 0x00000200 Blacksmith (2^10): 0x00000400 Hunter (2^11): 0x00000800 Assassin (2^12): 0x00001000 Unused (2^13): 0x00002000 Crusader (2^14): 0x00004000 Monk (2^15): 0x00008000 Sage (2^16): 0x00010000 Rogue (2^17): 0x00020000 Alchemist (2^18): 0x00040000 Bard/Dancer (2^19): 0x00080000 Unused (2^20): 0x00100000 Taekwon (2^21): 0x00200000 StarGladiator (2^22): 0x00400000 Soul Linker (2^23): 0x00800000 Gunslinger (2^24): 0x01000000 Ninja (2^25): 0x02000000 All Classes : 0xFFFFFFFF Every Job Except Novice : 0xFFFFFFFE
  6. Yes, these are accurate. 0xFFFFFFFF (in hex) is equal to 4294967295 (in decimal). In the /db/ files and in the SQL files, they are written as hexadecimal numbers because it's easier to see the on/off bits.
  7. Are you trying to clear a certain column? You could use "UPDATE `table` SET `column`=0, `column2`='' WHERE ..."
  8. I think these would be very useful! But would it require more char-server code too? because character saving happens at the char-server level.
  9. You can use single-quotes around integers and the query will still work. In DELETE queries, you do not specify columns. Just "DELETE FROM" and it means delete the whole row. query_sql("DELETE FROM `"+.@g$+"` WHERE `id` = '"+.@f+"'");
  10. What version of TortoiseSVN (or Subversion) did you use to checkout this working copy? In Subversion / TortoiseSVN version 1.7.x and later, it stores all the metadata in one .svn folder in the base directory (so if you checked out /trunk, it will be in the trunk folder).
  11. There was an old branch: !svn/bc/5363/branches/clownphobia/about_clownphobia Maybe you could look at these changesets as a place to start. http://sourceforge.net/apps/trac/rathena/log/branches/clownphobia/?rev=5363
  12. Here is another mirror: https://docs.google.com/open?id=0B_tg9qUN3W1TWFREN0tJQ2ZMZzA
  13. Brian

    MvP

    Are you looking for a script you saw somewhere else? (Is it Super Convex Mirror or mvps.php or MVP Tombstones, or something else?) Or are you requesting something new?
  14. Edit: oh, I didn't realize r14635/branches/renewal/ was skipped. I'll add it to the todo list. Thanks for letting us know!
  15. as requested, I updated your email address and resent the activation email :)

    1. Erukanu

      Erukanu

      Thanks alot :)

  16. is very busy

  17. Move your "patch" folder into the "htdocs" folder.
  18. Checkout from the SVN instead of doing a Precompiled_Installation.
  19. notice_url - is missing the domain name patch_site - is blank (it should be a domain name) executable - that should be the full filename of your client, like "SomethingRO.exe" registration_link - you might want to fill this in if you have a CP setup grf_file - is blank (it should be the name of your server's GRF) More info and examples on the wiki page: NeonCube
  20. Here's another tool too: http://www.colorschemer.com/online.html
×
×
  • Create New...