Jump to content

EL Dragon

Members
  • Posts

    591
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by EL Dragon

  1. 1. no duble post 2. post the script other the link
  2. prontera,132,166,4 script Sex Changer 600,{ mes "Do you want to change to a "+( Sex?"Female":"Male" )+"?"; if(select("No:Yes")==2) atcommand "@storeall "+strcharinfo(0)+""; changesex; close; OnInit: waitingroom "Sex Changer",0; end; }
  3. EL Dragon

    Achtung!

    ludeRo hat einfach alles von BurningRo übernommen, bzw. jemand der root Zugang hatte hat sich alles geklaut ,Website + alles Npc's , Customs usw. naja somit alle bugs etc. mit übernommen
  4. prontera,153,193,4 script .#Buffer -1,4,4,{ end; OnTouch: set .@deny, 1; // 10 seconds cooldown if ( @healer_deny + .@deny >= gettimetick(2) ) end; set @healer_deny, gettimetick(2); set .@time, 300000; // the buff last 5 minutes sc_end sc_stone; sc_end sc_freeze; sc_end sc_sleep; sc_end sc_curse; sc_end sc_silence; sc_end sc_confusion; sc_end sc_blind; sc_end sc_bleeding; sc_end sc_decreaseagi; sc_end sc_poison; sc_end sc_hallucination; sc_end sc_stripweapon; sc_end sc_striparmor; sc_end sc_striphelm; sc_end sc_stripshield; sc_end sc_changeundead; sc_end sc_orcish; sc_end sc_berserk; sc_end sc_ske; sc_end sc_swoo; sc_end sc_ska; specialeffect2 100; specialeffect2 885; sc_start SC_INCREASEAGI,1200000,10; sc_start SC_BLESSING,1200000,10; set .@ori, countitem(558); if ( .@ori >= 5 ) { getitem 573, .@ori / 5; delitem 558, .@ori / 5 * 5; message strcharinfo(0), "Refined "+ ( .@ori / 5 * 5 ) +" Oridecon Stones, got "+ ( .@ori / 5 ) +" Oridecons."; } set .@elu, countitem(561); if ( .@elu >= 5 ) { getitem 560, .@elu / 5; delitem 561, .@elu / 5 * 5; message strcharinfo(0), "Refined "+ ( .@elu / 5 * 5 ) +" Elunium Stones, got "+ ( .@elu / 5 ) +" Eluniums."; } while ( getbrokenid(1) && zeny >= 5000 ) { set .@rcount, .@rcount +1 ; set zeny, zeny - 5000; repair 1; } if ( .@rcount ) message strcharinfo(0), "Repaired "+ .@rcount +" Items."; getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; else if ( getskilllv(40) == 1 && sp >= 10 ) heal 0,0; // lol... this is supposed to reduce their SP by 10, whatever else if ( countitem(611) ) delitem 611,1; else if ( getskilllv(224) && zeny >= ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5; else if ( getskilllv(37) && zeny >= ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5; else if ( zeny >= 40 ) set zeny, zeny - 40; else break; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; set .@icount, .@icount +1 ; } if ( .@icount ) message strcharinfo(0), "Identified "+ .@icount +" Items."; if ( isequippedcnt(4128) >= 1 ) // if your server needs 2 GTB to immune, set to 2 instead of 1 dispbottom "[Healer] Please unequip your Golden Thief Bug card to get full buff."; percentheal 100,100; skilleffect 28, maxhp; skilleffect 9, maxsp; end; }
  5. prontera,153,193,4 script Buffer 874,{ set .@deny, 1; // 10 seconds cooldown if ( @healer_deny + .@deny >= gettimetick(2) ) end; set @healer_deny, gettimetick(2); set .@time, 300000; // the buff last 5 minutes sc_end sc_stone; sc_end sc_freeze; sc_end sc_sleep; sc_end sc_curse; sc_end sc_silence; sc_end sc_confusion; sc_end sc_blind; sc_end sc_bleeding; sc_end sc_decreaseagi; sc_end sc_poison; sc_end sc_hallucination; sc_end sc_stripweapon; sc_end sc_striparmor; sc_end sc_striphelm; sc_end sc_stripshield; sc_end sc_changeundead; sc_end sc_orcish; sc_end sc_berserk; sc_end sc_ske; sc_end sc_swoo; sc_end sc_ska; specialeffect2 100; specialeffect2 885; sc_start SC_INCREASEAGI,1200000,10; sc_start SC_BLESSING,1200000,10; set .@ori, countitem(558); if ( .@ori >= 5 ) { getitem 573, .@ori / 5; delitem 558, .@ori / 5 * 5; message strcharinfo(0), "Refined "+ ( .@ori / 5 * 5 ) +" Oridecon Stones, got "+ ( .@ori / 5 ) +" Oridecons."; } set .@elu, countitem(561); if ( .@elu >= 5 ) { getitem 560, .@elu / 5; delitem 561, .@elu / 5 * 5; message strcharinfo(0), "Refined "+ ( .@elu / 5 * 5 ) +" Elunium Stones, got "+ ( .@elu / 5 ) +" Eluniums."; } while ( getbrokenid(1) && zeny >= 5000 ) { set .@rcount, .@rcount +1 ; set zeny, zeny - 5000; repair 1; } if ( .@rcount ) message strcharinfo(0), "Repaired "+ .@rcount +" Items."; getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; else if ( getskilllv(40) == 1 && sp >= 10 ) heal 0,0; // lol... this is supposed to reduce their SP by 10, whatever else if ( countitem(611) ) delitem 611,1; else if ( getskilllv(224) && zeny >= ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 4 * getskilllv(224) ) )* 2/5; else if ( getskilllv(37) && zeny >= ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5 ) set zeny, zeny - ( 100 - ( 5 + 2 * getskilllv(37) ) )* 2/5; else if ( zeny >= 40 ) set zeny, zeny - 40; else break; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; set .@icount, .@icount +1 ; } if ( .@icount ) message strcharinfo(0), "Identified "+ .@icount +" Items."; if ( isequippedcnt(4128) >= 1 ) // if your server needs 2 GTB to immune, set to 2 instead of 1 dispbottom "[Healer] Please unequip your Golden Thief Bug card to get full buff."; percentheal 100,100; skilleffect 28, maxhp; skilleffect 9, maxsp; end; }
  6. er benutzt Beginner Eathena dort gibt es kein item_delay.txt soweit ich weiß ist einfach zu alt. wen er einfach nur etwas rum spielen will oder um ep zu testen langt der Server vermutlich auch
  7. That sprite is inside your RO's data.grf sprite/·Îºê/õ»ç³¯°³/ just extract it. [Recolor] Archangel Wingshttp://rathena.org/board/files/file/2914-recolor-archangel-wings/
  8. here is Recolor Tiraya Bonnet snd others http://rathena.org/board/topic/78290-recolour-item-recolor-collection/
  9. the races pallets are of eathena to find. then only Item + setlook + Effect and finished
  10. HungerIntimacy Starving 1% ~ 10% 0.5 11% ~ 24% 1 25% ~ 75% 0.75 76% ~ 90% -0.05 91% ~ 100% -0.5 if you homunculus_friendly_rate: 100 to 200 changen is it worth the double
  11. stope your server char, map, login server off! open putty login to youre server and make ./configure and wait. until it is finished then start your server as usual
  12. I would like to make a npc the way the ball from poring soccer works I hope someone can help me
  13. prontera,153,183,5 script Sampel 100,{ if ( countitem( .item ) < .amount ) { mes "You dont have the " + .amount + "x " + getitemname( .item )+"that i requested.."; close; } delitem .item, .amount; getitem .p, .a; announce "Yayks! " + strcharinfo( 0 ) + " won the event",0; hideonnpc strnpcinfo(1); end; OnMinute00: .@time++; if ( .@time % 2 ) end; .@i = rand( getarraysize( .BringMeItems ) ); .item = .BringMeItems[ .@i ]; .amount = rand( 10, 30 ); announce "Bring me " + .amount + "x " + getitemname( .item ),0; hideoffnpc strnpcinfo(1); end; OnInit: setarray .BringMeItems[0],501,7227,4001,7005,909,512,714; .p = 7227; .a = 5; hideonnpc strnpcinfo(1); end; }
  14. The command 'getmapmobs' doens't work in rathena in rathena is 'mobcount' as far as I know...
  15. wen deine map ingame ist musst du letztlich nur eine txt datei erstellen ,es is vollkommen egal wo sie sich befindet bzw. sollte im npc Ordner sein z.b gehe in npc/mobs/ mache einen neuen Ordner "CustomDun" oder wie auch immer dan erstellst du dort eine txt datei mit egal welchem name z.b "Custom_Dun01.txt" dort schreibst du hinein ,wen es mehrere sind mehrere Zeilen Name_der_map,0,0,0,0 monster MobName mobID,mob_anzahl,0,0,0 wen du dies getan hast speichern und schlissen. Dann begibst du dich in npc/scripts_monsters.conf mit Editor öffnen dort hinein kommt der Pfad der bereits erstellten txt date npc: npc/mobs/CustomDun/Custom_Dun01.txt und dan Server Reloaden ,hoffe das hilft dir etwas weiter
  16. src/battle.c search case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; change skillratio += 100*(7 + sstatus->sp/10); to skillratio += 100*(7 + min(sstatus->sp,6000)/10); then is 6k asura sp cap
  17. mach es einfach hier mit http://rathena.org/board/files/file/2738-icabits-item-builder/
  18. here is my problem There are 4 maps,each map is displayed with a 0.... but it will all be together only one 0 this is my waitingroom script waitingroom " Test [ "+getmapusers("custom_fild01") + getmapusers("custom_fild02") + getmapusers("custom_fild03") + getmapusers("custom_dun01")+" ]",0;
  19. is it possible that the Golden Thief Bug Card as effect 50% against monsters. no coma ,Dispell etc. 49% against Players. for pvp/gvg Dispell , coma, heal etc. I hope that it is possible.
  20. it just comes exe crash, by my
  21. Fenix kannst gern denken was du willst xD jedoch sieht mann hier öfter so Posts von ro Gammern die ihren eigenen server machen wollen und in 90% der fällen wird einfach nix draus, naja egal... mach dir erst mal nen Localen Test Server wie May es geh saht hat dort kannst du dan deinen Server aufbauen und wen alles soweit fertig ist kannst dir nen Linux-Server kaufen
  22. I have a few items to make the error,but not find the error the items are Seismic Fist, Lever Action Rifle, Book oft the Dead hope someone knows the solution
  23. kann man xD die Basic sachen lernt man zwar recht schnell wen man es echt lernen will ,und etwas zeit mit bringt / solltest jedoch ein server konzept mit bringen .bzw paar Info's wären nützlich ,wen du Team Mitglieder suchst ...
  24. good luck mit 0 Erfahrung
×
×
  • Create New...