Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Everything posted by PapaZola

  1. hello i have some problem i got complain from my player about this problem about 3 days ago -my player use same equip,buff,and food stats and the status example 99+87 -and then tomorrow when he login used the same char the statys changed to 99+92 im gonna upload the screen shot if my player sends the report thanks hope someone can help me about this issue
  2. B.S. Sacramenti requires 3 players to be activated. How can I get it to be activated alone (without the 3 player requirements)?
  3. anyone know how to login i tried to double check about the md5 and database all already correct
  4. i have the same problem svn 17072 please help bump bump please urgent
  5. hurmm on eAthena i dont think we need to open this but on rAthena only i got problem when try use flying side kick we must use skill running 1st
  6. hello anyone can tell me how to enable spurt mode http://ratemyserver.net/index.php?sk_name=flying&page=skill_db&sk_search=Search
  7. im used backup sql r16900 now try use svn 17703 hurmmm i cant use my old backup?
  8. hello how to fix this issue? please help me i want use my backup sql all item and account player in this sql
  9. its already same emistry only expand job problem
  10. hello can anyone share this script for me only for expand class like Ninja Gunslinger Taekwondo Soulinker
  11. delay_dependon_dex: yes delay_dependon_agi: yes i already enable
  12. why my server champion delay when use skill Absorb Spirits Critical Explosion please help me i want this skill nodelay on server here my skill_cast_db 262,0,0,0,0,0,0 270,0,0,0,180000,0,0
  13. PapaZola

    @afk Error

    /*========================================== * @afk by Rad, built on by Tubby * same as autotrade, but works without vending *------------------------------------------*/ ACMD_FUNC(afk) { nullpo_retr(-1, sd); if( map[sd->bl.m].flag.autotrade == battle_config.autotrade_mapflag ) { if (!message || !*message) { trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } clif_authfail_fd(fd, 15); } if((strlen(message) < 0)||(strlen(message) > 36)) { trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } clif_authfail_fd(fd, 15); } trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } clif_authfail_fd(fd, 15); } else clif_displaymessage(fd, "AFK is not allowed on this map."); return 0; } i try using this @afk source but its seem error show up
  14. solved im just add on skill_tree.txt
  15. hello may i request npc giving Enlarge Weight Limit skill free with just 1 click thanks guys
  16. all i already enable http://pastebin.com/A4e5t0vv emistry im already use both woe controller euphy woe controller also already use but same result
  17. hello rA anyone know how to fix this? i got this error when using woe controller and i already try euphy woe controller also same debug show up
×
×
  • Create New...