-
Posts
10018 -
Joined
-
Days Won
409
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Emistry
-
-
you can actually just remove the item bonus from db/re/item_db.txt when used by monk classes.
.........,{ if ( BaseJob != Job_Monk ) bonus bDefRatioAtkClass,Class_All; },{ },{ }
-
1
-
-
- some of your skin isn't translated
-
-
you can just pick any existing online point script and change the variables.
-
1
-
-
check your char window setting at top right corner of the chatwindow.
-
.................,{ itemheal ( Hp / 2 ),( Sp / 2 ); },{},{}
-
-
-
all castles are active when the woe started.
-
these kind of error message is pretty self explained.
the column `dias_offline` doesn't exist in your `login` table.
what to do to fix it ?
add the missing column `dias_offline`
-
-
prontera,155,175,5 script Sample#npc 4_F_KAFRA9,{
.talk_count++;
mes "I have talked "+.talk_count+" times with players.";
close;
}
-
1
-
-
{ bonus bStr,40; if ( isequippedcnt( 30000 ) >= 2 ) bonus bStr,-10; },{ },{ }
-
1
-
-
use newer client, at least 2014+
-
your db/re/item_db.txt contain invalid autobonus usage.
-
https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L4332
*getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; *getitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};
card1 ~ card4 paramaters, just add in the item id that will grant your character with extra stats.
-
https://github.com/rathena/rathena/blob/master/npc/guild/agit_main.txt#L1132
treasure chest spawn everyday at 1am.
-
OnADM:
mes "Pick your option.";
switch(select("Daily:Monthly")){
case 1: close2; donpcevent "timer#global1::OnBug00"; end;
case 2: close2; donpcevent "timer#global1::OnBug01"; end;
}
close;
-
Solution might be possible if you had read this before you create a post.
https://rathena.org/board/forum-30/announcement-9-scripting-support-easy-as-1-2-3/
Post your script if you want other member to help y ou debug what's wrong with it.
-
invalid content or formatting detected on line 1753.
-
Harmony died many years ago.
Your current best option would probably be Gepard only since it's one of thevery few that still active.
-
1
-
-
-
LOL the exception has actually guided you how to fix your issue.
and please use a proper topic title next time.
-
from what I recall, there never had any notifications being sent after rejected these topics.
All the rejected topics are still viewable by the author themselves here.
https://rathena.org/board/forum/101-rejected-employment-ads/
That's why the forum exist there.
Problem with callfunc and arguments
in Scripting Support
Posted
Please elaborate the problem you currently facing. Provide us with the following or more details if possible:
- Run-time server console errors/warnings (if any).
- Client side errors/warnings (if any).
- Any edits to scripts or source mods (if any).