-
Posts
892 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by PewN
-
-
Not working ~
pc_unequipitem only have 3 syntax
Btw. Thanks ~ -
Hi ~ rAthena.
I just need some help
How can i edit the skill Tarot Card instead of breaking the item it will only unequip it?
case 3: // 1000 damage, random armor destroyed { status_fix_damage(src, bl, 1000, 0, skill_id); clif_damage(src,bl,tick,0,0,1000,0,DMG_NORMAL,0); if( !status_isdead(bl) ) { int where[] = { EQP_ARMOR, EQP_SHIELD, EQP_HELM, EQP_SHOES, EQP_GARMENT }; skill_break_equip(src,bl, where[rnd()%5], 10000, BCT_ENEMY); } } break;
Thanks ~
-
what is this means? why my 1st and 3rd keys are the same?
generate 1st and 3rd keys again.
thanks for the info dude.
-
what is this means? why my 1st and 3rd keys are the same? -
I personally don't have a list of their features, packet encryption worked easier there for me at least.
You can get clients from this topic:
https://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
oh thanks for this man
-
what are the features of 2013-08-07 client? and where can I download those files?
-
Hello nah. I'm just cameback and I want to develop a server again but unfortunately I'm outdated on rathena. I'm planning for a pre-re server what is the best client? still 2012-04-10a? thanks
-
the disconnection is a feature
if (sum >= sd->tem_tick_skill3 - 20 && sum <= sd->tem_tick_skill3 + 20)
this is the range of detection, if we lowered from 20, mean we use lowered range. but don't give it to high number.
We use 20, because if at real Private Server, the packet sent depend on user connection speed.
i'll do test once more, to get the exact number
is this working in any client? like 2012? thanks
-
I have a problem scripting custom instance i don't know what is the error here because There is no error on Map-Server
It seem its just like an normal dungeon because when i try to /where it show only 1@map i know that if i /where it will show 001@map
Thanks
Click Here -
make your clientinfo on a dll so they can't connect if they don't have the DLL
-
if you have a legitimate account on eamod you can fix this.
-
is there any command on sql that you can delete all account's that didn't login for 1 week? ex. i didn't online my account for 1 week and 2 days my account will automatically delete when i execute the command on sql.
but if i didn't online my account for 4 days my will not be deleted.
thanks
-
1st register.
then go to your mysql work bench login. then goto your database go to login database then edit your group_id to 99.
-
if( isequipped(4403) < 2 ) bonus bDelayRate,-30;
-
1
-
-
i think it's on mob_db2 or an npc
-
thanks for the info annie ruru ~
-
set .@nb, query_sql( "select char_id as aaa, ( select name from `char` where char_id = aaa ), win, lost from char_bg order by win desc limit 10", .@char_id, .@name$, .@win, .@lost ); mes "^0000FF[ BG Ranking ]^000000"; for ( set .@i, 0; .@i < .@nb; set .@i, .@i +1 ) mes "^0000FF"+ (.@i+1) +": ^006699"+ ( ( getstrlen( .@name$[.@i] ) )? .@name$[.@i] : "None" ) +"^000000 ^00AA00W["+ .@win[.@i] +"]^000000 ^FF0000L["+ .@lost[.@i] +"]^000000";
i will try this thank you very much annieruru
i didn't know that query_sql can do like this
query_sql("select char_id as aaa, ( select name from `char` where char_id = aaa), win, lost from char_bg order by win desc limit 10", .@char_id, .@name$, .@win, .@lost );
-
I'm having a problem with my script on query_sql
set .@nb, query_sql("select char_id, win, lost from char_bg order by win desc limit 10", .@char_id, .@win, .@lost); mes "^0000FF[ BG Ranking ]^000000"; for ( set .@i, .@j; .@i < 10; set .@i, .@i + 1 ) { query_sql "select name from `char` where char_id = "+.@char_id[.@i], .@name$; mes "^0000FF"+ (.@i+1) +": ^006699"+ ( (.@name$[.@i] == "")? "None":.@name$[.@i]) +"^000000 ^00AA00W["+ .@win[.@i] +"]^000000 ^FF0000L["+ .@lost[.@i] +"]^000000"; }
-
that censored is epic
-
if(!.@lastmac )
-
1
-
-
Goddameit!!!
-
the BG is nice and the theme. i think it's a blog site?
9/10 -
I think this is the one you are looking for?
http://forum.brathena.org/index.php/files/file/897-pacote-happys-storage-happy/
i already register but it seem's the admin is busy he doesn't accept me as a member of brAthena
-
i can't understand you
http://rathena.org/wiki/Custom_skill#Skill_database_support
Tarot Card Modification
in Source Support
Posted
Thanks for your help ~ too damn to realize
hahaha