Jump to content

Bin4ry

Members
  • Posts

    782
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Bin4ry

  1. Make sure you search before open a new thread There are plenty (I mean million) of guides out there /conf/battle/client.conf // valid range of dye's and styles on the client min_hair_style: 0 max_hair_style: 27 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4
  2. *rentitem <item id>,<time>; So example below will rent a Novice Main Gauche for 3 days to player. rentitem 1243,259200;
  3. Are you sure you have changed the correct value?
  4. @unloadnpc / @unloadnpcfile / @loadnpc Also it doesn't need a 3rd party program to trackdown mvp spawn time, most MVP has constant spawn and if your server has MVP Tomb enabled player can camp the tomb OR set a timer (REAL TIMER, YES.).
  5. 8/10, I think the texture (logo) in the middle can be replaced and also there are plenty mineral model in data.grf you could use for the team bases
  6. Maybe enable @autoloot when player warps into arena with PVP warper using: atcommand "@autoloot";
  7. Bin4ry

    item slot

    If not mistaken Epoque in eA has something like that, which is adding script command addslot; and removeslot; You can go script request and try ask for someone to update the src.
  8. If not mistaken that skyset / natureset is 妖西's production. It's paid not free, please correct me if I mistaken. Which is also mean you have no right the share the sprites.
  9. Use rev. 587 which is older but much more stable. Also recommended to save map with 587.
  10. You can follow this guide here: http://portforward.c...efaultguide.htm Guess there isn't much changes in Aztech's web UI. P/S: Next time please put a better topic title, or else people would think this is an introduction post Edit: Oops RMRO was faster!
  11. \conf\mapflag\nowarpto.txt & \conf\mapflag\nowarp.txt
  12. Apply DDNS service like No-IP, DynDNS.
  13. Change it's type in skill_db.txt 402,9,6,1,0,0x1,0,5,1,no,0,0,0,none,0, PF_MINDBREAKER,Mind Breaker
  14. rAthena come with 3rd job by default. rAthena svn ada dengan 3rd job tapi you boleh disable kalau you tak nak 3rd job. Minta maaf, saya punya bahasa melayu fail
  15. Splash page with loading? Are you running a flash/html5 website?
  16. If end after sc check then the item will be consumed right? Why not getitem 12202 again.
  17. Follow the guide from > http://rathena.org/wiki/Custom_Items
  18. I think this also have to deal with client packet and hexing client to support up to 24+. Changing the limit in mmo won't help much
  19. Find this: case 2: mes "[Gate Keeper]"; mes "The admission fee is 500 Zeny."; mes "Do you want to move"; mes "to the Yoyo Mode"; mes "fight square?"; next; if(select("Move","Cancel")==1) { if ((Zeny > 499) && (BaseLevel > 30)) { set Zeny, Zeny - 500; warp "pvp_y_room",51,23; } Change into case 2: mes "[Gate Keeper]"; mes "The admission fee is 500 Zeny."; mes "Do you want to move"; mes "to the Yoyo Mode"; mes "fight square?"; next; if(select("Move","Cancel")==1) { if ((Zeny > 499) && (BaseLevel > 30)) { set Zeny, Zeny - 500; announce strcharinfo(0) + " has entered Yoyo arena!",bc_all; warp "pvp_y_room",51,23; }
  20. Can you show us the script? Can't troubleshoot anything without seeing the script
  21. Put this line in your PVP warper before warping character to yoyo mode map. announce strcharinfo(0) + " has entered Yoyo arena!",bc_all;
  22. Oh, totally forgets about REspawn will flood. Hahaha thanks for telling.
  23. Bin4ry

    Bossnia

    If you can see the script snippet I've written to him (Also the base script given in #2), there you should know I DID NOT just ask him to script himself WITHOUT helping. I did help him, in a different way and if you think that this kind of support method shouldn't be written in Request section then fine. I admit is my bad then.
  24. No, you must have complete official RO client/folder in order to start this diffed client. Download WeeDiffPatcher from here and 04-10 client from here.
×
×
  • Create New...