Jump to content

Scotch

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Scotch

  1. Does anyone have this type of system here? or the sprite of it? hope anyone could help me...thnks
  2. Scotch

    Q/R>Promo Npc

    Thanks men +1 and 2 thumbs up
  3. Scotch

    Q/R>Promo Npc

    ohhh i see i will try this script already...thanks but i like to be like this so that i limit rare items that i will put on that NPC...but its a big help your script to me thanks buddy like // Old Violet Box Obtainable Items Database // // Structure of Database: // GroupID,ItemID,Rate 2,501,14 // Red Potion 2,502,14 // Orange Potion 2,503,14 // Yellow Potion 2,504,14 // White Potion 2,505,14 // Blue Potion 2,506,14 // Green Potion 2,507,14 // Red Herb 2,508,14 // Yellow Herb 2,509,14 // White Herb 2,510,14 // Blue Herb 2,511,14 // Green Herb
  4. do you know how to fix this? Im using 2013-08-07aRagexe i diff it but when every run the client no window will appear just nothing happens.. can you help me?
  5. Does anyone already have this script? Npc Flow: 1. Pay zeny let say 300k. 2. It will give random items just like Old Blue Box/Old Violet Box....example of the item:costume items,potions,weapons,armors,etc. 3. By Percentage it depends on the item level. Hope some could have this script already...Thanks in Advance
  6. Scotch

    Breeder NPC

    where should i put that sir?
  7. sorry i'm slow top 30 pvp player script or the dota kill announcer? my server is a pk server...they can kill players anywhere except for some main towns
  8. Hello guys can anyone help me with this thing? Can you please edit this script? I want this mob attack will not miss in players I want every attack of the mob will hit and the attack speed just like the valkyrie rangdris...and how to put a skill to be use by this mob? I hope can anyone help me on this...TIA guys 2538,King_Poring,Swag Poring King,Swag Poring,99,595316498,0,387250,227895,1,10000,30000,5,50,400,800,65,100,555,255,10,12,1,3,25,0x39A5,160,1672,672,480,3143625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7539,100,7539,100,0,0,0,0
  9. i already fix it sir...btw thanks for replying
  10. what you mean PVP scripts? like hotkeys or cheats? no im not using any of those cheats sir...
  11. i tried the full installer of my friend and still crashing client...i also re-download the new KRO...
  12. we already check it and I and my 1 friend just the only one crashing clients all of the others dont have problems...
  13. but other players dont crash their clients just only few of us crashing client when someone dies on are areas 1-3x it will crash..another thing may friend also have problem if he run the client it will not see the client running it will close automatically. is it possible that also cause of my operating system? im using win 7 ultimate
  14. Mine is it will crash if someone dies x2-x3 on my area my client crashed
  15. Sir how to add peco peco riding for Lord Knight & Palading job in this script? because theNPC wont give peco peco ride on Lord Knight and Paladin...my 3rd job class was a quest job so i want to add here the peco peco ride for lord knight and paladin... if i talk to the Breeder NPC it will say: Sorry Please make sure you are the required job and have the required skill. I hope someone can help me...thnks in advance prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkoption(Option_Wug) && !checkoption(Option_Wugrider)) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; else getitem 6124,1; //Wolf's_Flute } else getitem 6124,1; //Wolf's_Flute } else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) { if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) { if(select(" ~ Cart: ~ Mado")==1) setcart; else setmadogear; } else setcart; } else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart; else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkoption(Option_Wug) && !checkoption(Option_Wugrider)) setfalcon; else if (!checkriding() && getskilllv("KN_RIDING")) { if (eaclass()&EAJ_THIRDMASK==EAJ_RUNE_KNIGHT) setdragon; else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; }
  16. Can anyone help to this error please? if someone dies in game my client will crash? anyone who know to fix it? I hope someone will help me on it I really need to fix this error thanks in advance
  17. Can anyone how to fix this bug? all cards on shield and accessory doesn't work if i click the card like thara frog card for shield it won't work at all... can anyone know how to fix it? Thanks in Advance
  18. Scotch

    R>Card Trader

    which one of his script?
  19. Can i Request script like this? 1. Card Trader NPC 2. Trade Cards(All Available Cards Normal cards, Mini MVP & MVP Boss) 3. If you trade the cards you will get points. 4. Normal cards = 1pt Mini MVP = 2pts MVP boss = 3pts 5. Image example:
  20. How to make it 255/120 the max base level and job level? in my current situation when i normally leveling up until to the max base and job level it will limit until 254/119. how to make it 255/120. sorry just ah newbie here thanks in advance. bump!
  21. this is the error sir [Error]: Loading NPC file: npc/custom/freebies.txt script error on npc/custom/freebies.txt line 10 parse_callfunc: not enough arguments, expected ',' 5 : close; 6 : } 7 : 8 : mes "Here's your freebies"; 9 : getitem 1234,1; * 10 : set #Freebie '=' 1; 11 : close; 12 : 13 : 14 : 15 : } Thanks Zasura
×
×
  • Create New...