The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Singarope Server Hiding / Shadow Jump Delay
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Bringer
my Past Server Location is LA Hiding + Shadow Jump can be Spamable
but when i change my Host Location to Singapore there a huge Delay While Using This Skill's
how i can remove the delay of Hiding + Shadow Jump
@Haruka Mayumi i try test this but failed compile
clif.cpp
bool clif_skill_nodamage(struct block_list *src,struct block_list *dst, uint16 skill_id, int heal, t_tick tick) { unsigned char buf[17]; #if PACKETVER < 20130731 const int cmd = 0x11a; #else const int cmd = 0x9cb; #endif int offset = 0; bool success = ( tick != 0 ); nullpo_ret(dst); + if( skill_id == TF_HIDING ) return success;
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.