-
Posts
509 -
Joined
-
Last visited
-
Days Won
7
Community Answers
-
Rynbef's post in gettimestr? was marked as the answer
https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L3243
Rynbef~
-
Rynbef's post in Guild Dungeon Instance was marked as the answer
@Eross @Emistry
Posted an example a few hours ago:
Rynbef~
-
Rynbef's post in Guild Dungeon Instance was marked as the answer
@Eross @Emistry
Posted an example a few hours ago:
Rynbef~
-
Rynbef's post in Guild Dungeon Instance was marked as the answer
@Eross @Emistry
Posted an example a few hours ago:
Rynbef~
-
Rynbef's post in Goldroom timer and delay was marked as the answer
I've removed the OnPCLoadMapEvent Label and removed the set of the loadmap mapflag. Cuz' every time a player change the map (ex. die, warp or on NoSave flagged maps on disconnect) it will trigger this label and set the timer.
Therefore I've just init the timer after warp to the map.
The formatting was a bit confused.
GoldRoom.txt
Pls let me know if it works now. I can't check it by myself cuz' I'm only on mobile phone for a few days.
Rynbef~
-
Rynbef's post in [Solved] H>Quest NPC was marked as the answer
@chadnessPlease next time use code box or attach ur file. It's easier to copy/edit and read.
I've just added a delay as u want(if I understand u correctly). A check if 60 minutes ago since the completion of the last quest ago and an additional check if it was the same day. If it is a dialog will open and tells the player how many minutes he have to wait.
//not tested
RandomQuest.txt
Rynbef~
-
Rynbef's post in string to array split by "," was marked as the answer
explode([email protected]$,"This:is:the:split:to:array:string",":");
That's what ur looking for I think.
Rynbef~
-
Rynbef's post in Stolao's Daily Login Reward call with item was marked as the answer
@Sephiroth91their is a script command that's special for commands defined by bindatcmd.
*useatcmd "<command>";
This command will execute a script-bound atcommand for the attached RID. If the
supplied command is not bound to any script, this command will act like 'atcommand'
and attempt to execute a source-defined command.
Rynbef~
-
Rynbef's post in Can i change NPC to mob via mob_id? was marked as the answer
@JHONDOMINICU can trigger a label at the specified npc and use setnpcdisplay(); like @cook1esaid. Like the disguise event does.
setnpcdisplay "Test",1002;
Rynbef~
-
Rynbef's post in PvP NPC was marked as the answer
@HerbertsidyThere is a DOTA PVP Ladder by @AnnieRurubut it's a few years ago since updated. But it should be exactly what ur looking for.
https://herc.ws/board/topic/18871-dota-pvp-ladder/?tab=comments#comment-97841
EDIT: @AnnieRuruupdated it at 20th of december 2020. I've updated link above.
Rynbef~
-
Rynbef's post in Check players title was marked as the answer
@WhiteEagle
I've selected the wrong row I saw it yet. It's should of course be:
query_sql("SELECT `title_id` FROM `char` WHERE `char_id`="+getcharid(0),[email protected]_id);
Instead of:
query_sql("SELECT `char_id` FROM `char` WHERE `char_id`="+getcharid(0),[email protected]_id);
Please let us know if u solved it.
Best regards,
Rynbef~
-
Rynbef's post in alternative to SPRconview ? without virus if possible was marked as the answer
@arcadaOften programs that's old and will modify any file or else cause an error as "virus". The programm is very old and how the most tools written in and for windows XP. My opinion u can trust ratemyserver but there is a better way I think to use Tokais Act Editor. U can just replace Images.
Rynbef~
-
Rynbef's post in Thor Patcher Fails if Using Domain was marked as the answer
Thor Patcher doesn't available to use SSL (https). Do u have 301 redirection activated? If yes, u need to disable it.
Rynbef~
-
Rynbef's post in Failed to get .thor was marked as the answer
Und will need to change:
file_url=http://MYIP/html/thor/patchs/
To:
file_url=http://MYIP:8080/thor/patchs/
Rynbef~
-
Rynbef's post in Change Thor Patcher Port was marked as the answer
U will need to change your Apache/Nginx Port(Web Port 80). As example u use Apache. U can change ur port at /etc/apache2/ports.conf. Change "Listen 80" to another port. As example "Listen 32147". Now u can access ur webpage or thor folder on "http://yourdomain.com:32147/patcher/".
Rynbef~
-
Rynbef's post in Allow use of specific atcommand when talking to NPC was marked as the answer
If u use message u will need to add the prefix. (@ or #) at the begin. Message also contains command args.
//If cannot use atcomamnd while talking with NPC [Kichi] if (type == 1 && sd->npc_id && sd->state.disable_atcommand_on_npc && !strcmp(message,"@refresh2")) return false; And move it under:
// skip 10/11-langtype's codepage indicator, if detected if ( message[0] == '|' && strlen(message) >= 4 && (message[3] == atcommand_symbol || message[3] == charcommand_symbol) ) message += 3; To skip |00 at the begin of the message.
Rynbef~
-
Rynbef's post in About Thor Patcher Notice. was marked as the answer
I've already solved the problem via Teamviewer. He forgot the "http://".
URL='127.0.0.1/notice.html'
URL='http://127.0.0.1/notice.html'
Rynbef~
-
Rynbef's post in Increase damage in emperiums, more damage in woe? was marked as the answer
I see sir. Im currently on mobile only.
Use Bonus Script like this: bonus2 bAddEle,Ele_Holy,5;
Rynbef~
-
Rynbef's post in [Q] Floating Rates EDIT was marked as the answer
No. You Will need to remove these "3.". Like:
announce "Current Earthfall rates are: "+([email protected])+"x "+([email protected])+"x "+([email protected])+"x",bc_all,0xFF6060; Rynbef~
-
Rynbef's post in Request simple script for using a pet was marked as the answer
I hope I`ve understand you correctly. If you are using a pet your not allowed to enter the map or else if you are not using a pet you are allowed to enter the map.
map,x,y,4 script NoPetTeleport 411,{ set [email protected]$,"[^777777No Pet Teleport^000000]"; mes [email protected]$; mes "Do you want to enter the map?"; if (select("Yes:No")==1){ if(getpetinfo(1)){ next; mes [email protected]$; mes "You are no allowed to enter the map because you are using a pet."; close; } else { next; mes [email protected]$; mes "Have a nice day!"; close2; warp "map",x,y; end; } } close; } I hope it can help you a lot.
Rynbef~