-
Content Count
2635 -
Joined
-
Last visited
-
Days Won
88
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Mystery
-
roBrowser - Ragnarok Online for Web Browsers
Mystery replied to KeyWorld's topic in Website Releases
Woot nice. Awesomely done <3 I played your Demo and a server that uses the browser and it's fantastic. The only issue is... roBrowser is pretty laggy with Safari but when I use Chrome it's a lot better ;3 -
April Digest 2014 The following digest covers the month of April 1st - April 30th 2014. Team Changes [*] has joined as a Script Developer. Development Highlights [*]Added 2014 Ragexe Client Packet Data (910becd) [*]Added support for enum bg_queue_types to the HPMHookGen(1e635c3) [*]Implemented official support for level 175 (5a5a327) [*]Add official Job stats bonus and fix old class (pre-re and re got same stats bonus) [*]Add official stats points for lvl 150 to 175 [*]Add new max_parameter for Extend Classes max stats 125 [*]Change max stats points for the 3rd classes to 130 [*]Add official Experience table for all classes [*]Add Star Gladiator official renewal exp table [*]Minor Changes in @atcommands (69ca0aa) [*]Reallocated and added checks in @jumpto, @jump, @mapmove in order to increase performance * Checks are now made to avoid unnecessary lookups and unnecessary warps [*]Corrected return failure values of @zeny [*]Added messages to * ATclearcart > Warns that it's not possible to clean a cart while vending * ATshowmobs > Asks user to enter a mob name/id and warns if the mob name is invalid * ATgstorage > Warns when another guild member is using the gstorage [*]Fixed issue where while using storage/gstorage and then refreshing would close the storage but only for the client, the server wouldn't now and this would cause the guild storage to remain locked and the character without ability to do anything. [*]Rewritten NSI_UNIQUE_ID system (dd49dbc) [*]Gets rid of the cross-database inter-reg dependency [*]Removes the need for map-server to access the inter-reg table to store the last used ID. [*]Login, char and map databases can now be hosted separately. [*]Note: the unique_id structure has changed, and it now contains the generator character ID in its upper 32 bits. [*]Added version screen to the Travis output (9bfc1bb) [*]Added sysinfo (System Information) functionalities (7b12dd0) [*]More informative messages are displayed during startup, to make it easier to identify what system and environment Hercules is running. [*]Git/SVN revision detection is improved, separating the source version (cached at compile time) from the runtime version, in case the user updated their working copy without recompiling the server. Git version detection is also more reliable, in case a non-default branch is used. [*]The get_revision script command has been removed (as it was useless to begin with, after the switch to git). An alternative will be provided later, for feature-probing purposes. [*]The patch was tested under Linux (Gentoo / gcc 4.7 on i686 and x86_64, Debian 6 / gcc 4.4 on i686, Raspbian / gcc 4.6 on armv6l, CentOS 5 / gcc 4.1 on i686, CentOS 6 / gcc 4.4 on x86_64, Linux Mint 15 / gcc 4.7 on x86_64, OS X Mountain Lion / clang 5.0 and gcc 4.8 on x86_64, Cygwin-NT-5.1/gcc 4.8 on i686, FreeBSD 8 / gcc 4.2 on i386, FreeBSD 9 / gcc 4.2 on amd64, FreeBSD 10 / clang 3.3 on amd64, NetBSD 5 / gcc 4.1 on i386, NetBSD 6 / gcc 4.5 on amd64, OpenBSD 5 / gcc 4.2 on amd64, Solaris 11 / gcc 4.5 on i86pc, Windows 7 / Visual Studio 2012 on x86, Windows 8 / Visual Studio 2010 on WOW64, Windows 8.1 / Visual Studio 2013 on WOW64. [*]Fix - Do not allow players to attack while sitting (be0de5a, 0e58529) [*]Added sanity checks in itemboundretrieve_sub (7dab561) [*]Fixed some compiler/analyzer warnings (f4a566f) [*]Added UTF-8 BOM detection (694d32a) Scripting Highlights [*]Updated official monster spawns - Malaya & Biolab 4 (03949b9) NPC / Database Highlights [*]Update official healing items (0604877) [*]Many item scripts update - official (03949b9) April Statistics [*]During the period there were 39 Commits. [*]Of these 39 commits, 14 included bug-fixes. [*]4 Commits from Pull Requests [*]In this month, there were 239,516 Additions and 236,182 Deletions.
-
Change them to something with less characters... As in: U - E - I - P U: Usable E: Equipment I: Items P: Personal or... something to your liking.
-
Maybe it'd be kind if you shared the script too? Maybe other people might have the same idea / issue ^-^
-
Majority of them are. I think any custom NPCs that can no longer be maintained by its original author should be removed. Custom NPCs that can be maintained by its original authors should stay.
-
Hahha, so much for it being a 'secret' until the digest
-
We don't necessarily delete topics. It'd be best for you to reply with how you 'fixed' it. This way, if other people have the same issue, they'll know how to fix it
-
The M doesn't look straight for some reason o_O
-
I'm a tad bit confused on what you want to do... player.conf: and if you search for those in player.c and battle.h you'll find the source for them o_o
- 1 reply
-
- 3rd Job
- Extended Job
-
(and 1 more)
Tagged with:
-
This doesn't necessarily need to be 'Off Topic' as this is an introduction. ~ Moved
-
Wouldn't something like this be better posted at eAMod forums? Please use eAMod's forum for something like this.
-
If you get a chance, please do remove 'BEST OF ALL EVERYTHING IS FREE' as it is misleading since not everything is free (i.e. your advertisement slots) .
-
Hercules is having a random downtime issue?
Mystery replied to Brynner's question in General Server Support
Not for me. o_o Guess it only affects certain parts. -
You can't find that in kRO's data.grf?
-
You should *try* to search for your answer first... then if you can't find it, post a topic
-
The amount of bugs we fixed in March were more than the previous 4 months
-
March Digest 2014 The following digest covers the month of March 1st - March 31st 2014. Team Changes [*]Michieru has been moved from Script Developer to Core Developer. Development Highlights [*]New Char Configuration: char_aegis_delete (aa12072) [*]Improved const pointer detection in the HPMHooking generator (f3c079d) [*]Added --load-plugin commandline argument (ab87890, 0e58529) [*]Improved ERS memory handling (2656f7f) [*]Tweaked a platform check to support ARMv6+ (3289aad) [*]Updated configure script to support non-x86 platforms (66c40e8) Scripting Highlights [*]Added regular expression matching script commands and operators (42da97d) [*]Added internal awareness of active script instances (f4b1ff7) [*]Corrected same reference check to work on vars with same name in different scopes (a1918e7) NPC / Database Highlights [*]Batlegrounds Queue Fixes (4cc9d5f) [*]Created npc/dev/ folder for scripts with development or testing purposes (21aeb5a) [*]Added callsub tests to the script testsuite (f2a30ad) FluxCP Branch Highlights [*] Updated verify() method for verifying PayPal IPN Messages (b1b35de) March Statistics [*]During the period there were 72 Commits. [*]Of these 72 commits, 44 included bug-fixes [*]6 Commits from Pull Requests [*]In this month, there were 2,718 Additions and 1,755 Deletions.
-
Once again, item_db = database support. Topic Moved.
-
This is more of a database thing... since you are dealing with the item_db. Moved.
-
Joven, can you please not double, triple, and quadruple post...Please follow our Hercules Forum Rules. If you have more information, please edit your last reply instead of making multiple ones... which then leads you to tripling and even quadrupling your postings.
-
I think you're better off using the Wiki and Searching the Forum on ways to setup your server... or actually check out our Paid Services sections for people are who offering services for setting up a server. Wiki: http://herc.ws/wiki/Main_Page Paid Services: http://herc.ws/board/forum/49-paid-services/ Search the Forum: http://herc.ws/board/index.php?app=core&module=search&do=search&fromMainBar=1
-
Please don't make duplicate topics for the same request: http://herc.ws/board/topic/4127-request-critical-damage-on-emp-2-damage/
-
Also, it creates an error log in your root folder to show you errors it encounters - typically used to debug (fix) what get spits out.
- 206 replies
-
- control panel
- flux
-
(and 1 more)
Tagged with: