Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Everything posted by Hatake Kakashi

  1. how to fix auto respawn mvp monster? if you kill mvp it will automatically respawn in a sec. thanks
  2. who has renewal src battle.c? i need renewal please. thank you..
  3. so it means i will change the 10/(10?
  4. how to fix at battle.c hells plant? coz my hells plant damage is 2.6 only.
  5. here's my script its working now, but in stats i want to change 1 stats only give npc, i need to change into 10. how to put that 10 stats? thanks guild_vs3,51,51,5 script Skills & Stats Seller 436,{ set .BuyCost,10; switch(select("Buy Skill Points:Buy Stat Points")){ Case 1: mes "How many Skill Points you want to Buy ?"; mes "Each Cost "+.BuyCost+" Pod."; input @Amount,0; if( @Amount == 0 ) close; if( countitem( 7179 ) < @Amount * .BuyCost ){ mes "Not Enough POD"; close; } next; mes "Gained "+@Amount+" Skill Points."; set SkillPoint,SkillPoint + @Amount; delitem 7179,@Amount * .BuyCost; close; Case 2: mes "How many Stat Points you want to Buy ?"; mes "Each Cost "+.BuyCost+" Reunited Donation Ticket"; input @Amount,0; if( @Amount == 0 ) close; if( countitem( 7179 ) < @Amount * .BuyCost ){ mes "Not Enough POD"; close; } next; mes "Gained "+@Amount+" Stat Points."; set StatusPoint,StatusPoint + (@Amount); delitem 30151,@Amount * .BuyCost; close; } }
  6. i got some bug. when my Proof Of Donation is 2pcs or 3pcs in my inventory and i use this npc, my pods not deleted but my skill points added..
  7. so all the code like this delitem 7179,@Amount; i will change into this? delitem 7179,@Amount * .BuyCost is this correct?
  8. its working but i can't change into 10 pods npc exchange 1 pc only. guild_vs3,51,51,5 script Skills & Stats Seller 436,{ set .BuyCost,10; switch(select("Buy Skill Points:Buy Stat Points")){ Case 1: mes "How many Skill Points you want to Buy ?"; mes "Each Cost "+.BuyCost+" Pod."; input @Amount,0; if( @Amount == 0 ) close; if( countitem( 7179 ) < @Amount ){ mes "Not Enough POD"; close; } next; mes "Gained "+@Amount+" Skill Points."; set SkillPoint,SkillPoint + @Amount; delitem 7179,@Amount; close; Case 2: mes "How many Stat Points you want to Buy ?"; mes "Each Cost "+.BuyCost+" Reunited Donation Ticket"; input @Amount,0; if( @Amount == 0 ) close; if( countitem( 30151 ) < @Amount ){ mes "Not Enough POD"; close; } next; mes "Gained "+@Amount+" Stat Points."; set StatusPoint,StatusPoint + (@Amount); delitem 30151,@Amount; close; } }
  9. not working. got some errors. i dont know where exact i put this line. if( countitem( 7179 ) < @Amount ){ mes "Not Enough POD"; close; }
  10. @vengeance i already do this. but still not working here's the script i follow here's the last and my work. 33,arug_cas05,Bandis,Agit_Ar05,1 // kRO : Bandis 34,guild_vs1,King of Emperium,guild_vs1,1 // kRO :KOE is this correct?
  11. wala akong pki alam dun sa tao na yun. i know kung sino un, puro lang nmn daldal yung tao na yun eh,. busy akong tao sa hosting ko sa 2 RO Servers ko and nkakapag help pa ako dito. unlike yung iba jan ni hindi mka2long sa mga newbie dito, nagpapalaki ng bayag sa leeg amp. lol xD tamaan jackpot....... hahaha xD kahit pa nga spelling kakahiya yung tao na yun, spell bird amp gnawang berd? ano yun?..
  12. Add Stats and Add Skill NPC, but you need to have pods if you want to add your stats and skills. thanks in advanced.
  13. sa mga nagsasabi sa sayo TS na scammer ako P***ng Ina Nya pra sila ang gumawa sayo lol. hindi ako mag papapunta sa bhay ko kung iiscamin lang kta, my isip ako noh, bkit p kta papapuntahin dito sa bhay kung iiscamin lang kita? hindi ako 2lad nung isang tao dito. pra lang mapunta saknya lhat sisiraan ako. hais ok lang yan ganyan tlga buhay. inggitero kse tamaan sapul, blind item lang un.
  14. kya nga eh, sinabi ko din saknya yan. kso ayaw tlga. yaan mo sya xD
  15. @ts i think you need to give life on your background. your diabloRO font looks weird. try to change that font. but for 3rd attemp my rate is 5/10. not bad.
  16. hello guys. how to put this effect on item? thanks effect is add 1 skill points and add 1 stat points. thanks..
  17. @xkacy i think hindi router prob. nia, dahil tnaggal na nia router nia then setup ayaw tlga. hindi madaling mag open port kung secured ang net mo. need mo mag byad sa globe to open that port. pmunta na sya kanina sa globe at ganon nga he need to pay to open that port.
  18. how to fix this problem? if the emp is yours, you can hit again and break it again and again. how to fix that? thanks in advanced. and i forgot the time. i need it every 30mins only and 2 hours to be start again. - script KoE -1,{ OnInit: disablenpc "The King#KoE"; disablenpc "Exit#KoE"; end; OnWhisperGlobal: if ( getgmlevel() < 99 ) end; else if ( compare ( @whispervar0$, "on" ) ) goto L_start; else if ( compare ( @whispervar0$, "off" ) ) goto L_end; else end; L_end: OnClock0830: OnClock1030: OnClock1230: OnClock1430: OnClock1630: OnClock1830: OnClock2130: OnClock2330: announce "The King of Emperium Hill is over!", 0; set .koe_start, 0; enablenpc "Exit#KoE"; disablenpc "The King#KoE"; killmonsterall "guild_vs1"; end; L_start: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2100: OnClock2300: announce "The King of Emperium Hill has begun!", 0; set .koe_start, 1; enablenpc "The King#KoE"; disablenpc "Exit#KoE"; set $koegid, 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; OnEmpDead: set $koegid, getcharid(2); announce "The current King of Emperium Hill is the [" + strcharinfo(2) + "] guild.", 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; sleep 500; if ( .koe_start ) monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; } // KoE Entrance prontera,147,169,4 script The King#KoE 734,{ mes "[The King]"; if ( getcharid(2) == 0 ) { mes "You must have a guild to participate in the ^FF0000King of Emperium Hill Tournament^000000."; close; } mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch( rand(1,4) ){ case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; } } // KoE Exit guild_vs1,49,56,5 script Exit#KoE 51,{ mes "[Exit]"; mes "See ya."; if ( getcharid(2) == $koegid ) getitem 7179, 10; // configure prize here next; warp "Save",0,0; close; } // Flags guild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ set .@gid, $koegid; if ( .@gid == 0 ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname(.@gid) +"] guild."; close; OnRevKoE: flagemblem $koegid; end; } guild_vs1,61,49,6 duplicate(koe_flag) King of Emperium Hill#2 722 guild_vs1,38,49,2 duplicate(koe_flag) King of Emperium Hill#3 722 guild_vs1,49,61,0 duplicate(koe_flag) King of Emperium Hill#4 722 guild_vs1 mapflag gvg guild_vs1 mapflag nobranch guild_vs1 mapflag nomemo guild_vs1 mapflag nopenalty guild_vs1 mapflag noreturn guild_vs1 mapflag nosave SavePoint guild_vs1 mapflag noteleport guild_vs1 mapflag gvg_noparty guild_vs1 mapflag nowarp guild_vs1 mapflag nowarpto
  19. DSL daw ang gamit nia eh, ewan ko kung anong DSL un kung PLDT or GLOBE. tnulungan ko na sya, pinort forward ko na router nia ayaw padin hindi padin magconnect, dynamic ip nia try ko ung my no-ip ayaw mag connect try ko din yung walang no-ip same din. try ko yung walang router ayaw padin. nagtataka nga ako eh. imposibleng ayaw yun. then nung try ko i connect sever nia into 127.0.0.1 then connect ko sa client nia bnago ko clientinfo.xml nia connected naman sa server nia kso hindi sya mag online. sguro nga @glemor secured ang NET nya kya hindi makaconnect mga players nia.
  20. im sure problem nito sa isp mo. hindi mkpag open port.
  21. nag try ako i port forward ang router nia then i check it on port checker ndi padin nkaopen ano kya un? ang i check his firewall disable naman pti pna remove ko ang anti virus nia ganon padin bkit kya? hahahaha
×
×
  • Create New...