Jump to content

karazu

Members
  • Posts

    374
  • Joined

  • Last visited

Everything posted by karazu

  1. Can anyone tell me how to decrease the "battle ground" max player to start the battle? the default is 10vs10 and i want to make it 5vs5
  2. its working now thank you!
  3. thank man! iwill test it! I tested it but it doesn't block any class like all the job can enter in all the 3 rooms.. present script prontera,150,150,5 script PvP-Warper 99,{ set .@room1$,"guild_vs3"; //Insert map name into quotation marks & adjust to your desire set .@room2$,"pvp_n_6-3"; //Insert map name into quotation marks & adjust to your desire set .@room3$,"pvp_n_7-3"; //Insert map name into quotation marks & adjust to your desire set .@name$,"[PvP Warper]"; //NPC Dialogue name mes .@name$; mes "Hello, I'm the PvP Warper I can warp you to one of the 3 PvP maps available."; mes "Please select one of the warps for me to continue."; switch(select("All Class:Trans Class:3rd Class")){ case 1: warp .@room1$,0,0; end; case 2: if(Class >= 4000 || Class <= 4022){ //Allows any Trans Class, High Novice - Paladin warp .@room2$,0,0; end; } close; case 3: if(Class >= 4054 || Class <= 4087){ //Allows Rune Knight to Mechanic, no matter if they rebirthed before or not warp .@room3$,0,0; end; } close; } }
  4. I wato to request a PVP warper NPC that has some restrction on some class like the: PVP MAP 1 all class can enter PVP MAP 2 only the Trans Class can Enter PVP MAP 3 only the 3rd Class can Enter can somebody make me 1? anyone?
  5. what? i don't know how to do script but don't really understand your instruction..
  6. I am still having with the Homunculos max level, i want to reduce it to 99 only considering that the max level of my server is up to 99 only, but i don't know how to reduce it. Any Idea of how to?
  7. normally because what they are seeing is a zeny.. Why not just make/put a note on the NPC when they click it?
  8. flawlessly work man! thank yo very much for helping!
  9. Still doesn't work! I had notice that every time I Mount a MADO or GRYPHON it says "You had mount a mado" but when a DRAGON nothing happens but just a PECOPECO Logo at the right side.
  10. testing the scrips is very ok but Iam still having problem with the Rune Knight, it doesn't mount the dragon! however the gryphon is fine!
  11. Can anyone give me a 3rd class breeder? like warg, mado, gryphon I already used the search button but i cannot find any. Hello!! Or can someone just provide me script that will let you mount, MADO, GRYPHON, DRAGON and if you click the WARG nstead it will mount you it will just give you a Flute?
  12. I was just using this default NPC attach below and it seems to not working... whenever i click it, it doesn't detect u as a royal guard. And when I @changejob to Rune Knight it will work but the Dragon will not show. prontera,155,181,5 script Sample 757,{ mes "[universal Rental Npc]"; mes "Hi, here you can rent Carts, Falcons, Pecopecos, Dragons, Mados or Gryphons."; next; switch(select("Cart:Falcon:Peco/Dragon")){ Case 1: if( checkcart() || !getskilllv("MC_PUSHCART") ){ mes "Sorry you didnt meet the requirements."; }else setcart; break; Case 2: if( checkfalcon() || !getskilllv("HT_FALCON") ){ mes "Sorry you didnt meet the requirements."; }else setfalcon; break; Case 3: if( checkriding() || !getskilllv("KN_RIDING") ){ mes "Sorry you didnt meet the requirements."; }else setriding; break; } mes "Thank you."; close; } And this script seems to not letting you get a MADO? switch(select("Cart:Falcon:Peco/Dragon")){
  13. as the title says I want to disable Drop Penalty... or visit this! http://irowiki.org/wiki/Drop_System#Level_Factor
  14. Do you guys have any IDEA for how to disable this feature? any idea?
  15. I added the VPS perfectly but it seems to be that it can be seen only in the website if you are logged in, is their anyway that it will be showed even if ur are logged out?
  16. I already search it in google and even here in rathena and i cant find 1!, my question is Does anyone know how to set the max level of Homunculos? hellow! ehem!
  17. Thank you for your suggestion!
  18. I just want to share my Log in Screen.. rates from 1-10 would be appreciated...
  19. ok thank you! for ur guide! It worked! btw the way thats my Log in screen hehe!
×
×
  • Create New...