
OverLord
-
Content Count
168 -
Joined
-
Last visited
Reputation Activity
-
OverLord got a reaction from Goblin707 in More Pets
I'll post this in support. Because I think someone might have a link posting unless and send me. I would like to add more monsters as Pet of the game, I've seen several servers with over 500 PETs. Anyone have any release of a package ready to use with them? If anyone has, please moderator move the topic to Request. -
OverLord reacted to Winterfox in Get Guild Level on Script
@@OverLord
There is no actual function to do this but you could create one on your own like this:
function script getGuildLvl { .@res = query_sql "SELECT `guild_lv` FROM `guild` WHERE `guild_id` = '" + getarg( 0 ) + "'", .@guild_lv; if( .@res ) return .@guild_lv; return 0;} -
OverLord reacted to 4144 in Costume Item Plugins
After last HPM changes, probablty all plugins need some fixes.
How and what to fix, see sample plugin and compare with own.
-
OverLord got a reaction from evilpuncker in 2014-10-22, Roulette and per-char gender!
183732882828382 server owners in hercules boards. 65$ donated... Lets go anyone donate 1$?
-
OverLord reacted to malufett in Official VIP System
ok..almost done guys...just need more comments and inputs from you...
final conf...
//====================================================//= _ _ _ //= | | | | | | //= | |_| | ___ _ __ ___ _ _| | ___ ___ //= | _ |/ _ '__/ __| | | | |/ _ / __|//= | | | | __/ | | (__| |_| | | __/__ //= _| |_/___|_| ___|__,_|_|___||___///= //= http://herc.ws/board/ //====================================================// Premium Service Info Configs//====================================================psi: ({ /* 0 : disable, 1 : enable, 2 : enable + PC Cafe Premium */ PremiumSvcType: 1 /* Uncomment to enable */ /*EventPlus:{ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 },*/ PCCafeGrade: ( { /* 0 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 } ), PCCafeList: ( { IP: "127.0.0.1" Grade: 0 Expiration: "2016-01-01" } ), PremiumGradeInfo:( { GroupLevel: 0 /* Normal Players */ BaseEXP: 0 JobEXP: 0 DeathBasePenalty: 0 DeathJobPenalty: 0 DropRate: 0 MaxCharSlot: 9 MaxStorage: 300 }, { GroupLevel: 1 /* VIP 1 */ BaseEXP: 100 JobEXP: 100 DeathBasePenalty: -10 DeathJobPenalty: -10 DropRate: 100 MaxCharSlot: 12 MaxStorage: 600 }, { GroupLevel: 2 /* VIP 2 */ BaseEXP: 250 JobEXP: 100 DeathBasePenalty: -50 DeathJobPenalty: -50 DropRate: 200 MaxCharSlot: 12 MaxStorage: 600 } )}) Screenshot:
-
OverLord got a reaction from Miнαєl in [Suggestion] Return to Guilds System
HUE BR DETECT!!! Pasquale kkkkkk
-
OverLord got a reaction from Arkwright in 2014-10-22, Roulette and per-char gender!
Yes... I'm in deep doubt if I release it or not on my server ... I believe that will irritate the players go play roulette and the client crash
-
OverLord reacted to Dastgir in bonus bAtkRate problem
bAtkRate and bMatkRate doesn't change the stats, but takes effect on the damage done.
if you want to change states, you can use bAtk and bMatk
-
OverLord reacted to Takari in Thor no open my client
If you are using windows 8, try running your client as administrator and in windows 7 compatibility mode.
You may do that by right clicking your client > troubleshoot compatibility > troubleshoot program
Check "The programs worked with earlier versions of windows" & "The program requires additional permissions".
Then, when asked what version of windows the program worked before, choose Windows 7.
Test the program, if it runs well click on next > "Yes, save these settings".
-
OverLord reacted to evilpuncker in VIP System Bug after remove alternative boost constant
I guess it works for both already
-
OverLord reacted to Dastgir in Official iRO KO/OB Job change quest!
Those error are due to depreciation of those commands,
However, this npc will be pushed to Hercules repo in few days with appropriate fixes.
-
OverLord reacted to Dastgir in Import Folder for DB
Also to edit item_db.conf entries, you can make a new entry on item_db2 and add "Inherit: true" option
-
OverLord reacted to reddozen in RO Client Open Source
The downloading is typically as needed, and in the background. I know that for my client (RO2: GOTW) I can set it up so that assets are only pulled down as you will need them soon. Like if it's just outside view range, and for things like trees, you can instance them locally so you only have to pull down one copy.
It's some pretty cool stuff... Good luck with your project.
-
OverLord reacted to Dastgir in Trans Server
src/config/renewal.h
//#define DISABLE_RENEWAL uncomment it and recompile.
-
OverLord reacted to Dastgir in RO Client Open Source
Currently no other project are around except roBrowser.
(You can also customize roBrowser for new skins and buttons)
-
OverLord reacted to reddozen in RO Client Open Source
webGL is more or less the future... You're talking PS3 level graphics capability (openGL ES 2.0) and website integration...
I haven't personially used RO Browser, but I've poked around the code just to see what they're doing. Being that it's open source and web based, finding people able to modify it to your liking should be very easy (CSS3, HTML5, and javascript).
-
OverLord reacted to Mystery in Info please!
Hello,
Homun S: http://herc.ws/board/topic/4199-why-doesnt-hercules-have-homunculus-s-skills/#entry38857 I believe we're still in Eclage, 14.2 Bifrost, 14.1 We do have Rebellion class... though I don't think all the skills are working 100% as of yet. I haven't seen issues with the Eden group quest here in Hercules... so I'm not sure about that. You can upgrade your Database with our SQL Updates: https://github.com/HerculesWS/Hercules/tree/master/sql-files/upgrades