Jump to content

DK77

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by DK77

  1. On the first implementation , i already allow the IP . Only this week im having this issue . So i remove , restart and add back then restart . issue still same , it keep spamming close connection like that.
  2. rAthena Hash: 2d15b55 rAthena Version : 6850 (Fixed exp rewards in EP 17.1 quests) Client Date: 20150411 Server Mode: PRE-RE I was doing fixing stone cursed behaviour for devotion ( can refer at here : https://rathena.org/board/topic/130945-wta-stone-cursed-behaviour/ ) , and i found out something missing on status.cpp for this 6850 // ( Latest Revision Already Fix ) . In the previous revision [ SC_Stonewait implementation ], the sources for status change broken by damage still there , but in some update towards 6850 . its missing . I manually added this sources and add Last Effect Func at status.hpp i try to compile , and having this error , Kindly Help for this issue /// Im never use gitpull to update rathena , and im not sure if gitpull to latest , can fix this or having alot of error because im added alot of custom src
  3. Hi Guys, my server have 3 proxy IP , only one IP keep having this issue . even with no player , it keep spamming closed connection from xxx.xxx.xxx.xxx . I already allow those proxy ip at packet_athena , but issue remain same . Before this , im not having this issue , only today
  4. nice sir , thanks you @Playtester
  5. alright sir . what about player under devotion getting stone cursed . mine behaviour its can break with normal hit/any damage skill while u are under devotion . if no mistake , might need status recovery to remove stone cursed while u under devotion paladin .
  6. yeah , thanks sir , you save my day . its been 6 hours im fixing this . im found out during testing status resist on luk and mdef . then i testing with evil druid , result still same . . You may closed this topic
  7. Thanks you @Playtester , now its working with undead card . what about resist stone with mdef and luk . do i need to add SC_STONEWAIT ? case SC_STONE: #ifndef RENEWAL sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def = 0; // No duration reduction #else sc_def = status->mdef * 100 - levelAdv; tick_def2 = -3000; #endif break; to case SC_STONE: case SC_STONEWAIT: #ifndef RENEWAL sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def = 0; // No duration reduction #else sc_def = status->mdef * 100 - levelAdv; tick_def2 = -3000; #endif break;
  8. rAthena Hash: 933a6ed Client Date: 20150411 Server Mode: PRE-RE Description of Issue: Hai guys , i found out the stone cursed behaviour quite strange . Even with evil druid card, we still having mini stone curse . Here some video i provide youtube link
  9. hi guys , my server having this kind of issue . if we wear isilla card x2 , the bcastrate is not stacking .
  10. I already try this , as original scripted was made by you for limit headgear card , but it wont work .
  11. Hello Guys , i want to make player cannot wear more than 1 ESword , but mine is not working
  12. Nice idea bro , the only issue is we got custom script refiner , which can make instant +10 . isit gonna bypass max refine limit that you set to 6 ?
  13. Hi guys, its been a month/years not active on this forum . Im not sure it is right section or not . My Question is i want to change max refine on certain item . For Example like , 2 Item , Bow A and Bow B . Bow A = normal max refine which is 10 Bow B = i want to change max refine to 6 or 7 only . Isit possible to make it ? or need to change on src ?
  14. Hai guys , actually im doing some custom packet filter , but the clif.cpp could not declare this argument rAthena Hash: 2f6e70d Client Date: 20180328 Server Mode: PRE-RE Description of Issue: clif.cpp getting error during compile on CASE HEADER_ZC_USESKILL_ACK
  15. does your developer mean by make Control panel using via webhosting instead your game hosting ? Looks like your server unable to connect to mysql server , must be some misconfiguration on your file server .
  16. Hello sahabat2 , aku ada buat satu server untuk kawan2 dari malaysia and indonesia , tapi aku ada satu masalah dimana sahabat dari indo ping dia sangat tinggi . aku punya server host di OVH Singapore . Kebanyakan sahabat dari indo yang menggunakan Indihome ISP sangat , pingnya sangat tinggi . So , aku ingin buat satu proxy server , which hosting provider di SG sangat sesuai untuk pengguna dari indo, especially indihome ISP . Info : Main Server Located : SG , OVH Indihome ISP ping latency : 200~300ms .
  17. here are the status.cpp 13580
  18. Hello Guys , im having issue with map server crash
  19. how to make @ecall/ec cancel with open chatbox ?
  20. Hello Akkarin , im having this error log issue . My WebServer info </pre> <ul style="color:#444444;font-size:13.12px;vertical-align:middle;"> cpsrvd 11.96.0.8 Database client version: libmysql - 5.6.43 PHP extension: mysqli curl mbstring PHP version: 7.3.28 </ul> <p Error log
  21. thanks sir , i already change it to if ( rentalcountitem ( 30000 ) || rentalcountitem ( 30002 ) || rentalcountitem ( 30003 ) || rentalcountitem ( 30004 ) ) { , and its resolved my issue due to the item is rental
  22. i have 1 euphy healer script and make count item for vip ticket , but its doenst detect rent item below is my script heres my example rent item
  23. DK77

    item shower

    hello guys , currently im using this itemshower script , but i want to make itemshower more than 2 item here my example script :
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.