Search results

  1. wallaby

    Modification to "noitem" plugin

    Dear all, I've got noitem and charm plugin working on my server. The problem that I face now is that, noitem doesn't affect stuffs in the ETC tab, therefore I found out that noitem doesn't work with charms. Can anyone tell me how to modify the noitem plugin so that it'll affect charms as well...
  2. wallaby

    The new skill_db

    Hi guys n gals, I've recently just upgraded my server to the latest Herc and I noticed there are many changes made, one of which to the skill_db. In the past I was able to define quite accurately how to remove aftercastdelays, modify them, etc. Now I have this problem when a skill is casted, I...
  3. wallaby

    disabled_items not working under map_zone_db.conf

    It's funny encountering this problem: I've done the following: guild_vs3<tab>mapflag zone<tab>Arena ...in my script and in the map_zone_db.conf... {     name: "Arena"     disabled_commands: {         storage: 99         guildstorage: 99         warp: 99         jump: 99       ...
  4. wallaby

    Looking for someone who is good with Plugins.

    I've a few plugins to be updated so that it's compatible with the latest Hercules. I'll definitely pay. Interested please PM me. Thanks!
  5. wallaby

    Limit 1 Item Per Transaction

    Hihi, I'm wondering how can you limit only 1 item can be bought at a time from a Vendor? Meaning if someone setup a Vend that has 6 different items, this will limit me only being able to buy 1 of it? Thanks!
  6. wallaby

    Plugins Update: noitem & koe

    Dear all, Since to post under "employment" takes quite a considerable amount of time for the topic to be shown, I'm wondering if anyone here could update these two plugins by AnnieRuru to the latest Herc Compatible version. I don't mind paying for the work done. PM me... Thanks!
  7. wallaby

    Running 2 Servers on 1 Host?

    Dear all, I'm wondering if it's possible to run 2 servers on 1 Host? Reason why is I've got a server that's running right now but it's on a really really old Hercules emulator. Is it possible for me to have another server running on the same host so that while this current one is up and...
  8. wallaby

    Plugin Fix

    Dear all, I'm using Dastgir's ExtendedVending v1.0 Plugin on my server until quite recently, someone discovered a bug that could affect many vendors if abused. I've tried getting back to Dastgir on this matter but he has been quite busy and not able to respond to me as I hoped he would. There...
  9. wallaby

    Damage Bonus on a specific Monster

    Dear all, I know there are attack bonuses for monster type, race... but is there one for a specific monster? Thanks!
  10. wallaby

    Critical Shield

    Hi, I noticed there's this bonus in the documentation: bonus bCriticalDef,n;                    Decreases Chance of being hit by critical by n% Wondering if this bonus is affected by the Critical of your opponent? For example... if I have 20 Critical Defence, and all it takes for my Opponent...
  11. wallaby

    Base Luk Immunity

    Hi everyone, So I have this: if(st->luk > 299) rate = 0; which gives me status ailment immunity at a total of 300 Luk, it works. Is there a way to set it to do the same but with a BASE Luk of 100? Does this work? if(bst->luk > 99) rate = 0; Thanks for your time.
  12. wallaby

    Capping Reflect Damage

    Dear all, I've been looking at balancing server features and it seems there is a tendency for players to abuse this feature: Reflect Damage (not the skill but from Orc Lord, High Orc, Valkyrie Manteau, etc.) Question is, where should I go to or what should I do to cap the Reflected Damage to...
  13. wallaby

    Capping Aspd, possible to increase through quest.

    Dear all, Is it possible to cap ASPD to 193 for example as in attainable normally via leveling but if there's a quest completed player's aspd can be made 194-196? Thanks for your time.
  14. wallaby

    Ensemble Movement Penalty Removal

    Hi all, Can someone please guide me what to change to remove the movement penalties for all ensembles? Thank you!
  15. wallaby

    Status Ailments not working.

    Dear all, I've tried many ways trying to get status ailments to work on my SHR server, but somehow it won't work. I've tried: 1. Changing the settings at conf > battle > status, lowered it to 20, so that it'll need 5x the original values to work but it doesn't. 2. Changing src > map...
  16. wallaby

    Getting Charid of the player on a map

    How should I go about this in an event? Getting the character ID of the last player on a map? Thanks for your time!
  17. wallaby

    [PAID] - Looking for Weapon Sprite designer

    I'm looking at a complete set of weapon sprites (1H & 2H) for all jobs/classes. I am looking at original sprites, meaning not sprites that are copied from or used on other servers. If you're interested, send me a PM with a quotation and some of your previous work/projects. Yes I pay. =)...
  18. wallaby

    Spawning another monster on the spot of a killed monster

    Dear all, I've been trying to make this work and I've seen it being done on other scripts which I do not have my hands on. What I'm trying to do is: I have a monster that's summoned using this: monster "prontera",100,100,"Test Poring",1002,1,strnpcinfo(0)+"::OnPoringKilled"; Then I've this...
  19. wallaby

    Regarding attachnpctimer

    Hey guys and girls, I'm not very familiar how attachnpctimer works, I came upon it in the hourly reward script which I found somewhere. My question is... 1. Can I attach the same character to multiple NPCs using the attachnpctimer? For example NPC_A has attachnpctimer ""+strcharinfo(0)+""...
  20. wallaby

    Stylist Unable to Read Styles? @@

    Heya guys, I'm using this script by Annie? What happened is that, the stylist reads from my offline server fine... but when it's online, it doesn't... I don't know what seems to be the matter tho... can anyone help? Thanks for looking! // credits to Annieruru function script ValueConvert {...
Back
Top