Jump to content

rans

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by rans

  1. rans

    Timer Edit

    Hi, Anyone can help me w/ this script? I want it to make the cooldown t 1minute only (5mins cd, ecall) void guild_block_skill_status(struct guild *g, int skill_id) { const struct TimerData * td; char output[128]; int seconds, idx; idx = battle_config.guild_skills_separed_delay ? skill_id - GD_SKILLBASE : 0; if( g == NULL || idx < 0 || idx >= MAX_GUILDSKILL || g->skill_block_timer[idx] == INVALID_TIMER ) return; if( (td = get_timer(g->skill_block_timer[idx])) == NULL ) return; seconds = DIFF_TICK(td->tick,gettick())/1000; sprintf(output, "%s : Cannot use guild skill %s. %d seconds remaining...", g->name, skill_get_desc(skill_id), seconds); clif_guild_message(g, 0, output, strlen(output)); }
  2. rans

    Bindatcommand

    Thanks. can i see whole script?
  3. rans

    Bindatcommand

    uhm you dont get my point xD i want to bind a command like this @/#rentitem <itemid>,<sec> ex. @rentitem 2628,3600 #rentitem ranz 2628,3600 is there a way to implement this with bindatcmnd only?
  4. not working po Can you provide any details? Since yan ang ginagamit ko sa server ko now kahit rathena na ako.
  5. rans

    Bindatcommand

    HI, Thnx for your reply i mean the parameters Onrent: rentitem <item_id>,<seconds>;or what is the correct code of rentitem Command?
  6. Hi, Im having a hard understanding about this command xD how can i add a value or parameters for this? - script rent -1,{ OnInit: bindatcmd("rent",strnpcinfo(0)+"::Onrent"{99,99}); Onrent: rentitem <item_id>,<seconds>; } anyone can guide me? or fix the script? Thnx
  7. Yup you can use ea But i think its better to stick to rA since there are more features here specially on Security of the server than eathena + eathena forum is dead
  8. Medjo Messy kasi tignan yon Classic type tpos naaccess mo yun mga map na pang pre-re and mga mobs na pang pre-re or renewal hehehe
  9. Good point I actually own harmony and remember seeing that at one point... Although I don't recommend Harmony to anyone. Yep. other player can bypass it now. xD
  10. lol no need to use script if you own a harmony Check your conf/harmony.conf ///////////////// // Multiclient: PC limit ///////////////// // Number of connections allowed per physical computer // Use -1 to disable this check. // Default: -1 (unlimited) max_connections_per_pc: -1 you just need to edit it there xD
  11. Di ko lang sure if meron configuration nyan tingin ko manual mong aayusin from pre-re. Awtsu iisa isahin pa pala yun :v I think so hehehe last time kasi nag karon ako ng project na ganyan inisa isa ko since wala ako mahanap na easy way xD
  12. Di ko lang sure if meron configuration nyan tingin ko manual mong aayusin from pre-re.
  13. of what?
  14. Try this http://pastebin.com/KdPYBx8Z Just edit for your config.~
  15. For Db error log_login_db: logs gawin mong log_login_db: at yun access denied maaring wrong password ka.
  16. Check your Inter_athena.conf
  17. Its eamod feature
  18. I Don't Think there is a WORKING Dupe Program now And i have Harmony on my server. and my server was free from bot, RPE, WPE, and other INJECTING programs. when i start using Harmony. There is a option on your harmony If you are goingto allow graymap and hotkeys
  19. then maybe there is a problem in your view id script of custom item (Item db)
  20. another way of spamming skill
  21. following this up please... Thanks, Either you will downgrade your rev. or find a developer that can install it for you. i recommend to search from the paid services section of this forum
  22. I think Macro F1-F9 Is working even there is a harmony
  23. Upon diffing your client. you can choose what is the max view id
  24. Client Max View id I think
  25. Inside your harmony package There is folder "Server" and you can find there the "Manual Install" folder. and just manually install the patch.
×
×
  • Create New...