Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/28/14 in all areas

  1. change to yes 2338,Wedding_Dress,Wedding Dress,4, ....,{},{ setoption option_wedding, 1; },{ setoption option_wedding, 0; } I think this should belongs to database side
    1 point
  2. @Annie: applied your fix in ad13f26. Thanks! Here's an update to my script: [paste=1i3e79nbonx] Replace line 68 with this (since escape characters are still not supported): bonus_script "{ callfunc \"start_autopot\"; }",86400,8,0,SI_INCHEALRATE;
    1 point
  3. thats weird. i tried it earlier and it work. my i ask you what are you using full pre-re or re server setting?
    1 point
  4. OnAgitBreak: if ( strcharinfo(3) != "prtg_cas01" ) query_sql "update guild set woe_points = woe_points +1 where guild_id = "+ getcharid(2);
    1 point
  5. nameless_n,241,62,6 script Valkyrie Helms 404,{ // Variables set @name$,"[Valkyrie Helms]"; //NPC Name // Quest Script mes @name$; mes "Hello, ^5555FF" + strcharinfo(0) + "^000000!..."; mes "Select your quest"; menu "Valkyrie Helm",QUEST1,"Black Valkyrie Helm",QUEST2,"Brown Valkyrie Helm",QUEST3,"White Valkyrie Helm",QUEST4; QUEST1: next; mes "Description:"; mes "1 edit"; mes "20 Black Dyestuff"; mes "100 Dark Crystal Fragment"; mes "100 Cursed Seal"; mes "1 Valkyrie Randgris Card"; next; if(countitem(edit)<1)goto missing; if(countitem(983)<20)goto missing; if(countitem(7315)<100)goto missing; if(countitem(7442)<100)goto missing; if(countitem(4407)<1)goto missing; next; mes "Ok, you have all items take this"; next; delitem edit,1; delitem 983,20; delitem 7315,100; delitem 7442,100; delitem 4407,1; getitem 2357,1; close; npctalk "~ Congratulations ^^ ~"; QUEST2: next; mes "Description:"; mes "1 Valkyrie Helm"; mes "20 Black Dyestuff"; mes "100 Dark Crystal Fragment"; mes "100 Cursed Seal"; mes "1 Valkyrie Randgris Card"; next; if(countitem(2357)<1)goto missing; if(countitem(983)<20)goto missing; if(countitem(7315)<100)goto missing; if(countitem(7442)<100)goto missing; if(countitem(4407)<1)goto missing; next; mes "Ok, you have all items take this"; next; delitem 2357,1; delitem 983,20; delitem 7315,100; delitem 7442,100; delitem 4407,1; getitem edit,1; close; npctalk "~ Congratulations ^^ ~"; QUEST3: next; mes "Description:"; mes "1 Black Valkyrie Helm"; mes "20 Black Dyestuff"; mes "100 Dark Crystal Fragment"; mes "100 Cursed Seal"; mes "1 Valkyrie Randgris Card"; next; if(countitem(edit)<1)goto missing; if(countitem(983)<20)goto missing; if(countitem(7315)<100)goto missing; if(countitem(7442)<100)goto missing; if(countitem(4407)<1)goto missing; next; mes "Ok, you have all items take this"; next; delitem edit,1; delitem 983,20; delitem 7315,100; delitem 7442,100; delitem 4407,1; getitem edit,1; close; npctalk "~ Congratulations ^^ ~"; QUEST4: next; mes "Description:"; mes "1 Brown Valkyrie Helm"; mes "20 Black Dyestuff"; mes "100 Dark Crystal Fragment"; mes "100 Cursed Seal"; mes "2 Valkyrie Randgris Card"; next; if(countitem(edit)<1)goto missing; if(countitem(983)<20)goto missing; if(countitem(7315)<100)goto missing; if(countitem(7442)<100)goto missing; if(countitem(4407)<1)goto missing; next; mes "Ok, you have all items take this"; next; delitem edit,1; delitem 983,20; delitem 7315,100; delitem 7442,100; delitem 4407,1; getitem edit,1; close; npctalk "~ Congratulations ^^ ~"; missing: mes "Still do not have the necessary back when you have.."; close; npctalk "~ Congratulations ^^ ~"; OnInit: delwaitingroom; waitingroom "¡Valkyrie Helms!",0; } something?
    1 point
  6. why dont you add cooldown instead?
    1 point
  7. I've made a couple instances from PM requests, but that was using the old system. Supposedly the new system is easier to use and simplifies alot of things, but I haven't messed with it much, I went as far as to create a map, spawn 1 mob and kill it to get warped out lol xD. Also, 90vs40% I figured 90% of the script was spawning the monsters haha xD
    1 point
  8. - shop O cards -1,4093:1000000, ... .... - shop T cards -1,4395:1000000, ...the npc name "O cards" change into "O Cards"same with T cards its case-sensitive or you can try mine ... no need to update that every time [paste=6z9qpalbmh4x]
    1 point
  9. spoon feed [paste=8fxz3irmld9]
    1 point
  10. Im hoping too. Good luck with it anyway.
    1 point
  11. thanks but i already did and no one is helping. http://rathena.org/board/topic/91815-badly-need-help/#entry241404 Just patiently wait. It wont help you if you bump your own thread with a different topic.
    1 point
  12. Thailand is a very beautiful place. I was just there last November and it pains me to see whats happening right now. I wish to be back there this year and I hope issues will be fixed. The tourism will be seriously affected.
    1 point
  13. This looks pretty bad ass! Cant wait for the update!
    1 point
  14. Ill try it now. Its now working. Thanks Kido. Ill send you a PM!
    1 point
  15. - script AntiWPEandRPE -1,{ OnPCLoginEvent: dispbottom "Do not use WPE/RPE."; end; } Sadly, you can't do it with script.
    1 point
×
×
  • Create New...