Recent content by Oxxy

  1. Oxxy

    Adding login boxes to side menu

    Hi guys, i'm back, atm working on my own design(simple but who cares), I've added a login box to header.php and when I'm trying to log-in it tells my that Invalid login server is chosen, how to fix it? Tried to do it by myself, but I can't figure it out. http://pastebin.com/cxRF3w68 <- Login...
  2. Oxxy

    [Plugin] Colored chat

    Building plugins under Windows Building plugins under Linux What this plugin does?: It allows you to make your chat colored! New commands: 2 script commands:*color2hex(var) - converts the decimal value into hex, showing the color in #HEXFORMAT (like #FF0000);*setcolor(var) - sets CHAT_COLOR...
  3. Oxxy

    [Function] Starter NPC

      Give players stuff © Oxxy, 2015, v 1.2 Changelist:   v1.0 Initial release  v1.1 fixed some typos, should be working correct now.  v1.2 no variable can be set via function, deleted that. Syntax: callfunc "New_Player", <JOB_ID>, <BASE_LEVELS>, <JOB_LEVELS&gt...
  4. Oxxy

    [Utility] Random bonus stats on max level.

    Description: Random bonus stats on SERVER'S MAX LEVEL (defined by MAX_LEVEL variable) script with announce. © Oxxy, 2015, v1.1.1 The only small config:   .announce = 1;      // Announce that player got max level and his bonus points?  .randBonus = 1;      // Should the bonus be...
  5. Oxxy

    Make bindatcmd work with atcommand script command

    so the title says it. Make bindatcmd work with atcommand script command. for example: bindatcmd "showmvp", "showmvp::OnCall"; then OnPCLoginEvent: atcommand "@showmvp"; and aswell if its possible make these command add to @commands list. would be quiet useful
  6. Oxxy

    HULD suggestions

    HULD stands for "Hercules Ultimate Localization Design". So, suggestions are: Add option to choose if u need to create translations for standart NPCs or not? Create command "@reloadlangdb", which will reset the db/translations.conf? So we don't have to restart server Ability to translate...
  7. Oxxy

    [Utility] Players online script

    Description:   Shows current players online, then a list with players online   © 2015, Oxxy, v2.1.3 The only small config:   .maxPlayersPerPage = 20;  // Max number per page that'll be shown.   .MinGrpID = 1;        // Min. group id to show in GM list. Also player with grp id...
  8. Oxxy

    @setcolor

    Made a command that will set player's variable CHAT_COLOR$ in hex code of color, but it makes my server crash. Anybody can help? http://upaste.me/eb63187158b4b3601 
  9. Oxxy

    Quest creation function

    You can use this function to create a very fast quests. Old script, can be optimized a bit I guess. Not completed, but working. http://pastebin.com/xd1mPKtT Function usage example: http://pastebin.com/Vq8rhNL6 
  10. Oxxy

    Ressurrection item

    Description:   Possibility to ressurrect yourself by having item in your backpack.   © 2015, Oxxy, v1.0 Changelog:   v1.0 Initial release Syntax: callfunc "Ressurrection_Item",<1:0>,<item_id>,<item_amount>,<1:0>; Refer to this, while you're using this function:  ...
  11. Oxxy

    [System/Function] Town Reputation

    Script that I made a while ago, was thinking about creating somekind of reputation system. For example, if you complete quests in Prontera town, you add "Prontera reputation" and then you can make interesting scripts. Its up to your imagination. // ==== Author: Oxxy // ==== Version: 1.0.1 //...
  12. Oxxy

    point of rAthena

    Wanted to discuss about the point of rAthena compared to Hercules atm. Why not to merge everything from to Hercules and let this emulator die? Hercules got many advantages when compared to rAthena. Your arguments? This topic is made to discuss two emulators only.
  13. Oxxy

    Achievement system

    I've seen many people requesting this system, is it possible for the core developers to rewrite it as HPM plugin? https://rathena.org/board/topic/56410-achievement-system/
Back
Top