Sergardo Posted October 26, 2022 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Share Posted October 26, 2022 script/goldroom.txt at master · deadlybrothers/script · GitHub hi i use this script how to remove that You got nothing or make sure drop of points at gold room Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted October 26, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted October 26, 2022 https://rathena.org/board/topic/71961-gold-room-request/ Quote Link to comment Share on other sites More sharing options...
0 Sergardo Posted October 27, 2022 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Author Share Posted October 27, 2022 On 10/26/2022 at 2:24 PM, kalabasa said: https://rathena.org/board/topic/71961-gold-room-request/ if remove this like emistry comment if (.@penalty1 != 0){ set @deduction,rand(.@maxpenalty1); if(@deduction == 0) set @deduction,1; } set @gain, @gain + @bonus - @deduction; only for deduction you still got the " You got nothing" On 10/6/2012 at 12:19 AM, Emistry said: remove these.. master emistry how about remove the you got nothing imean sure 100% you got the gold points On 10/27/2022 at 11:16 AM, Bringer said: try this only will not show the you got nothing how about the sure 100% got gold points Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted October 27, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2368 Joined: 10/28/11 Last Seen: Tuesday at 02:49 PM Share Posted October 27, 2022 how about start with reading the config inside the script? dont turn on the penalty if you dont want it to penalize the players https://github.com/deadlybrothers/script/blob/master/goldroom.txt#L56-L57 Quote Link to comment Share on other sites More sharing options...
0 Sergardo Posted October 27, 2022 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Author Share Posted October 27, 2022 (edited) 2 hours ago, Emistry said: how about start with reading the config inside the script? dont turn on the penalty if you dont want it to penalize the players https://github.com/deadlybrothers/script/blob/master/goldroom.txt#L56-L57 its already 0 the penalty the problem is not 100% you will got points still have chance you got nothing //Apply gold penalty. 0 = no 1 = yes set .@penalty1,0; Edited October 27, 2022 by Sergardo Quote Link to comment Share on other sites More sharing options...
0 RagEmp Posted October 27, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 10 Reputation: 3 Joined: 10/21/22 Last Seen: January 21, 2023 Share Posted October 27, 2022 Find this: set @gain,rand (.@maxgaingold); change to this: set @gain,rand (1,.@maxgaingold); This is to avoid getting 0 when rand is being triggered. Quote Link to comment Share on other sites More sharing options...
-1 Bringer Posted October 27, 2022 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: March 18 Share Posted October 27, 2022 if(@gain){ dispbottom "-|You got: " +@gain+ " gold| - |Total: " +gold+ " gold|- "; }else{ //dispbottom "-|You got: NOTHING! |- "; } try this Quote Link to comment Share on other sites More sharing options...
Question
Sergardo
script/goldroom.txt at master · deadlybrothers/script · GitHub
hi i use this script how to remove that You got nothing or make sure drop of points at gold room
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.