Jump to content

Raikumi

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by Raikumi

  1. Thank you @Rikimaru Do you know why for Final Destination it always says [-1/100]?
  2. For some reason, when trying to choose the "Final Destination" option, you are not warped and the NPC window is forced to stay on your screen with no buttons, forcing you to log out because you can not click "enter" to type any commands or ESC to go to the Character Screen. Also, is there a way I can limit the Final Destination room to 2 people, and also put a 60 second time limit inside of that room? Thanks everyone! caspen.gat,160,214,5 script PvP Warper 730,{ if (.pvp_square$=="") donpcevent "Ultimate PVP warper::OnClock0000"; mes "[PvP Warper]"; mes "Which arena do you want to go to?"; switch(select("Final Destination ["+getmapusers(.pvp_square$)+"/100]:Platform ["+getmapusers("guild_vs3")+"/100]:No Potion PVP ["+getmapusers("guild_vs5")+"/100]: ")) { case 1: // Final Destination if (getmapusers(.pvp_square$) > 99) callsub S_full; callsub S_payment; warp .pvp_square$,0,0; announce "[ "+strcharinfo(0)+" ] has joined the Final Destination PVP room.",0; end; case 2: // Platform if (getmapusers("guild_vs3") > 99) callsub S_full; callsub S_payment; warp "guild_vs3",0,0; announce "[ "+strcharinfo(0)+" ] has joined the Platform PVP room.",0; end; case 3: // PVP NoPotion if (getmapusers("guild_vs5") > 99) callsub S_full; for( set .@i,0; .@i<getarraysize(.NoPotion_ids); set .@i,.@i+1 ) { if (countitem(.NoPotion_ids[.@i])) { mes "You can not bring potions in this pvp."; close; } } callsub S_payment; warp "guild_vs5",0,0; announce "[ "+strcharinfo(0)+" ] has joined the No Potion PVP room.",0; end; } S_full: mes " "; mes "I'm sorry, this arena is full. Please try again later..."; close; S_payment: if (Zeny < (0)) { mes "You don't have enough zeny."; mes "It costs "+(0)+" zeny for you to enter."; close; } set Zeny, Zeny - (0); return; OnInit: end; OnClock0000: // set the "PVP Square" map, based on day of the weeek switch(gettime(4)) { case 0: // Sunday case 1: // Monday set .pvp_square$, "final_dest"; break; case 2: // Tuesday case 3: // Wednesday set .pvp_square$, "final_dest"; break; case 4: // Thursday case 5: // Friday set .pvp_square$, "final_dest"; break; case 6: // Saturday set .pvp_square$, "final_dest"; break; } // items not allowed in PVP NoPotion setarray .NoPotion_ids[0], 607, 608, 504; // items not allowed in Non Donator PVP setarray .NoDonator_ids[0], 2410, 1530; end; }
  3. Can someone add a function to this script so when a player kills someone it announces it inside the pvp room only? Also, can an option be added to go to a 1v1 PvP room? When 2 people are on the map, this room can not be entered, also this room should have a timer so people dont just go in there and prevent others from playing? The name of this map would be "final_dest" its a custom map which is already implented into our server. The announcement effect can or cannot be added to this map, it doesnt matter. Thank you very much!
  4. I keep getting a spiny wheel things and it never opens. Anyone else get this issue and how will I fix it? http://up2x.com/u/1090681382.SPR_Conview.rar What should I be doing here?
  5. Thank you for your reply. However, this did not fix the problem. Any other suggestions anyone? It would really help im at a wall here Problem solved! Dropbox isnt weird about direct linking to folders. So I switched to webs.com for now and now its working perfectly. Thanks everyone.
  6. Hey everyone. I set up everything for neoncube just like the wiki told me to. I am hosting all of my files in a public folder on dropbox. As you can see, they can all be viewed from a web browser. https://dl.dropbox.c...iRO/notice.html https://dl.dropbox.c...O/patchlist.txt However, I keep getting this error. I opened all of my current settings/configurations for anyone that is willing to lend a hand. I have also tired making my neoncube.ini patch_list the full URL to the patchlist.txt and that didnt work. Eg: Anyone know what I am doing wrong? Should I not use dropbox even though it is public and can be viewed directly from a web browser and even though it works for the notice.html file? If not, where should I host, I dont have a website at the moment. Thank you everyone that can help even if only a tiny bit.
  7. The NPC is still unclickable.I tried to edit it but still cant get it to be clickable. This is what I have as of right now. I know some servers have already implented Oboro. Does ANYONE have a job changer or know how to fix this script to make the NPC clickable?
  8. Are there any converters out there? I personally dislike the new GM system..I dont want to spend an entire afternoon on this...again. Edit: Nevermind! Got it going.
  9. Bump as I would like this also! Does anyone have this addition to the script?
  10. Bump as I am looking for this too. I tried your script, Loke, but the NPC is still unclickable as lusReservoir mentioned with the other one. I tried to edit it but still cant get it to be clickable. This is what I have as of right now. I know some servers have already implented Oboro. Does ANYONE have a job changer or know how to fix this script to make the NPC clickable?
  11. Im going to try it again. Should I have it read data folder also? I diffed it with Load LUA before LUB unchecked and with Read Data folder Checked. No nil errors upon opening this time, however, still Korean and getting rejected from server (22).
  12. Yay I got a judas reply! alright ill go try it now Update: Still having the same problem regardless of having lub files.
  13. I am using client 2011-12-28. Why is it korean?
  14. Whenever using an updated client (that would be able of viewing Oboro sprites), the client is always in KOREAN. I cannot login either. Earlier, prepatched clients work, however. I have an updated data folder, patched completely, and a lua files folder. Am I missing something? I dont use any lub files and dont know where I would put them if I did. Please help me out here guys.
  15. Downloaded new RO folder, updated completely, still Korean. Someone please help
  16. Anyone have a patched 2011-12-28? Cant find the diff files for it anywhere and ShinsDiffPatcher keeps coming out Korean
  17. In title Important diffs: Many headgears Chat Flood - 25 Window Title - GraffitiRO Arial Font on All Langtype Max Zoom
  18. SOLVED: Forgot to recompile after changing my packet_db
  19. Solved most issues. Now I just cant make a character without disconnecting from server, only to find that the character was never made when I log back in. However, how should my mmo.h and packet_db look?
  20. Edited. Still desperately looking for help. UPDATE: Solved most issues. Now I just cant make a character without disconnecting from server, only to find that the character was never made when I log back in. I am using this: http://rathena.org/board/topic/54190-release-basic-rathena-client/page__st__20 However, how should my mmo.h and packet_db look?
  21. UPDATE: Solved most issues. Now I just cant make a character without disconnecting from server, only to find that the character was never made when I log back in. I am using this: http://rathena.org/board/topic/54190-release-basic-rathena-client/page__st__20 However, how should my mmo.h and packet_db look?
×
×
  • Create New...