Jump to content

Ninjamon

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by Ninjamon

  1. Can you give me the undiff and its shindiffs plugins?
  2. Can anyone provide/share me the latest costume's idnumdesc idnumdisplayname? The ID 19500++ I need it for my client
  3. Does it read a Skill ID Number also?
  4. Is there a script that all players that is level 255 will get a bonus on skills (Preferably a NPC/function script) Example, 255 LK will get +10% Bonus Damage to Spiral Pierce , 255 Clown will get +10% Arrow Vulcan and etc.
  5. No its not my mouse. All of my players are complaining about this matter.
  6. How can i fix this? I cannot use the zoom in and out on my mouse's scroll. Can anyone help me?
  7. When you use Mouse Scroll for Zoom and Out, It doesn't work but if you use CTRL + Right click and then push and pull the map, it zooms. up up
  8. Server's map always disconnects after 15-20 mins. All players are being kicked and one they attempt to login, they are rejected by the sever. Anyone knows how to fix this? How to reduce Server's Memory? up
  9. http://supportmii.com/ro1/Clients/Bypass_Clients/ That one. The weediff doesn't include no shake. How about the zoom thing?
  10. Shaking of Screen on every skill and Scroll for camera
  11. There is none but it doesn't kill the monster after the event.
  12. //===== rAthena Script ======================================= //= Poring Summoner //===== By: ================================================== //= Bahmut (Made it automated) //= MoonlightRO (Original) //===== Current Version: ===================================== //= 1.4 //===== Compatible With: ===================================== //= TXT & SQL //===== Link to orginal: ===================================== //= [url="http://www.eathena.ws/board/index.php?showtopic=236779"]http://www.eathena.w...howtopic=236779[/url] //============================================================ - script PoringSummoner -1,{ OnInit: //---- NPC Config ----- set .SpecialPorings,20; set .NormalPorings,100; //--------------------- initnpctimer; end; OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; getitem .ItemID,7711,1; //set PoringPoint,PoringPoint+1; dispbottom "You got 1 Event Ticket"; //dispbottom "Total Poring Points:"+PoringPoint; goto PoringCount; OnNormalKill: set .NormalPorings[1],.NormalPorings[1]-1; goto PoringCount; PoringCount: announce "Special Poring: " + .SpecialPorings[1] + " || Normal Poring: " + .NormalPorings[1],bc_map; if(!.SpecialPorings[1]) goto EndEvent; end; OnMinute45: RestartEvent: set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; removemapflag .Map$,mf_noskill; set $@ran, rand(1,9); if ($@ran == 9) set .Map$,"lighthalzen"; if ($@ran == 8) set .Map$,"louyang"; if ($@ran == 7) set .Map$,"comodo"; if ($@ran == 6) set .Map$,"xmas"; if ($@ran == 5) set .Map$,"aldebaran"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; killmonster .Map$,"All"; setmapflag .Map$,mf_noskill; monster .Map$,0,0,"Poring",1002,.SpecialPorings,"Poring Summoner::OnSpecialKill"; monster .Map$,0,0,"Poring",1002,.NormalPorings,"Poring Summoner::OnNormalKill"; set .SpecialPorings[1],.SpecialPorings; set .NormalPorings[1],.NormalPorings; announce "The Poring Event has begun!",bc_all; announce "Location: " + .Map$,bc_all; announce "Special Poring: " + .SpecialPorings,bc_all; announce "Normal Poring: " + .NormalPorings,bc_all; setnpctimer 0; close; EndEvent: if(.Event) announce "The Poring Summon Event is now over!",bc_all; killmonster .Map$,"All"; set .Event,0; set .SpecialPorings[1],0; set .NormalPorings[1],0; end; } Killmonster doesn't work when the event is over. Any help perhaps? up up
  13. I search alot of Hourly Points but i wan't a good version of it. *Every 30 minutes you will be receiving 10 Cash Points *No Restriction except during autotrade / vend (Its ok if you are idled for how many minutes, as long as you're online its okay. Making a Pub must not interrupt the Hourly Points) *Cash Points can be check on @checkcash (Must better if can be checked on the npc) I hope someone will make my request. Thanks! PS. Its almost the same like this http://rathena.org/board/topic/88823-hourly-points/ up up up
  14. I wan't a new version of soul link modification like this http://rathena.org/board/topic/72687-soul-link-effects/ I tried doing it on my src but some are not searchable for manual patch. Can anyone make a new version of this? Here is the requested links also http://www.eathena.ws/board/lofiversion/index.php/t273686.html up up up uppppppppppppppppppp
  15. How can i cap the asura sp to 6k and reduce the boosting of sonic blow effect on the assassin link? Please help
  16. How can i make thanatos spawn in 1 map and if when killed it will be respawn in the next 6 hours? Scripts will help thanks!
  17. Can anyone help me make this script identify and repair? //===== rAthena Script ======================================= //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Basic healer script. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Aligned coordinates with @go. //============================================================ - script Healer -1,{ .@Price = 0; // Zeny required for heal .@Buffs = 0; // Also buff players? (1: yes / 0: no) .@Delay = 0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0), "Healing costs " + callfunc("F_InsertComma",.@Price) + " Zeny."; if (Zeny < .@Price) end; if (select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; Zeny -= .@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) @HD = gettimetick(2) + .@Delay; end; } // Duplicates //============================================================ alberta,25,240,6 duplicate(Healer) Healer#alb 909 aldebaran,135,118,6 duplicate(Healer) Healer#alde 909 amatsu,200,79,4 duplicate(Healer) Healer#ama 909 ayothaya,207,169,6 duplicate(Healer) Healer#ayo 909 comodo,184,158,6 duplicate(Healer) Healer#com 909 einbech,57,36,6 duplicate(Healer) Healer#einbe 909 einbroch,57,202,6 duplicate(Healer) Healer#einbr 909 geffen,115,72,6 duplicate(Healer) Healer#gef 909 gonryun,156,122,6 duplicate(Healer) Healer#gon 909 hugel,89,150,6 duplicate(Healer) Healer#hug 909 izlude,121,150,6 duplicate(Healer) Healer#izl 909 //Pre-RE: (125,118) jawaii,250,139,4 duplicate(Healer) Healer#jaw 909 lighthalzen,152,100,6 duplicate(Healer) Healer#lhz 909 louyang,226,103,4 duplicate(Healer) Healer#lou 909 manuk,272,144,6 duplicate(Healer) Healer#man 909 mid_camp,203,289,6 duplicate(Healer) Healer#mid 909 moc_ruins,72,164,4 duplicate(Healer) Healer#moc 909 morocc,153,97,6 duplicate(Healer) Healer#mor 909 moscovia,220,191,4 duplicate(Healer) Healer#mos 909 niflheim,212,182,5 duplicate(Healer) Healer#nif 909 payon,179,106,4 duplicate(Healer) Healer#pay 909 prontera,162,193,4 duplicate(Healer) Healer#prt 909 rachel,125,116,6 duplicate(Healer) Healer#rac 909 splendide,201,153,4 duplicate(Healer) Healer#spl 909 thor_camp,249,74,4 duplicate(Healer) Healer#thor 909 umbala,105,148,3 duplicate(Healer) Healer#umb 909 veins,217,121,4 duplicate(Healer) Healer#ve 909 xmas,143,136,4 duplicate(Healer) Healer#xmas 909 yuno,164,45,4 duplicate(Healer) Healer#yuno 909 // Duplicates (Renewal) //============================================================ brasilis,194,221,6 duplicate(Healer) Healer#bra 909 dewata,195,187,4 duplicate(Healer) Healer#dew 909 dicastes01,201,194,4 duplicate(Healer) Healer#dic 909 ecl_in01,45,60,4 duplicate(Healer) Healer#ecl 909 malangdo,132,114,6 duplicate(Healer) Healer#mal 909 malaya,227,204,6 duplicate(Healer) Healer#ma 909 mora,55,152,4 duplicate(Healer) Healer#mora 909
  18. How can i remove this delay as i finish casting skills? I want it to be spammable as it can be. can anyone help me with this? I even made those skill.conf and some on the skill_delay.db to 0 but still it appears to have a delay. Thanks! or What Client does not support this kind of delay queue? Can anyone share it to me? THANKS! This one is a sample http://www.youtube.com/watch?v=RSxjdGtE-0c
  19. How can i change the zeny to item in summoning a MVP? I want mithrill Coin instead of Zeny Rent Cost = Still on a zeny method ( 500m ) 1 = Mithril Coin = 1 MVP Summon 1 = Gold Coin = 1 Mini MVP Summon https://github.com/rathena/rathena/blob/master/npc/custom/etc/mvp_room.txt up
  20. Thanks! Anyone? I also need a OPB-like box. xD
  21. Can anyone share their recolored boxes (That looks like OBB)?
  22. Anyone has a working Normal Job Changer ( No 3rd Jobs) with Baby Job Changer selection? I need a working one. Thanks!
×
×
  • Create New...