Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Reputation Activity

  1. Upvote
    Mystery got a reaction from bWolfie in August Digest 2017   
    August Digest 2017
    The following digest covers the month of August 1st - August 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    Item DB: replace numbers with constants and split View into Subtype and ViewSprite (This has been merged on Sept. 17, however, all commits were created on August 21). Added support for bitmasks, in the form of libconfig arrays of constants (strings) in the Upperand Loc fields of the item DB. Split the View field into Subtype and ViewSprite, to better describe its actual use, depending on the item type. Changed several numeric values into human-readable constants: W_* and A_* constants for the Subtype field IT_* constants for the Type field (thanks to @iRagno, from PR #1633) SEX_* constants for the Gender field (thanks to @iRagno, from PR #1633) ITEMUPPER_* (bitmask) constants for the Upper field EQP_* (bitmask) constants for the Loc field. Fixed some incorrect values in the Renewal item DB, detected thanks to the above changes. Differentiated and refactored the variables that hold view sprites from those that hold item subtypes. This includes entire contents of PR #1633, which was merged (rebased and fast-forwarded) into this branch.
    Disable warning -Wdiscarded-qualifiers in hpm code for now Fix various issues detected by coverity in rodex-related code Save near 200 places in arrays with size SC_MAX Update travis for ubuntu trusty add clang-5.0 re and pre-re builds to travis add clang-4.0 re and pre-re builds to travis  
    Scripting Highlights
    Update Airship Quests (#1614)  
    August Statistics
    During the period there were 65 Commits. 5 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  2. Upvote
    Mystery got a reaction from Cyro in August Digest 2017   
    August Digest 2017
    The following digest covers the month of August 1st - August 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    Item DB: replace numbers with constants and split View into Subtype and ViewSprite (This has been merged on Sept. 17, however, all commits were created on August 21). Added support for bitmasks, in the form of libconfig arrays of constants (strings) in the Upperand Loc fields of the item DB. Split the View field into Subtype and ViewSprite, to better describe its actual use, depending on the item type. Changed several numeric values into human-readable constants: W_* and A_* constants for the Subtype field IT_* constants for the Type field (thanks to @iRagno, from PR #1633) SEX_* constants for the Gender field (thanks to @iRagno, from PR #1633) ITEMUPPER_* (bitmask) constants for the Upper field EQP_* (bitmask) constants for the Loc field. Fixed some incorrect values in the Renewal item DB, detected thanks to the above changes. Differentiated and refactored the variables that hold view sprites from those that hold item subtypes. This includes entire contents of PR #1633, which was merged (rebased and fast-forwarded) into this branch.
    Disable warning -Wdiscarded-qualifiers in hpm code for now Fix various issues detected by coverity in rodex-related code Save near 200 places in arrays with size SC_MAX Update travis for ubuntu trusty add clang-5.0 re and pre-re builds to travis add clang-4.0 re and pre-re builds to travis  
    Scripting Highlights
    Update Airship Quests (#1614)  
    August Statistics
    During the period there were 65 Commits. 5 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  3. Upvote
    Mystery got a reaction from Easycore in August Digest 2017   
    August Digest 2017
    The following digest covers the month of August 1st - August 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    Item DB: replace numbers with constants and split View into Subtype and ViewSprite (This has been merged on Sept. 17, however, all commits were created on August 21). Added support for bitmasks, in the form of libconfig arrays of constants (strings) in the Upperand Loc fields of the item DB. Split the View field into Subtype and ViewSprite, to better describe its actual use, depending on the item type. Changed several numeric values into human-readable constants: W_* and A_* constants for the Subtype field IT_* constants for the Type field (thanks to @iRagno, from PR #1633) SEX_* constants for the Gender field (thanks to @iRagno, from PR #1633) ITEMUPPER_* (bitmask) constants for the Upper field EQP_* (bitmask) constants for the Loc field. Fixed some incorrect values in the Renewal item DB, detected thanks to the above changes. Differentiated and refactored the variables that hold view sprites from those that hold item subtypes. This includes entire contents of PR #1633, which was merged (rebased and fast-forwarded) into this branch.
    Disable warning -Wdiscarded-qualifiers in hpm code for now Fix various issues detected by coverity in rodex-related code Save near 200 places in arrays with size SC_MAX Update travis for ubuntu trusty add clang-5.0 re and pre-re builds to travis add clang-4.0 re and pre-re builds to travis  
    Scripting Highlights
    Update Airship Quests (#1614)  
    August Statistics
    During the period there were 65 Commits. 5 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  4. Upvote
    Mystery reacted to meko in Deprecated Features   
    As of September 18 2017, the useatcmd() command has been deprecated.


    If you were using useatcmd() for built-in @commands you can simply replace it with atcommand():
    useatcmd("@command") ➜ atcommand("@command")
     
     
    If you were using useatcmd() for custom @commands (registered with bindatcmd()) you can use doevent() instead:
    useatcmd("@custom") ➜ doevent("MyNPC::OnUseCommand");
    MyNPC is the name of the NPC in which you used bindatcmd()
    OnUseCommand is the event you registered with bindatcmd()

     

    Edge cases:
    useatcmd(), unlike atcommand(), uses the group id of the attached player rather than running with admin privileges. If you need to check whether or not a player should be able to use a command, use can_use_command()
    if (can_use_command("@foobar")) { atcommand("@foobar"); } else { dispbottom("You cannot use this command!"); }  
  5. Upvote
    Mystery got a reaction from Easycore in [Showcase] Inspired by VU   
    Hey everyone! I'm back once again to showcase another design I've been working on. It's still not 100% done, but it's getting there! The site is themed (inspired by) VU (Valkyrie Uprising). It's 100% fully integrated FluxCP. Also, the site is Mobile Responsive as well! 
     
    The theme come completes with ROCharGen. If you take a look at the PvP Ladder, the body image of the character is generated. What you see is the same char in-game. 
     
    What do you guys think?
     
    I've attached some screenshots!
     


















  6. Upvote
    Mystery got a reaction from IndieRO in July Digest 2017   
    July Digest 2017
    The following digest covers the month of July 1st - July 31st 2017
     
     
    Team Changes
    None  
    Development Highlights
    Implementation of RoDEX Optimisation of char_memitemdata_to_sql() Removed 'NO MSG' message in clients < 20101123 Added time limit parameter to setquest Added getcalendartime script command Code Organization: Move some immune/resists checks from status_change_start into separate functions Move from status_change_start code for end previous sc to separate function Move code for stop actions into separate function from status_change_start Move set options from status_change_start into separate function Move getting val_flag based on type from status_change_start into separate functions Move adding icon code from status_change_start into separate function Move handling unknown sc code from status_change_start into separate functions Add configure flag for silent warnings about var tracking errors Fix possible buffer overflows with snprintf  
    July Statistics
    During the period there were 17 Commits. 9 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  7. Upvote
    Mystery got a reaction from JulioCF in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  8. Upvote
    Mystery got a reaction from JulioCF in June Digest 2017   
    June Digest 2017
    The following digest covers the month of June 1st - June 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    convert specialeffect calls with strings to use GID Unify specialeffect, convert legacy scripts allow to use specialeffect() on any unit, and to send to any player update the documentation for specialeffect() remove specialeffect2 from databases remove specialeffect2 from npcs remove misceffect from npcs convert specialeffect calls with strings to use GID add missing constants to specialeffect calls flag specialeffect2() as deprecated flag misceffect() as deprecated Removed reading battle.conf multiple times from import folder Fixed a bug when removing a card Channel Adjustments: allow channelmes to be called without attached rid allow addchannelhandler to be called with attached rid allow removechannelhandler to be called with attached rid Packet Additions, Changes & Fixes: Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 (based on rAthena) Fix vending list packet for 2016 clients (based on rAthena) Add packet 0x0a84 for guild basic info (based on rAthena) Add packet 0x0aa5 for 2016 clients for guild members list (based on rAthena) Add packet 0x0a43 for party member info (based on rAthena) Add packet 0xa44 for party info (based on rAthena) Add packet 0xabd for send job and base levels to party members (based on rAthena) fix guild leader change in 2017 clients (based on rAthena)  
    Documentation
    Documenation for <URL> browser dimensions  
    Database Highlights
    Fixed assert report when arrow shower(skill) was used on traps correct combo bonus for advanced angelic set Corrected some bonuses in item_options.conf correct Yggdrasil_Herald_Crown equip location  
    June Statistics
    During the period there were 39 Commits. 14 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  9. Upvote
    Mystery got a reaction from JulioCF in July Digest 2017   
    July Digest 2017
    The following digest covers the month of July 1st - July 31st 2017
     
     
    Team Changes
    None  
    Development Highlights
    Implementation of RoDEX Optimisation of char_memitemdata_to_sql() Removed 'NO MSG' message in clients < 20101123 Added time limit parameter to setquest Added getcalendartime script command Code Organization: Move some immune/resists checks from status_change_start into separate functions Move from status_change_start code for end previous sc to separate function Move code for stop actions into separate function from status_change_start Move set options from status_change_start into separate function Move getting val_flag based on type from status_change_start into separate functions Move adding icon code from status_change_start into separate function Move handling unknown sc code from status_change_start into separate functions Add configure flag for silent warnings about var tracking errors Fix possible buffer overflows with snprintf  
    July Statistics
    During the period there were 17 Commits. 9 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  10. Upvote
    Mystery got a reaction from bWolfie in June Digest 2017   
    June Digest 2017
    The following digest covers the month of June 1st - June 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    convert specialeffect calls with strings to use GID Unify specialeffect, convert legacy scripts allow to use specialeffect() on any unit, and to send to any player update the documentation for specialeffect() remove specialeffect2 from databases remove specialeffect2 from npcs remove misceffect from npcs convert specialeffect calls with strings to use GID add missing constants to specialeffect calls flag specialeffect2() as deprecated flag misceffect() as deprecated Removed reading battle.conf multiple times from import folder Fixed a bug when removing a card Channel Adjustments: allow channelmes to be called without attached rid allow addchannelhandler to be called with attached rid allow removechannelhandler to be called with attached rid Packet Additions, Changes & Fixes: Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 (based on rAthena) Fix vending list packet for 2016 clients (based on rAthena) Add packet 0x0a84 for guild basic info (based on rAthena) Add packet 0x0aa5 for 2016 clients for guild members list (based on rAthena) Add packet 0x0a43 for party member info (based on rAthena) Add packet 0xa44 for party info (based on rAthena) Add packet 0xabd for send job and base levels to party members (based on rAthena) fix guild leader change in 2017 clients (based on rAthena)  
    Documentation
    Documenation for <URL> browser dimensions  
    Database Highlights
    Fixed assert report when arrow shower(skill) was used on traps correct combo bonus for advanced angelic set Corrected some bonuses in item_options.conf correct Yggdrasil_Herald_Crown equip location  
    June Statistics
    During the period there were 39 Commits. 14 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  11. Upvote
    Mystery got a reaction from Legend in July Digest 2017   
    July Digest 2017
    The following digest covers the month of July 1st - July 31st 2017
     
     
    Team Changes
    None  
    Development Highlights
    Implementation of RoDEX Optimisation of char_memitemdata_to_sql() Removed 'NO MSG' message in clients < 20101123 Added time limit parameter to setquest Added getcalendartime script command Code Organization: Move some immune/resists checks from status_change_start into separate functions Move from status_change_start code for end previous sc to separate function Move code for stop actions into separate function from status_change_start Move set options from status_change_start into separate function Move getting val_flag based on type from status_change_start into separate functions Move adding icon code from status_change_start into separate function Move handling unknown sc code from status_change_start into separate functions Add configure flag for silent warnings about var tracking errors Fix possible buffer overflows with snprintf  
    July Statistics
    During the period there were 17 Commits. 9 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  12. Upvote
    Mystery got a reaction from Legend in June Digest 2017   
    June Digest 2017
    The following digest covers the month of June 1st - June 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    convert specialeffect calls with strings to use GID Unify specialeffect, convert legacy scripts allow to use specialeffect() on any unit, and to send to any player update the documentation for specialeffect() remove specialeffect2 from databases remove specialeffect2 from npcs remove misceffect from npcs convert specialeffect calls with strings to use GID add missing constants to specialeffect calls flag specialeffect2() as deprecated flag misceffect() as deprecated Removed reading battle.conf multiple times from import folder Fixed a bug when removing a card Channel Adjustments: allow channelmes to be called without attached rid allow addchannelhandler to be called with attached rid allow removechannelhandler to be called with attached rid Packet Additions, Changes & Fixes: Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 (based on rAthena) Fix vending list packet for 2016 clients (based on rAthena) Add packet 0x0a84 for guild basic info (based on rAthena) Add packet 0x0aa5 for 2016 clients for guild members list (based on rAthena) Add packet 0x0a43 for party member info (based on rAthena) Add packet 0xa44 for party info (based on rAthena) Add packet 0xabd for send job and base levels to party members (based on rAthena) fix guild leader change in 2017 clients (based on rAthena)  
    Documentation
    Documenation for <URL> browser dimensions  
    Database Highlights
    Fixed assert report when arrow shower(skill) was used on traps correct combo bonus for advanced angelic set Corrected some bonuses in item_options.conf correct Yggdrasil_Herald_Crown equip location  
    June Statistics
    During the period there were 39 Commits. 14 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  13. Upvote
    Mystery got a reaction from Easycore in July Digest 2017   
    July Digest 2017
    The following digest covers the month of July 1st - July 31st 2017
     
     
    Team Changes
    None  
    Development Highlights
    Implementation of RoDEX Optimisation of char_memitemdata_to_sql() Removed 'NO MSG' message in clients < 20101123 Added time limit parameter to setquest Added getcalendartime script command Code Organization: Move some immune/resists checks from status_change_start into separate functions Move from status_change_start code for end previous sc to separate function Move code for stop actions into separate function from status_change_start Move set options from status_change_start into separate function Move getting val_flag based on type from status_change_start into separate functions Move adding icon code from status_change_start into separate function Move handling unknown sc code from status_change_start into separate functions Add configure flag for silent warnings about var tracking errors Fix possible buffer overflows with snprintf  
    July Statistics
    During the period there were 17 Commits. 9 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  14. Upvote
    Mystery got a reaction from Easycore in June Digest 2017   
    June Digest 2017
    The following digest covers the month of June 1st - June 30th 2017
     
     
    Team Changes
    None  
    Development Highlights
    convert specialeffect calls with strings to use GID Unify specialeffect, convert legacy scripts allow to use specialeffect() on any unit, and to send to any player update the documentation for specialeffect() remove specialeffect2 from databases remove specialeffect2 from npcs remove misceffect from npcs convert specialeffect calls with strings to use GID add missing constants to specialeffect calls flag specialeffect2() as deprecated flag misceffect() as deprecated Removed reading battle.conf multiple times from import folder Fixed a bug when removing a card Channel Adjustments: allow channelmes to be called without attached rid allow addchannelhandler to be called with attached rid allow removechannelhandler to be called with attached rid Packet Additions, Changes & Fixes: Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 (based on rAthena) Fix vending list packet for 2016 clients (based on rAthena) Add packet 0x0a84 for guild basic info (based on rAthena) Add packet 0x0aa5 for 2016 clients for guild members list (based on rAthena) Add packet 0x0a43 for party member info (based on rAthena) Add packet 0xa44 for party info (based on rAthena) Add packet 0xabd for send job and base levels to party members (based on rAthena) fix guild leader change in 2017 clients (based on rAthena)  
    Documentation
    Documenation for <URL> browser dimensions  
    Database Highlights
    Fixed assert report when arrow shower(skill) was used on traps correct combo bonus for advanced angelic set Corrected some bonuses in item_options.conf correct Yggdrasil_Herald_Crown equip location  
    June Statistics
    During the period there were 39 Commits. 14 Commits from Pull Requests with 3 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  15. Upvote
    Mystery got a reaction from Shatowolf in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  16. Upvote
    Mystery got a reaction from Legend in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  17. Upvote
    Mystery got a reaction from THPO in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  18. Upvote
    Mystery got a reaction from Cyro in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  19. Upvote
    Mystery got a reaction from bWolfie in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  20. Upvote
    Mystery got a reaction from tedexx in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  21. Upvote
    Mystery got a reaction from xVector in Apoligies for lack of Activity   
    Hey everyone!
     
    Some of you have left me many messages (here on the forum and on Discord) regarding my activity. Sadly, I've been quite busy working at Summer Camp (hence why I haven't been active much through the summer....). I try to check in whenever I have some time to myself, but it is quite difficult to do so with lack of internet and lack of connection.
     
    Good news is... it's almost done and I'm about ready to get back to my normal routine. Please, if you have any more questions/concerns/ or just want to say hi, don't hesitate to talk to me via PM or Discord! I check Discord more often since I am on my phone more often.
     
    Mystery out!
  22. Upvote
    Mystery got a reaction from vBrenth in Conflicts is a scammer! becareful everyone.   
    https://rathena.org/board/topic/102420-conflicts-is-a-scammer-becareful/page-2
     
    Why don't you actually RESOLVE THIS ISSUE PRIVATELY rather than ranting out about it? I'll be closing this thread. I'll allow you to resolve it privately or at rAthena.
  23. Upvote
    Mystery got a reaction from Echoes in May Digest 2017   
    May Digest 2017
    The following digest covers the month of May 1st - May 31st 2017
     
     
    Team Changes
    hemagx has been moved from Core Developer to Community Contributors malufett has been moved from Core Developer to Community Contributors Pan has been moved from Core Developer to Community Contributors GreenBox has been moved from Core Developer to Community Contributors Susu has been moved from Core Developer to Community Contributors Kenpachi has been moved from Script Developers to Community Contributors Joseph has been moved from Script Developers to Community Contributors AnnieRuRu has been moved from Scripting Moderators to Community Contributors JayPee has been moved from Int'l Moderators to Community Contributors Mhalicot has been moved from Int'l Moderators to Community Contributors Mumbles has been moved from Global Moderators to Community Contributors Olrox has been moved from Graphics Moderators to Community Contributors These members had the 'Former' tag set on their group, however, due to the move towards IPB4, we scraped that Former Tag and figured it was best to just move them to CC.
     
    Development Highlights
    Fix a race condition when saving the storage on logout Fix saving of storage for non-stackable items Fix storage saving checks and amount update Normal Stat food can't override the effect of Cash Stat food add channel handler events Add storage_data reception, parsing and sending to/from the map-server allow to pass actual params to getparam add exponentiation operator update documentation for the exponentiation operator remove the pow buildin from existing scripts remove the pow buildin from item databases flag the pow() buildin as deprecated allow custom atcommands to have different permissions for each group add buildin add_group_command() add support for custom atcommands in can_use_command  
    Scripting Highlights
    Optimize Uwe Kleine NPC, fix typos and an unintended fall through Updated npc/re/merchants/shadow_refiner.txt to version 2.0 Update npc/<re/>merchants/advanced_refiner.txt  
    Documentation
    Updated *showscript documentation description Documentation update for getequippercentrefinery() and refine_db.confs document previously undocumented parameter of getparam  
    Database Highlights
    Refine rate correction from kRO Update Exp Table   
    May Statistics
    During the period there were 59 Commits. 10 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  24. Upvote
    Mystery got a reaction from Easycore in May Digest 2017   
    May Digest 2017
    The following digest covers the month of May 1st - May 31st 2017
     
     
    Team Changes
    hemagx has been moved from Core Developer to Community Contributors malufett has been moved from Core Developer to Community Contributors Pan has been moved from Core Developer to Community Contributors GreenBox has been moved from Core Developer to Community Contributors Susu has been moved from Core Developer to Community Contributors Kenpachi has been moved from Script Developers to Community Contributors Joseph has been moved from Script Developers to Community Contributors AnnieRuRu has been moved from Scripting Moderators to Community Contributors JayPee has been moved from Int'l Moderators to Community Contributors Mhalicot has been moved from Int'l Moderators to Community Contributors Mumbles has been moved from Global Moderators to Community Contributors Olrox has been moved from Graphics Moderators to Community Contributors These members had the 'Former' tag set on their group, however, due to the move towards IPB4, we scraped that Former Tag and figured it was best to just move them to CC.
     
    Development Highlights
    Fix a race condition when saving the storage on logout Fix saving of storage for non-stackable items Fix storage saving checks and amount update Normal Stat food can't override the effect of Cash Stat food add channel handler events Add storage_data reception, parsing and sending to/from the map-server allow to pass actual params to getparam add exponentiation operator update documentation for the exponentiation operator remove the pow buildin from existing scripts remove the pow buildin from item databases flag the pow() buildin as deprecated allow custom atcommands to have different permissions for each group add buildin add_group_command() add support for custom atcommands in can_use_command  
    Scripting Highlights
    Optimize Uwe Kleine NPC, fix typos and an unintended fall through Updated npc/re/merchants/shadow_refiner.txt to version 2.0 Update npc/<re/>merchants/advanced_refiner.txt  
    Documentation
    Updated *showscript documentation description Documentation update for getequippercentrefinery() and refine_db.confs document previously undocumented parameter of getparam  
    Database Highlights
    Refine rate correction from kRO Update Exp Table   
    May Statistics
    During the period there were 59 Commits. 10 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
  25. Upvote
    Mystery got a reaction from JulioCF in May Digest 2017   
    May Digest 2017
    The following digest covers the month of May 1st - May 31st 2017
     
     
    Team Changes
    hemagx has been moved from Core Developer to Community Contributors malufett has been moved from Core Developer to Community Contributors Pan has been moved from Core Developer to Community Contributors GreenBox has been moved from Core Developer to Community Contributors Susu has been moved from Core Developer to Community Contributors Kenpachi has been moved from Script Developers to Community Contributors Joseph has been moved from Script Developers to Community Contributors AnnieRuRu has been moved from Scripting Moderators to Community Contributors JayPee has been moved from Int'l Moderators to Community Contributors Mhalicot has been moved from Int'l Moderators to Community Contributors Mumbles has been moved from Global Moderators to Community Contributors Olrox has been moved from Graphics Moderators to Community Contributors These members had the 'Former' tag set on their group, however, due to the move towards IPB4, we scraped that Former Tag and figured it was best to just move them to CC.
     
    Development Highlights
    Fix a race condition when saving the storage on logout Fix saving of storage for non-stackable items Fix storage saving checks and amount update Normal Stat food can't override the effect of Cash Stat food add channel handler events Add storage_data reception, parsing and sending to/from the map-server allow to pass actual params to getparam add exponentiation operator update documentation for the exponentiation operator remove the pow buildin from existing scripts remove the pow buildin from item databases flag the pow() buildin as deprecated allow custom atcommands to have different permissions for each group add buildin add_group_command() add support for custom atcommands in can_use_command  
    Scripting Highlights
    Optimize Uwe Kleine NPC, fix typos and an unintended fall through Updated npc/re/merchants/shadow_refiner.txt to version 2.0 Update npc/<re/>merchants/advanced_refiner.txt  
    Documentation
    Updated *showscript documentation description Documentation update for getequippercentrefinery() and refine_db.confs document previously undocumented parameter of getparam  
    Database Highlights
    Refine rate correction from kRO Update Exp Table   
    May Statistics
    During the period there were 59 Commits. 10 Commits from Pull Requests with 2 Bugs* fixed from merged issues.  
    *Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference. The number of commits includes those that were merged.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.