Jump to content

Scotch

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Scotch

  1. sir how to add a message that you already receive your freebies box? that you cannot get another freebies from the npc bcoz u have already get one?
  2. sir i have errors.. script error on npc/custom/freebies.txt line 6 parse_line: expect command, missing function name or calling undeclared func tion 1 : { 2 : 3 : if(#Freebie) end; 4 : mes "Here's your freebies"; 5 : getitem 1234,1; * 6 : '#'Freebie = 1; 7 : close; 8 : 9 : 10 : }
  3. ok sir thanks...i try it later
  4. Can anyone have a script for Freebies NPC? it will give freebies box to a player... 1 Freebies Box per Account only
  5. ohhh i see...ok thanks BTW...i try it later
  6. ok sir thnks i will try this one...i forgot something, do you still need poison bottle to cast that skill?
  7. Scotch

    Bug Item

    i think his prob was item view...check data folder/texture/item and data folder/texture/custom
  8. Can anyone help me with this card effect? Effect: 1. This card will put it in weapon. 2. This card effect was Enchant Deadly Poison. 3. Card Effect by chance only it will auto-skill. 4. Skill level 1 only. Questions: 1. EDP+Asura will effect? if yes is their a way to anti it? 2. Is their a card will Drain 10% of SP when you attack a Demi-Human Monster melee or range attacks? 3. EDP+Sacri some say it is imbalance, is their a way also to fix it? 4. If their other skill imbalance when they have this card can you have any idea to balance it in-game? I hope can anyone help me with this topic...Thanks in advance
  9. oh and I forgot do you have also job master.txt with 3rd job?
  10. Can anyone have a script of auto job changer w/ 3rd job classes?
  11. Can anyone have a script of Monster Raid? Example: Monster Raid Monster: Valkyrie Randgris Monster Qty: 1 Mvp per raid Location: Random Map or One specific Map Time: Every 2 or 3 hrs Hope anyone have script like this...thnks
  12. Who have the sprite of Arch Angel Wing[1] and Fallen Angel Wing[1] its a garment type
  13. Scotch

    Add Skill

    Where can I find the file on how to add skill on a certain character like Dangerous Explosion for Sura job
  14. thnks sir ...but why i can't put cards already wen i produce Lord Kaho Horn?
  15. can anyone teach me how to put names in items like my char name in game?
  16. Scotch

    Tbox summon

    ok sir i will try this sir it will triple the tcg again bump
  17. Scotch

    Tbox summon

    sir how about this bug if someone kill the tbox 2 tcg will get 1 will drop and 1 will go to inventory?
  18. Can anyone teach me how to edit this is script? i want it run every 3hrs...because this runs every hour and why 2tcg will i get? 1 is drop in the ground and 1 for auto in my inventory..how to fix this bug? it duplicates the tcg // --- Exteria Ragnarok Online [ExRO] 's Property --- // --- Please visit http://www.exteriaro.com --- // --- Scripted By: ARTHistic --- // --- Do Not Revomed the Credits --- prontera,122,192,4 script Treasure Box Summoner 856,{ mes "[ Treasure Hunt Event ]"; mes "Hello, I'm a new mage here in Midgard. Every hour, I tried to cast my summoning spells and there a chance that i can summon a Treasure Box that will give you items once you destroy it. I only cast my spell on main city and I immediately announce to everyone once I perfectly cast my spells. Anyways, I will give you a little hint..."; if( $@tboxevent == 0 ){ mes "I ^ff0000failed^000000 to summoned the Treasure Box last time.^000000"; }else { mes "^I successfully summoned the Treasure Box last time."; } mes " "; mes "Scripted by: ^777777ARTHistic^000000"; close; OnMinute00: set $@tboxevent, rand(4); if ( $@tboxevent != 0 ){ announce "Treasure Chest Event Manager: I perfectly cast my summoning skills.",0; sleep2 5000; announce "A rare Treasure Box will be spawned in 30 seconds at Prontera.",0; sleep2 30000; monster "prontera.gat",0,0,"Treasure Box",1845,1,"Treasure Box Summoner::OnTBoxKilled"; end; }else { announce "Treasure Chest Event Manager: I cast my summoning skills.",0; end; } end; OnTBoxKilled: announce "The rare Treasure Box has been founded and destroyed by "+strcharinfo(0)+"!", bc_all; getitem 7227, 1; end; }
  19. Can anyone help? I want that some of our items cannot drop but you can trade them and storage them. Items: Sleipnir Aesprika Lord Kaho Horn Brisingamen Mjolnir Brynhild TCG Card
  20. Scotch

    GTB Effect

    Can anyone post the script of gtb here. i want to change this: { bonus bNoMagicDamage,100; bonus bUseSPrate,100; },{},{} i want it like this. Nullify positive and negative magic spells, including supportive skills, that target the owner at the cost of doubling SP Consumption cost when using skills. can anyone post the script here?
  21. is this applicable on latest revision?? is this applicable on latest revision?
  22. Scotch

    NPC

    ok sir im gonna try it now thank you sir big help to me
  23. Scotch

    NPC

    can anyone teach me how to put a caption in a npc like bulletin boards? example: Bulletin board - i want to put RFYL Event as a caption
×
×
  • Create New...