Jump to content

blakbord

Members
  • Posts

    108
  • Joined

  • Last visited

Everything posted by blakbord

  1. how can I make this script work? when it reach 100players online it will automatically give an item.. hope that someone can help me? thanks in advance.. mes "Input item ID:"; input .@item; if (getitemname(.@item) == "null") { mes "Invalid ID "+.@item+"."; close; } mes "Input quantity:"; input .@count,0,30000; if (.@count == 0) { mes "Invalid quantity 0."; close; } set .@j, query_sql("SELECT `account_id` FROM `char` WHERE `online` = 1",.@aid); for(set .@i,0; .@i<.@j; set .@i,.@i+1) getitem .@item,.@count,.@aid[.@i]; mes "Gave item "+getitemname(.@item)+" x"+.@count+" to "+.@j+" players."; close;
  2. sorry about that, when I try to compound the card in the shield it's not working.. I mean it's not getting in the shield.. anyone know how to fix my problem? thanks in advance.. bump* I've already tried this https://rathena.org/board/tracker/issue-8374-about-the-card-in-shields and when I checked it, I don't have to edit it because it's already coded in my SVN.. thanks for helping out guys.. I already solved the problem by myself..
  3. when in renewal all items are working just fine, but when I try to switch into pre-renewal I'm having a problem when I try to compound thara frog or alice card on shield.. I try to use SVN 17726 and tried also the latest SVN.. they have the same problem..
  4. the data folder link is broken.. please fix it..
  5. thank you guys for helping me.. that fixed my problem..
  6. how to edit this script? I want the script to start on Friday x2 EXP and DROP rate for the whole day until Sunday.. thanks in advanced.. - script FloatingRates -1,{ OnInit: // original Base/Job Exp and Drop Rates set .bexp_rate, 100; //Put you rate... set .jexp_rate, 100; //put you rate... set .ir_common, 50; set .ir_common_boss, 1; set .ir_heal, 50; set .ir_heal_boss, 1; set .ir_use, 50; set .ir_use_boss, 1; set .ir_eq, 50; set .ir_eq_boss, 1; set .ir_card, 100; set .ir_card_boss, 1; OnHour12: if( !gettime(4) || ( gettime(4) == 6 && gettime(3) >= 12 ) || ( gettime(4) == 1 && gettime(3) < 12 ) ) { announce "Good News we're having x2 Drop Rate today until Sunday!",bc_all,0xFF6060; callsub L_ratio, 2; } else if( gettime(4) == 1 && gettime(3) == 12 ) { announce "x2 Drop Rate is finished!",bc_all,0xFF6060; callsub L_ratio, 1; } else callsub L_ratio, 1; end; L_ratio: setbattleflag "base_exp_rate", .bexp_rate * 100 * getarg( 0 ); setbattleflag "job_exp_rate", .jexp_rate * 100 * getarg( 0 ); setbattleflag "item_rate_common", .ir_common * 100 * getarg( 0 ); setbattleflag "item_rate_common_boss", .ir_common_boss * 100 * getarg( 0 ); setbattleflag "item_rate_heal", .ir_heal * 100 * getarg( 0 ); setbattleflag "item_rate_heal_boss", .ir_heal_boss * 100 * getarg( 0 ); setbattleflag "item_rate_use", .ir_use * 100 * getarg( 0 ); setbattleflag "item_rate_use_boss", .ir_use_boss * 100 * getarg( 0 ); setbattleflag "item_rate_equip", .ir_eq * 100 * getarg( 0 ); setbattleflag "item_rate_equip_boss", .ir_eq_boss * 100 * getarg( 0 ); setbattleflag "item_rate_card", .ir_card * 100 * getarg( 0 ); setbattleflag "item_rate_card_boss", .ir_card_boss * 100 * getarg( 0 ); atcommand "@reloadmobdb"; end; }
  7. how can I fix this error.. I've already googled it and yet I don't find any useful answer.. please help thanks..
  8. try to copy map_conf in your import folder..
  9. one more thing when I run my test server this is the error..
  10. edit your [NoticeBox:Box0] URL='host / your folder to / notice.html' <--- space not included..
  11. I'm having the same error, I didn't change anything in mysql.. I install Wampserver in my PC..
  12. yes it matches all in my MySQL..
  13. try mu to boss.. https://www.microsoft.com/en-us/download/details.aspx?id=48145 wala ako makitang video para jan, basa basa lang din ginawa ko.. alam ko dto sa forum na to meron.. google mu na lang..
  14. anybody here? I really need to know how to fix this.. thanks..
  15. how to fix this? I'm using latest fluxcp, and WAMPSERVER in my PC.. thanks.. bump for this..
  16. read this.. https://rathena.org/wiki/Custom_Items
  17. help me make patcher for my renewal server. https://rathena.org/board/topic/79394-setup-thor-patcher/ got problem, "failed to communicate with the server" here's my config (thor) im using hamachi. [Config:Main] RootURL='http://25.47.194.73:8080/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='data.dat' DefaultGRF='testdata.grf' ClientEXE='TestServerRO (High Rate).exe' ClientParameter='TestServerRO (High Rate).exe /app_run' //When patcher unable to connect webserver, //should the patcher allow player start the game anyways? FinishOnConnectionFailure=false [Config:Window] Style='none' //This allows the player drag the window by background DragHandling=true //Background can be either jpg or bmp, in later case //the top-left pixel is chosen as transparent color. Background='images/bg.bmp' FadeOnDrag=true [Config:BGM] File='' Loop=true Volume=5 Directory= [Config:Misc] Title='Thor Patcher' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height= Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://25.47.194.73/opatch/notice.html' [Button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 //Hook is used for default buttons, //do not use this on custom buttons! Hook='Start' [Button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [Button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' //[Button:Extra] // // // // Mode - mode for button // 1 = open URL // 2 = Launch file/program // 3 = Message box //Mode= // Action - depend on what you set in the Mod, this may vary // ex. Mode = 1 , Action='http://google.com' //Action= i cant see my .dat file on my client please help. i have teamviewer. remove the :8080 i will try, can u help me? via teamviewer? update -- not working, i already removed :8080 at the config. RootURL='http:// your webhost / patch folder'
  18. i don't remember where, I just googled them..
  19. hi guys I would like to share my own designed patcher kindly rate it and I will share this for free thanks..
  20. I was wondering how can I use this MODE=3? how can it show a message box in the patcher itself? i tried to use this but it only follows the link and open into a brower.. anyone can help? thanks in advance.. CUSTOM BUTTON [Button:Name] Default='images/button1.png' OnHover='images/button2.png' OnDown='images/button3.png' Left=80 Top=406 Mode=1 Action='http://example.com' Declares a new button [Button:Name] Name or ID, must be unique for each and every button Default='images/button1.png' image of the button on normal state OnHover='images/button2.png' image of the button when mouse hovers it OnDown='images/button3.png' image of the button when the user click on it Left=80 X coordinate of the button (in pixels) Counted from the left of the background image. Top=406 Y coordinate of the button (in pixels) Counted from the left of the background image. Mode=1 Functions of the button Possible Mode values: 1 : Open URL 2 : Open File/Program (remove the file extension or it won't work) 3 : Displays a Message Box 4 : Minimize window 5 : Close Patcher 6 : Makes this button as clone start button behavior Action='http://example.com' Applies on modes 1-3 bump for this..
  21. Functions of the button Possible Mode values: 1 : Open URL 2 : Open File/Program (remove the file extension or it won't work) 3 : Displays a Message Box 4 : Minimize window 5 : Close Patcher 6 : Makes this button as clone start button behavior Action='http://example.com' Applies on modes 1-3 how to use this mode = 3? any idea anyone?
×
×
  • Create New...