Search results

  1. bWolfie

    db2sql not supporting mob_skill_db?

    Hm I just noticed mob_skill_db.txt is not included in any db2sql conversions. Is this a mistake, or reason behind it?
  2. bWolfie

    Add disabled_status to map_zone_db.conf or mapflag

    I was thinking, how about a disabled_status mapflag or map zone conf? How it would work is whenever 'SC_STATUS' is specified in that mapflag (or map zone?), it will automatically end or not allow that status to take place. Example hypothetical mapflag: prtg_cas01     mapflag    nostatus   ...
  3. bWolfie

    Display channel MessageDelay

    In the following code in channel.c, when your tick is not at 0 it will direct you to message 1455, "You're talking too fast!"     if (sd && chan->msg_delay != 0      && DIFF_TICK(sd->hchsysch_tick + chan->msg_delay*1000, timer->gettick()) > 0      &&amp...
  4. bWolfie

    How to grab variable in src then display in script engine?

    Hello, I will try to explain what I am looking for. Example: You use the @who command and it displays '53 players found'. How would one capture that '53' and convert it so it could be used in a script? Say, once the 53 is counted, it would be saved as a mapreg variable $who_count Thanks for...
  5. bWolfie

    Making message go to battle log

    So I currently have this clif->message which displays in your chat when you cast a certain skill. It only goes to the public log and I want it to go to 'Battle Message' (using 20141022 client). I noticed in msgstring it has these lines: [%s] deal '%d' damage on you.# [%s] received damage...
  6. bWolfie

    Where can I find the commit for getvariableofpc()

    Hi, I want to know where I can find the commit for adding of getvariableofpc() script command. I am running old version of Herc (2016) and want to add this to my source.
  7. bWolfie

    Set variable called from defined array?

    Hello, I want to set a permanent character variable that calls from an array. For example, my variable set up:     setarray(variable$[0],         "value_1",         "value_2",         "value_3"     );  And then call array to set the variable:         variable$[2] = 1; It seems to work...
  8. bWolfie

    [20141022] Disable Auras?

    Hello again Hercules community, How would one go about disabling (or removing) the lv99/175 auras in a 20141022 client? Thanks
  9. bWolfie

    @botcheck

    File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Category: Utility File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Cateogry: Utility Description A useful command for your Game Masters to help monitor problem "bot" maps...
  10. bWolfie

    @botcheck 1.0

    File Name: @botcheck File Submitter: True Zeal File Submitted: 30 Apr 2017 File Cateogry: Utility Description A useful command for your Game Masters to help monitor problem "bot" maps. Runs the @whomap2 command on a list of specified maps. This allows you to check classes as well as...
  11. bWolfie

    Using 'for()', can you repeat text in same line?

    I have a script command which fetches a character's name from the .@atcmd_parameters$[] and displays them in a message. How do I get them to display in one line? Currently I can only get them to display if I print it one line at a time (using message()) -    script    Print Names  ...
  12. bWolfie

    [Paid/GFX] Background Art Design

    Hello Hercules Community, We [my server] are looking for a person to design background art for our website. Our website is roughly 80% complete, all we need is background art and finishing design touches. Currently the site's BG is plain coloured, with a dash of text. By taking this job, you...
  13. bWolfie

    How to allow one ip use on an NPC

    Hello! I'm guessing this has been done time and time again, but my search skills are newbie at best. I have this particular NPC which I only want to be allowed to use once per IP, and then restricted from then on. E.g. Player A buys Jellopy from NPC on Account 1. Player A logs out, logs...
  14. bWolfie

    WOE Controller - Set WOE Time via Script

    Hello, I am using Euphy's WOE Controller to schedule Wars of Emperium. An issue I have is each week the castle will change for a particular time. E.g. Week 1: Kriemhild (Prontera) @ Sat 13:00. Week 2: Bright Arbor (Payon) @ Sat 13:00. Is it possible to set the castle and/or other variables...
  15. bWolfie

    [PAID] Looking for an artist - website design

    Hello, I am searching for a designer to work in collaboration with on the design of a website. This is a paid job. We are looking to create the mock design of our server's website. So far, a very basic concept for the site has been created. Nothing else, but you are not working completely from...
  16. bWolfie

    Flux CP - Donation Error? PaymentNotifyRequest.php

    [Mon Feb 06 19:36:34.292935 2017] [:error] [pid 15965] [client 173.0.81.1:35535] PHP Warning:  fopen(/var/www/html/cp/data/logs/transactions/web_accept/Completed/3P067541NC953022L.log.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux/PaymentNotifyRequest.php on line 417...
  17. bWolfie

    When Dark Lord sprite is on my screen, blind effect centers around it

    This one is difficult to explain. I don't have a screenshot to show as we removed the blind effect through hex on our client. So this is what happens: When Dark Lord appears on your screen, a blind effect will be centered around him. Until Dark Lord dies (sprite disappears from your screen)...
  18. bWolfie

    Is there a way to disable broadcasts client side?

    Hello again, I tried using the bc_woe flag on an announcement and then turning 'Display WOE Info' off on my client, the announcement still showed. Is there a way to have it so players can choose whether or not to receive a type of announcement?
  19. bWolfie

    How to get ' instance variable

    Hello,   I have created a script which will assign an account-wide delay timer to those who log out to avoid the warp-out NPC which I have variables attached to.   My problem is the 'ins_nyd2 value - it always returns 0. [Warning]: script_get_val: cannot access instance variable ''ins_nyd2'...
  20. bWolfie

    How to use @jailfor atcommand

    As the title says, how does one use the @jailfor command? It always returns "Invalid time for jail command."
Back
Top