Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. Try doing this: skill_strip_equip(src,bl, where[rnd()%5], 10000, skill_lv, skill_get_time(skill_id,skill_lv)); EDIT: Tested and working. Thanks for your help ~ too damn to realize hahaha
  2. Not working ~ pc_unequipitem only have 3 syntax Btw. Thanks ~
  3. 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 ~
  4. Thanks! New link for? dude please share the slider
  5. generate 1st and 3rd keys again. thanks for the info dude.
  6. what is this means? why my 1st and 3rd keys are the same?
  7. what are the features of 2013-08-07 client? and where can I download those files?
  8. 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
  9. is this working in any client? like 2012? thanks
  10. 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
  11. make your clientinfo on a dll so they can't connect if they don't have the DLL
  12. if you have a legitimate account on eamod you can fix this.
  13. 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
  14. 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.
  15. if( isequipped(4403) < 2 ) bonus bDelayRate,-30;
  16. thanks for the info annie ruru ~
  17. 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 );
  18. 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"; }
  19. PewN

    Drawings~

    that censored is epic
  20. the BG is nice and the theme. i think it's a blog site? 9/10
  21. i already register but it seem's the admin is busy he doesn't accept me as a member of brAthena
×
×
  • Create New...