Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/09/19 in Posts

  1. prontera,148,187,4 script WOE Information 652,{ doevent "WOE_CONTROL::OnMenu"; end; OnInit: OnAgitEnd: delwaitingroom; waitingroom "War of Emperium: Inactive",0; end; OnAgitStart: delwaitingroom; waitingroom "War of Emperium: Active", 0; while(agitcheck()) { specialeffect EF_BEGINSPELL6; sleep 425; } end; }
    2 points
  2. Many of the items she exhibits are free... You could create them yourself or request services from an available spriter. Of course, as long as you can't communicate with her.
    1 point
  3. @IsabelaFernandez You can use this, I think it has what you need. prontera,150,150,4 script Quest NPC 1_M_MERCHANT,{ mes "[Quest NPC]"; mes "I have an awesome item list here, you want to take a simple quest?."; next; menu "Nope i dont want!",-, "Yes show me the list.",M_DO; mes "[Quest NPC]"; mes "Ok bye.."; emotion ET_HAH; close; M_DO: mes "[Quest NPC]"; mes "You can select one from the following..."; next; menu "ITEM1",A_ITEM1,"ITEM2",A_ITEM2,"ITEM3",A_ITEM3,"ITEM4",A_ITEM4,"ITEM5",A_ITEM5,"ITEM6",A_ITEM6; A_ITEM1: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } A_ITEM2: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } A_ITEM3: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } A_ITEM4: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } A_ITEM5: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } A_ITEM6: mes "[Quest NPC]"; mes "You want this gear?"; mes "You need this items before you have mine."; mes "Poring Coins [300 ea]"; mes "Mithril Coins [500 ea]"; mes "Ghostring Card [1 ea]"; next; if(select("Get It:Cancel")==2) goto M_END; if(countitem(7539) < 300 || countitem(674) < 500 || countitem(4047) < 1) { mes "[Quest NPC]"; mes "Not enough coins"; close; } else { mes "[Quest NPC]"; mes "Here you go!"; delitem 7539,300; delitem 674,500; delitem 4047,1; progressbar "FFFFFF",3; getitem 999,1; // Item ID Number close; } M_END: mes "[Quest NPC]"; mes "See you..."; emotion ET_SLEEPY; close; }
    1 point
  4. A simple visual effect. You can edit the effect of this particular skill using an edited .grf for this function. @Functor has this complete function and you can ask to edit some skills with the given visuals.
    1 point
  5. Just use Euphy quest script, and add a chance to fail.
    1 point
  6. You will not get what you are asking for. This is a source configuration change and the configuration there is not DB query to see which item should be consumed or not. Verification is dad by TYPE of consumer ammunition. What you can try to do is something simple like. If the ammo has ID x, y, z ... getitem <x, y, z>, amount used;
    1 point
  7. 1 point
  8. Te recomiendo revisar esto. { bonus bStr,90; bonus bAgi,90; bonus bDex,90; bonus bLuk,50; bonus bMaxHPrate,5; bonus bIntravision; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player,5; },{},{}
    1 point
  9. Fíjate en el nivel, si es 1 o 2 necesitas pegarte a una pared, si es nivel 3 te irá bien.
    1 point
  10. If you update your kRO files you'll get this sprite anyway.. so not sure why you've uploaded it to the forums o.O
    1 point
  11. YES. by doing this. if(BaseClass==Job_Mage||BaseClass==Job_Archer) { bonus bAspdRate,10; or bonus bAspdRate,-10; } else if(BaseClass==Job_Swordsman||BaseClass==Job_Thief) { bonus bAspdRate,10; or bonus bAspdRate,-10; }
    1 point
  12. are you... high ? it's not about the laggy thing, it's about the fact that it's probably not intended that the sword in left/right hand is trigger by the sword in right/left hand, leading to 2x fire bolt lvl 3, then 4 x thunder then 8 x earth
    1 point
  13. instead of getitem <itemID>,<qty>; use rentitem <itemID>,<duration>; note that duration is in seconds
    1 point
×
×
  • Create New...