Jump to content

noobsai

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by noobsai

  1. fixed it thanks for the help hysoka44 also sir emistry
  2. trying this sir emistry I got this error sir Emistry this is the edited code Flaris,127,110,5 script God's Realm 757,{ mes "Do you want to take Gods Items?"; if( select("Warp:Cancel") == 1 ){ if( countitem(20206) ){ warp "poring_w02",100,194; end; } }else{ mes "Do you want to quest for the Item ?"; if( select("Okay:Cancel") == 1 ){ mes "You need those items"; for( set .@i,0; .@i < getarraysize( .Items ); set .@i,.@i + 1 ){ mes .Items[ .@i + 1 ]+" x "+getitemname( .Items[.@i] ); if( countitem( .Items[.@i] ) < .Items[ .@i + 1 ] ) set .@close,1; } if( !.@close ){ for( set .@i,0; .@i < getarraysize( .Items ); set .@i,.@i + 1 ) delitem .Items[.@i],.Items[.@i + 1]; getitem 20206; mes "You have made 1 "+getitemname( 20206 )+" ."; } } } close; OnInit: setarray .Items[0], 7442,200, 1009,200, 1059,200, 7035,20, 968,20, 7020,20; 7018,20; 7297,20; 7289,20; 7295,20; 7048,20; 7513,10; 7450,10; 7562,10; 670,10; end; }
  3. anybody can make me a script like this? this how it runs click the npc.. the npc ask the player to get warped 2 options will pop(ok and cancel) but before warping the npc will check the player if he has this item in his inventory ex. itemID (20207) if yes the player will get teleported but the item will not be deleted. if NO the npc will ask to quest or not same options will pop again if yes the npc will require like 10 items with different amount then ask if he got all the items if yes the player will be given the itemID (20207) if not the npc will say you didnt have all the requirement... then closes. thanks in advance:) bump still need it T_T
  4. anybody can teach me on how to add a Vote for points in my ceres cp?
  5. yey thanks ngek202, where to edit if the party is already done they need to wait for 30mins to take the event again
  6. when i killed atroce the treasure chest didnt spawn xD
  7. can anyone share me a Warper NPC just like BreakTheSeal but he will just warp the player to the other map. the warper npc will ask 17 items with different amount if something is lacking he will get refused. thanks
  8. hi I've been using the Endless Tower included in my SVN how can i change the cooldown to take the quest again.. I want to make it 24hours CD instead of 1week
  9. anyone can recommend me a free webhost that can host patches??
  10. anybody share me their data folder compatible with 20100730?
  11. i don't know if it will be the solution but i will try this... thank you for you guide.. any other solutions maybe?
  12. my SVN is eaTrunk r14505 using client date 2010-07-21 i also tried using 2010-07-30 but it's still the same (
  13. still the same .. but the error was gone.. only still the client freezes and crash
  14. Need help about this.. my Ragnarok server is already hosted via VPS but when i restart my server this what happened cannot find booking1 up to 3.bmp so i searched in google and downloaded those 3 but its still the same.. the client freezes and error ( any solution?
  15. how can i remove some mvp in that script?? example Lord knight i dont want him to be summoned
×
×
  • Create New...