Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
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 ...
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
&&...
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...
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...
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.
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...
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...
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 ...
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...
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...
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...
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...
[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...
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)...
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?
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'...