Jump to content

n0stalgia

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by n0stalgia

  1. is there any guide or basic turtorial on how to start this kind of patcher with animation??.. i'd like to try this one ?
  2. up to this.. i have encounter the same issue before..
  3. { Id: 99999 AegisName: "Random_Potion_Box" Name: "Random Potion Box" Type: "IT_USABLE" Buy: 10000 Weight: 200 BuyingStore: true Trade: { noselltonpc: true } Script: <" getrandgroupitem 99999,1; "> }, add this to your "item_group.conf" Random_Potion_Box: ( ("Red_Potion",3), ("Yellow_Potion",3), ("Orange_Potion",3),", )
  4. when are you going to release this amazing mount?..
  5. wow this patcher is awesome!!!!! very cool indeed even though there's no Link for download its still AMAZING
  6. i miss this topic sorry for no response. too busy on my business .. i'll give a try on that In Game board now. .. thanks for the update chris
  7. pease fix the DL link of Slots.rar. we can't access the link .. TIA
  8. having problem with the In game board NPC ... when I'm trying to create a comment nothing will happen here's my screen shot..
  9. what is the size of the map?.. I need the map.bmp of that map please share
  10. i modify the script ... when i get home i'll post my script EDIT: I can't find my script
  11. why player died when trying to use Safe Limit when at +5 the npc will nuke the player and says "you changed your equipment! you filthy scum!!!" that's the npc says.. /oops /oops /oops EDIT: Problem Solved
  12. its working, but its a continues fishing how to make it player will choose if its auto fishing or not. and when they choose auto fishing they manually stop
  13. sir.. where's that code can be found?.. server side or client side? .. what is the name of that file?..
  14. is this the client that set to "READ DATA FOLDER FIRST"????
  15. its still goes on the 1st slot where card item goes...
  16. where can i find that source sir?.. i'll try it to edit...
  17. im using that script on my new server and its working properly.. here's another one.. i didnt edit anything here.. Download link from my mediafire : http://www.mediafire.com/download/8kalkdz5d23gs11/freebies.txt //http://roscripts.go-forum.net///An open site where you can share and download some helpful RO Scripts. //=================================================================== prontera,157,197,5 script Freebies 811,{ if(#freebie_quest == 0){ mes "[Admin Zratinel]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel"; mes "Welcome to ^E066FFRegime Ragnarok Online!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Paulinds]"; mes "Have fun!"; getitem2 2394,1,1,0,0,0,0,0,0; getitem2 2444,1,1,0,0,0,0,0,0; getitem2 2549,1,1,0,0,0,0,0,0; getitem2 2772,1,1,0,0,0,0,0,0; getitem2 5377,1,1,0,0,0,0,0,0; getitem2 5518,1,1,0,0,0,0,0,0; getitem2 2202,1,1,0,0,0,0,0,0; getitem2 2763,1,1,0,0,0,0,0,0; getitem2 2548,1,1,0,0,0,0,0,0; getitem2 2137,1,1,0,0,0,0,0,0; getitem2 4493,1,1,0,0,0,0,0,0; getitem2 4494,1,1,0,0,0,0,0,0; getitem2 4480,1,1,0,0,0,0,0,0; getitem2 4058,1,1,0,0,0,0,0,0; getitem2 4133,1,1,0,0,0,0,0,0; set Zeny,Zeny+5000000; set #freebie_quest,1; savepoint "prontera",155,181; next; announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0; warp "prontera",155,181; close; } if(#freebie_quest == 1) { mes "[Zratinel]"; mes "Have fun in ^E066FFRegime RO!^000000"; next; warp "prontera",155,181; close; } }
  18. sir can you share it ??.. im interested
  19. here's one as you requested //Freebies NPC //=================================================================== prontera,157,197,5 script Freebies 811,{ if(#freebie_quest == 0){ mes "[Admin Zratinel]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel"; mes "Welcome to ^E066FFRagnarok Online!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Paulinds]"; mes "Have fun!"; getitem2 12902,1,1,0,0,0,0,0,0; getitem2 13599,1,1,0,0,0,0,0,0; getitem2 2357,1,1,0,0,0,0,0,0; getitem2 2524,1,1,0,0,0,0,0,0; getitem2 2421,1,1,0,0,0,0,0,0; getitem2 2115,1,1,0,0,0,0,0,0; set Zeny,Zeny+5000000; set #freebie_quest,1; savepoint "prontera",155,181; next; announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0; warp "prontera",155,181; close; } if(#freebie_quest == 1) { mes "[Zratinel]"; mes "Have fun in ^E066FFRagnarok!^000000"; next; warp "prontera",155,181; close; } }
  20. here's mine ready to use.. ) //http://roscripts.go-forum.net/ //An open site where you can share and download some helpful RO Scripts. //=================================================================== prontera,157,197,5 script Freebies 811,{ if(#freebie_quest == 0){ mes "[Admin Zratinel]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel"; mes "Welcome to ^E066FFRegime Ragnarok Online!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; mes "[Paulinds]"; mes "Have fun!"; getitem2 2394,1,1,0,0,0,0,0,0; getitem2 2444,1,1,0,0,0,0,0,0; getitem2 2549,1,1,0,0,0,0,0,0; getitem2 2772,1,1,0,0,0,0,0,0; getitem2 5377,1,1,0,0,0,0,0,0; getitem2 5518,1,1,0,0,0,0,0,0; getitem2 2202,1,1,0,0,0,0,0,0; getitem2 2763,1,1,0,0,0,0,0,0; getitem2 2548,1,1,0,0,0,0,0,0; getitem2 2137,1,1,0,0,0,0,0,0; getitem2 4493,1,1,0,0,0,0,0,0; getitem2 4494,1,1,0,0,0,0,0,0; getitem2 4480,1,1,0,0,0,0,0,0; getitem2 4058,1,1,0,0,0,0,0,0; getitem2 4133,1,1,0,0,0,0,0,0; set Zeny,Zeny+5000000; set #freebie_quest,1; savepoint "prontera",155,181; next; announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0; warp "prontera",155,181; close; } if(#freebie_quest == 1) { mes "[Zratinel]"; mes "Have fun in ^E066FFRegime RO!^000000"; next; warp "prontera",155,181; close; } }
  21. how to make this enchant into a clickable item and enchant accessory card4 card3 card2 here's what i want to make into clickable..
×
×
  • Create New...