Jump to content

c e d i e

Members
  • Posts

    59
  • Joined

  • Last visited

1 Follower

About c e d i e

  • Birthday 11/04/1994

Profile Information

  • Gender
    Male
  • Location
    Philippines

Recent Profile Visitors

2277 profile views

c e d i e's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. I changed the password given by asurahosting, now I forgot what I use as the new password. Is there a way to recover it?
  2. Is there a way to recover the password here? No guide placed in Asurahosting. I hope someone knows how to. https://asurahosting.com/forum/index.php?/topic/2-transfer-files-to-from-your-vps/ Thanks!
  3. Hello! I'm having a problem with Guild skills. After using Emergency Call, I cannot use other guild skill anymore. I'm referring to other guild skills such as Restore, Battle Order and Regeneration. I have to wait for another 5 minutes to use one of them. So to make this report short, 1 skill's cooldown is affected to others. Is it even possible to fix it. Fix = make it the same as the old style like after doing Ecall, you can still cast Restore, Regeneration and Battle order. Thank you! More power rAthena <3
  4. and no changes to this? pc_max_status_def: 100 mob_max_status_def: 100 and no changes to this? pc_max_status_def: 100 mob_max_status_def: 100
  5. I'm not sure if this is the right place to post this. I don't know where. // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 100 mob_status_def_rate: 100 // Maximum resistance to status changes. (100 = 100%) // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist. pc_max_status_def: 100 mob_max_status_def: 100 I don't know what's the exact value to get 100% immunity if the player have 200 stats. For example, 200 vit need to fully immune to stun. 200 agi need to fully immune to bleeding. I just don't understand the values need to put there in conf/battle/status.conf Thanks in advance!
  6. src/map/unit.c path_search(&wpd, bl->m, bl->x, bl->y, x, y, flag&1, CELL_CHKNOPASS); // Count walk path cells #ifdef OFFICIAL_WALKPATH if( !path_search_long(NULL, bl->m, bl->x, bl->y, x, y, CELL_CHKNOPASS) // Check if there is an obstacle between && wpd.path_len > 14 ) // Official number of walkable cells is 14 if and only if there is an obstacle between. [malufett] return 0; #endif if( (battle_config.max_walk_path < wpd.path_len) && (bl->type != BL_NPC) ) return 0; if (flag&4 && DIFF_TICK(ud->canmove_tick, gettick()) > 0 && DIFF_TICK(ud->canmove_tick, gettick()) < 2000) { // Delay walking command. [Skotlex] add_timer(ud->canmove_tick+1, unit_delay_walktoxy_timer, bl->id, (x<<16)|(y&0xFFFF)); return 1; } if(!(flag&2) && (!(status_get_mode(bl)&MD_CANMOVE) || !unit_can_move(bl))) return 0; Is there something wrong with my unit.c also?
  7. Good day! I hope somebody can help me with this. This is the main error I do encounter. I played RO's for 7 years and I can figure what's wrong. I really do wonder why I have a hard time to walk. I don't know if it's fix already official in rAthena but I hope someone can help me change this. Whenver I walk, it's so hard to walk specially when there is an obstacle. I already changed the following... conf/battle/client.conf Area_Size: 30 max_walk_path: 30 *Note: Event tried to change the value to different numbers such as 100, 25, 20, 15, 10. But nothing change. I mean, yea there's a change but my problem is still there. src/map/path.h *Note: Event tried to change the value to different numbers such as 100, 25, 20, 15, 10. But nothing change. I mean, yea there's a change but my problem is still there. src/config/core.h Tried Enable and Disable this, but nothing happen and The current setting is on, I disabled it. And still didn't fix my problem If this is client side, please somebody teach me. I want to feel the old RO path walk like even if there's an obstacle, you can easily move. It's like the whole gat of all maps in ragnarok are broken lol? I really want to fix this because, many players got mad whenever the WOE is active. They can't play well. THANKS IN ADVANCE! SO MUCH >_<
  8. Yes I do. Still don't fix the problem. :3 HELP PLEASE I did recompile sir, it doesn't fix the problem. Please someone can suggest any solution or show your settings to me. I will try if copying it will work. Please thanks! Please help T_T buuuuuuumpppppppppppppppppppp T_T
  9. Good day! I hope somebody can help me with this. This is the main error I do encounter. I played RO's for 7 years and I can figure what's wrong. I really do wonder why I have a hard time to walk. I don't know if it's fix already official in rAthena but I hope someone can help me change this. Whenver I walk, it's so hard to walk specially when there is an obstacle. I already changed the following... conf/battle/client.conf Area_Size: 30 max_walk_path: 30 *Note: Event tried to change the value to different numbers such as 100, 25, 20, 15, 10. But nothing change. I mean, yea there's a change but my problem is still there. src/map/path.h #define MAX_WALKPATH 25 *Note: Event tried to change the value to different numbers such as 100, 25, 20, 15, 10. But nothing change. I mean, yea there's a change but my problem is still there. src/config/core.h Tried Enable and Disable this, but nothing happen #define OFFICIAL_WALKPATH and //#define OFFICIAL_WALKPATH The current setting is on, I disabled it. And still didn't fix my game. If this is client side, please somebody teach me. I want to feel the old RO path walk like even if there's an obstacle, you can easily move. It's like the whole gat of all maps in ragnarok are broken lol? I really want to fix this because, many players got mad whenever the WOE is active. They can't play well. THANKS IN ADVANCE! SO MUCH >_< PLEASE HELP D: HELP T_T
  10. What edit should I do in .start != 1? So I'll just change the .day to 7 right? sc_start SC_ITEMBOOST,( #PremiumUser * 1000 ),50;// must be : sc_start SC_ITEMBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),50; sc_start SC_EXPBOOST,( #PremiumUser * 1000 ),300;// idem : sc_start SC_EXPBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),300; What should i do with this? This one? sc_start SC_ITEMBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),50; sc_start SC_EXPBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),300;
  11. Sir, I tried editing this but when I am blocked by any obstacle, I can't walk through it not like the other RO's I am playing at. I also tried disabling the official walkpath located at src/config/core.h Here's mine: conf/battle/client.conf Area_Size: 30 max_walk_path: 30 src/map/path.h src/config/core.h Tried Enable and Disable this, but nothing happen #define OFFICIAL_WALKPATH
  12. Where do you think I can find this? In any custom script?
  13. celestiaj,90,80,3 script Premium Account Plus 757,{ if (getgmlevel() > 0) { Emotion e_rice; mes "[Premium Account Plus]"; mes "I see that you have a Premium Account!"; mes "Would you like to see more bonus for your account?"; menu "Yes",On_Premium,"No",-; close; } mes "[Premium Account Plus]"; mes "Welcome to ^FF0000Premium Account Plus^000000"; mes "Premium account is a premium membership that delivers several benefits!"; mes "This premium mode runs for all characters in your account."; mes "Before I continue, do you wanna know more about Premium Account Plus?"; next; if ( select ( "Go ahead", "No " ) == 2 ) { Emotion e_ho; mes "[Premium Account Plus]"; mes "Ok, bye!"; close; } else if ( .start != 1 ) { // time Emotion e_ok; mes "[Premium Account Plus]"; mes "Premium account requires you to donate."; mes "It cost 1000 vRO credit for 3 months."; mes "Your membership can be extended at anytime for another 3 months."; next; Emotion e_slur; mes "[VapeRO Character Aura]"; mes "This auras are unchangeable. You can only pick 3 auras and the GM will be the one to put it in your 3 characters."; mes "Once you delete your character with Aura, GM will not enable those Aura again."; mes "You can look for Aura sprites on our Fan Page album."; next; Emotion e_gg; mes "[VapeRO Boost]"; mes " • Item Drop Rate + 50%"; mes " • Exp Rate + 300%"; mes "This is available for all characters in your Premium Account. Once you are already a premium member, you just have to talk to me to activate these features."; mes "So for example, if the MVP card drop rate is 5%, the drop rate will be boosted up to 7.5%."; mes "Cool isn't it? "; next; Emotion e_ok; mes "[VapeRO Free Services]"; mes "This enables you to use NPC services for FREE!"; mes "Hypnotist NPC (Reset Stats/Skills for free)"; mes "Card Remover NPC (Remove cards from your equipment for free)"; next; Emotion e_oops; mes "[VapeRO Premium Commands]"; mes "@mount (Allow you to mount dragons, falcons, and more by using this command)."; mes "@petrename (Allow you to change your pet name)."; next; Emotion e_rice; mes "[VapeRO Discount]"; mes "Save money on VapeRO Donate Shop with a discount of 10% off!"; next; mes "[Premium Account Plus]"; Emotion e_ok; mes "To activate Premium Account, just talk to a GM about the payment methods"; mes "Donate donate donate ~"; mes " "; mes "Just a little reminder before I end the conversation."; mes "Donations are not for GM's. Donations are used for the betterment of the Server."; mes ":)"; next; mes "[Premium Account Plus]"; Emotion e_heh; mes "So what are you waiting for?!"; mes "Donate now to avail these features!! :)"; close; } end; On_Premium: Emotion e_ho; next; mes "Do you want to activate the following:"; mes " • EXP Rate +300%"; mes " • Item Drop Rate + 50%"; if( select("YES:NO") == 1 ){ set #PremiumUser,gettimetick(2) + ( .Day * 3600 * 24 ); sc_start SC_ITEMBOOST,( #PremiumUser * 1000 ),50; sc_start SC_EXPBOOST,( #PremiumUser * 1000 ),300; mes "Done. enjoy your Premium Services for 1 Week."; } close; OnPCLoginEvent: if( #PremiumUser > gettimetick(2) ){ sc_start SC_ITEMBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),50; sc_start SC_EXPBOOST,( ( #PremiumUser - gettimetick(2) ) * 1000 ),300; } end; } Everytime a player click on this NPC. It cause an error making the client crash. Also, sometimes when this npc is clicked, it cause the player to sudden stack. Like after warp/go to somewhere, they can walk once then, they will hang, they can still talk, receive any message, but they cannot move anymore. I also want to request, how to change the time of this to 1 hour only. I don't understand the timetick really. Can someone help me please? Thank you in advance! bump please help
  14. THANKS TO THIS! If you guys have the same error, this is the solution! I really didn't put all my custom items here cause I really know this are useless. Hahaha! Thank you so much!
×
×
  • Create New...