Jump to content

RyokoMVP

Members
  • Posts

    209
  • Joined

  • Last visited

Everything posted by RyokoMVP

  1. Hello , Can Someone Share A Newest idnum2itemdesctable With FULL Update Into 2012 Patch [ NON RENEWALL ] ~ My Friends Say Its too old update [ example White Wings Suit ] I Have 100% Effect To Arrow Strom~ But My friends say a new effect is 50% effect with arrow strom.. so someone want to share it here? remember i need non renewall version ~ thanks for help eh~ sorry... can someone help me to find effect for this item too ?
  2. for mob spawn is non-renewall too~ all in here is NON-RENEWALL VERSION~
  3. Wtf? Let me ask you something.... What means ">=" for you? - script AttendanceScript -1,{ OnPCLoginEvent: dispbottom "Welcome back!"; dispbottom "Thanks your for playing WhateverRO!"; if (#LoginTracker>=gettimetick(2)) { set #DailyLoginCount,#DailyLoginCount+1; set #LoginTracker,gettimetick(2)+86400; end; } This will never work, escpecially on the first execution. Reason: The scripts checks for the value of "#LoginTracker", but since it's the first exection it has the value of "0". And gettimetick(2) gets the UNIX Time in seconds, which is obviously higher than 0. Hint: Read the doc/script_commands.txt for more info. Next explanation: The "#LoginTracker" only increases when the "if" is true, which can't happen (like stated above) and the gettimetick(2) ALWAYS continues to count the seconds. >= means Higher and equal <= means Less and equal Also to make tit an "clickable" NPC, try changing the header. Currently it's an floating NPC. Example: prontera,150,180,0%TAB%script%TAB%Login Tracker%TAB%100,{ I hope I could explain it properly. Regards, Chris i already try...yes its work 100% and but i need if click all people can see top ten clickers list and admin have a reset menu o.O and btw where i can see who is click this npc ? and btw if i spam click npc will spam " welcome back , thanks for playing whatever ro " too no one can help me ? :'(
  4. @people : so you can make a npc like that for me ? i need name display for top 10 clickers
  5. @chris & peopleperson49 thanks for help me , but im still need a NPC because i need people can see the list of top 10 players... and because the npc it's not easy to click...it will spawn in some place and need kill a few of monster to go there.... because every 1 month GM will reset the list of top ten and give a permanent custom wings reward to player ~_~
  6. i think it's manualy prize giver from Online GM
  7. hello , i want request a script like this npc will spawn in prontera and count 1x / day if player click this npc... after player click npc will count the login sign in... and npc will display most TOP 10 Login Count... ( will show Nickname ) but for Admin , will show account_id and nickname 1 ID / 1 DAY GM Can Reset in game and only gm lv 99 can reset this npc... thanks b4 ^^
  8. wogh , it's a nice cart sprite ~ can someone translate the koreans language?
  9. This project will mainly focus on database and npc files for non-renewal servers, source code updates will only be provided when needed for certain database and npc updates. All npc files in ROUP are intended to work only for non-renewal servers, preferably those using the rAthena emulator. Keep in mind, there is no official non-renewal version for any episode 13.3 or newer content. The databases provided here were customized/balanced by me to allow non-renewal servers to implement renewal-only content without any bugs or imbalance issues.
  10. argh chilly back~ it's NICE ^^ all of this svn are pre-renewall right?
  11. helo , sorry for ask again i have problem with this script /*==============================================================================// //--- Script By Masao ----------------------------------------------------------// //--- Disguise Event NPC -------------------------------------------------------// //--- Ver: Suram ---------------------------------------------------------------// //==============================================================================*/ comodo,0,0,0 script DisguiseAnnouncer -1,{ OnWhisperGlobal: if(getgmlevel()<99){end;} OnClock0100: OnClock0200: OnClock0300: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: OnClock2300: set $@startdisguise,1; l_remake: set $@Monster,1000+rand(1,200); if($@Monster == 1003 || $@Monster == 1006 || $@Monster == 1017 || $@Monster == 1021 || $@Monster == 1027 || $@Monster == 1043 || $@Monster == 1136 || $@Monster == 1137 || $@Monster == 1168 || $@Monster == 1171 || $@Monster == 1172 || $@Monster == 1173 || $@Monster == 1181){ goto l_remake; } set $MonsterName$,getmonsterinfo($@Monster,0); setnpcdisplay "Disguise Event",$@Monster; set $@startdisguise,1; announce "The [Disguise Event] starts now in Comodo!",0; initnpctimer; end; } comodo,214,151,4 script Disguise Event 795,{ set .@npcname$,"[^0000FFDisguise NPC^000000]"; if (getgmlevel() >= 90) goto DisguiseAdmin; if ($@startdisguise==1) goto l_disguise; mes .@npcname$; mes "Hi, how can i help you?"; next; menu "How does it work?",-,"Cancel.",Nothing; mes .@npcname$; mes "This is an very easy Event."; mes "At the beginning of the Event i will disguise myself into a randomly chosen Monster."; mes "After i've done that, you've to put the correct Name into the Box."; next; mes "If the name was correct, you win a Prize! if it was wrong, just try again "; mes "And that's it! Good luck."; close; Nothing: close; DisguiseAdmin: mes .@npcname$; mes "^FF0000~Hi GM " + strcharinfo(0) + ", what can i do for you?~^000000"; switch(select("Start Event:End Event:Check Prize:Set Prizes:Rounds:Nothing")) { case 1: next; mes .@npcname$; mes "Would you like to start the Event now?"; switch(select("Yes:No")) { case 1: set $@Monster,1000+rand(1,200); set $MonsterName$,getmonsterinfo($@Monster,0); setnpcdisplay "Disguise Event",$@Monster; set $@startdisguise,1; announce "The [Disguise Event] starts now in Comodo!",0; close; case 2: mes .@npcname$; mes "Ok, bye."; close; } case 2: next; mes .@npcname$; mes "Would you like to End the Event now?"; switch(select("Yes:No")) { case 1: setnpcdisplay "Disguise Event",795; set $@Round,0; set $@startdisguise,0; announce "The [Disguise Event] has been ended by an GM! There will be no prizes!",0; close; case 2: mes .@npcname$; mes "Ok, bye."; close; } case 3: mes .@npcname$; mes "^FF0000~The current winning Prize is ^000000 ^008000"+ $prize_item_amount +" "+ getitemname($prize_item_id) +".^000000"; next; goto disguiseadmin; case 4: mes .@npcname$; mes "^FF0000~What should the Prize be? Please insert the Item ID.~^000000"; input $prize_item_id; next; mes .@npcname$; mes "^FF0000~Now the amount?~^000000"; input $prize_item_amount; mes .@npcname$; mes "^FF0000~So, the Prize is^000000 ^008000"+ $prize_item_amount +" "+ getitemname($prize_item_id) +"^000000? ^FF0000Great.~^000000"; emotion 33; next; goto disguiseadmin; case 5: mes .@npcname$; mes "Here you can set how many Rounds will be played each time the Event Starts"; input $@Rounds; mes "^FF0000~So, there will be ^FF0000"+ $Rounds +" Rounds played.^000000"; next; goto disguiseadmin; case 6: mes .@npcname$; mes "Ok, bye."; close; } l_disguise: input .@MonsterInput$; if ($@disguisewin==1) { mes "Someone already won this Round!!"; close; } if(.@MonsterInput$==$MonsterName$) goto Correct; if(.@MonsterInput$!=$MonsterName$) goto Nothing; end; OnTimer30000: stopnpctimer; setnpctimer 0; npctalk "Too Late, Time Out !"; set $@Round,$@Round+1; if($@round>=$rounds)goto l_gameover; goto l_round; end; Correct: stopnpctimer; setnpctimer 0; announce ""+strcharinfo(0)+" is correct! I was disguised as: "+$MonsterName$+"",bc_map; mapannounce "comodo","Disguise Event: "+strcharinfo(0)+" won the Disguise Event! He won a "+ $prize_item_amount +" "+getitemname($prize_item_id)+" !",0; getitem $prize_item_id,$prize_item_amount; set $@Round,$@Round+1; set $@disguisewin,1; sleep2 3000; if($@round>=$rounds)goto l_gameover; goto l_round; end; l_round: set $@Monster,1000+rand(1,200); if($@Monster == 1003 || $@Monster == 1006 || $@Monster == 1017 || $@Monster == 1021 || $@Monster == 1027 || $@Monster == 1043 || $@Monster == 1136 || $@Monster == 1137 || $@Monster == 1168 || $@Monster == 1171 || $@Monster == 1172 || $@Monster == 1173 || $@Monster == 1181){ goto l_round; } set $MonsterName$,getmonsterinfo($@Monster,0); set $@disguisewin,0; setnpcdisplay "Disguise Event",$@Monster; initnpctimer; end; l_gameover: setnpcdisplay "Disguise Event",795; set $@Round,0; set $@startdisguise,0; set $@disguisewin,0; npctalk "Thank you all for playing. That was the last round of the Disguise Event. See you next time."; end; } - script EDDisguiseAnnouncer -1,{ OnClock2202: announce "Disguise Event : Wah , Ayam Sama Cowo Maho Uda Pamit~ Gua Ikutan Pamit AH....Bye2 aLL~",bc_all; disablenpc "Disguise Event"; end; OnClock0902: announce "Disguise Event : Wah Uda Pagi Ayam & Cowo Maho Juga Udah Panggil2~ Saatnya Saya Kerja Kembali, Morning All",bc_all; enablenpc "Disguise Event"; end; } 1. when i set 10 rounds~ sometimes it's will end at 1-2 rounds 2. sometimes , if i set 10 rounds , it's will be more than 10 rounds 3. how to make this script will auto disguise again if no one can't answer in 30 second or more ? thanks for help me ^^
  12. hmm~ no update for kage / obo skill o.O~ btw no more info about eclage ?
  13. - Added visible hunger gauge for Homunculus and Cute Pet. ahahahaha...nice info for this~
  14. btw judas i get some error at 2011-11-22 example : i have whiteblinker , in 2010-06-16 100% work in 2011-11-22 the pic in inventory is missing , i dont know why and this is only at 2011-11-22 because after it i change into 2010-06-16 work again ^^ i'll help u to re-check error or bug at 2011-11-22 ^^
  15. oh ~ ic.... ok maybe i'll wait until 2011-11-22 more fix than now~ thanks for reply judas ^^
  16. it's not work in here judas , i use src 100% like i share to you ~ and same database too... but i get this error...now i use 2010-06-16 no error until now and no error in map console when i use 2011-11-22 do you know what's error in my server? o.O
  17. thanks for help judas , i hope it's not take a long time...because i must open my RO again ><~
  18. it's work 100% when i change packetver 2011-11-22 into 2010-06-16 @mmo.h but if use 2011-11-22 it's error o.O
  19. i don't know why i get this error~ before i use old svn and work good~ now i use new SVN and edit some src and i get this error First : 1. I can't enter 3 portal in picture 2. i can't talk to girl npc and man NPC ( but now i can click the girl npc ~ i dont know why... but man npc still can't ) no error in mapserver , i try to copy all npc to offline RO , and work good i use onclock trigger it's must be portal will spawn in 3 hours ~ but when i restart my RO all portal spawn and can't entered or hidden ( i'll try to @hidenpc ) it's say npc disabled , but npc still spawn , try to @refresh still spawn~ in offline , when i restart my server , portal will hidden until 3 hours and spawn again ~ someone know why ? my friends say it's about src edit ? o.O~ i have a pvp event with portal too..but it work 100% ~ First NPC ( Man ) Second NPC ( Portal ) Third NPC ( Portal ) UPDATE : I only get this error if i use 2011-11-22 because after i edit mmo.h into 2010-06-16 and recompile all npc work 100% normal and no error ><~
  20. you only miss ( comma ) 0,0 it's should be 0,0 not 0 0
  21. hmm , i dont want to open a new thread so i will ask here before this i get gravity error or something else when buy cash item and i already follow judas tutorial at Here yes i don't get gravity error again , but i get a new problem , after i buy some item i'll auto disconect from server like this And Why I get this error too ? *off topic* i try to make some box for my rent item , i already add : 1.itemdb , idnumdisplay , idnum res but why no pic in my box ( at inventory ) ? and if i double click i got error ? what i must do if i want to make somebox for my custom item ? please give me example :'( with pic pls
  22. just use reboot for reboot dont use sudo reboot and maybe your sql is stuck , please use this service mysqld start
  23. if possible , how to add it ?
  24. i hope kRO will explain more skill info about kagerou and oboro ~_~ , and info about news map ~ btw we still can't add a custom aura for 3rd class?
×
×
  • Create New...