Jump to content

Get Backers

Members
  • Posts

    70
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Get Backers's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hello, who knows how to fix it. I trying to @summon phreeoni in prontera, the boss showing percent of full life. after I go to the mvp room the boss doesn't show the hp thanks everyone!! PS: First picture is @monster phreeoni show HP Second Picture i go to the mvp room but the hp not showing This is conf/monster.conf // Display some mob info next to their name? (add as needed) // (does not works on guardian or Emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info: 2
  2. i forgot to edit /conf/script_athena.conf input_max_value: 2000000000 solved~
  3. i am using this bank script npc https://github.com/rathena/rathena/blob/master/npc/custom/etc/bank.txt and why only max 10m can deposit instead 2B max thanks
  4. Hello guys i have question anyone knows how to do this, I want to put in the daily quest of the view id but I do not know what script,
  5. Hello, there when I enter the gold room my zeny will not reduce and even without my zeny I can get inside the gold room thanks if (.@txt$ != .@str$) { mes "[ ^C6A518Bot Checker^000000 ]"; mes "You have not inputted Correct."; mes "Captcha"; next; atcommand "@kick "+ strcharinfo(0); close2; cutin "",255; end; } if (gettimetick(0) < #GOLDROOM_CD) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after "+(#GOLDROOM_CD - gettimetick(0))+" seconds."; close2; cutin "",255; end; } else if ( Zeny < .zeny_cost ) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "Sorry, but you can't enter the room."; close2; cutin "",255; end; } else { #GOLDROOM_CD = gettimetick(0) + (12 * 60 * 60); // 12 hours cooldown. Zeny -= .zeny_cost; deltimer strnpcinfo(3)+"::OnKick"; addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; warp "ordeal_1-2",151,154; } close;
  6. Sorry late reply Thank you so much Poring King and Cookie-rae Solved~
  7. Hi Cookie-rae nothing changed. still not removed close on message callshop "EmpBreakerShop", 4; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Every and of the month the shop"; mes "Will have a new headgears manually"; mes "picked by the Players!"; mes " "; mes "^FF0000NOTE^000000: Please choose wisely"; break; case 2: mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Thats good to hear!"; close2; cutin "",255; end; } close;
  8. Hello, thanks to those who replied but I mean like this please look at the difference of two npc video and even open shop can walk player this a script sorry for my bad english thank you guys!! guildhall,95,72,3 script Breaker Points Shop 512,{ query_sql("SELECT `count` FROM `breaker_ladder` WHERE `char_id` = "+ getcharid(0), .@count); cutin "woe_2020",2; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Hey sir!"; mes " "; mes "Breaker Points: ^1DCE63 "+#EMPBREAKERPTS+" Points^000000 "; mes "Did you enjoy the WoE today?, Hows your day?"; next; switch(select("I want to check shop","I'm good thank you..")) { case 1: callshop "EmpBreakerShop", 4; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Every and of the month the shop"; mes "Will have a new headgears manually"; mes "picked by the Players!"; mes " "; mes "^FF0000NOTE^000000: Please choose wisely"; end; case 2: mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Thats good to hear!"; close2; cutin "",255; end; } close; OnInit: // how much points gained per emp break? $@empbreakpoints = 1; query_sql("CREATE TABLE IF NOT EXISTS `breaker_ladder` (`char_id` int(11) unsigned NOT NULL, `count` int(11) NOT NULL DEFAULT '0', PRIMARY KEY ( `char_id` )) ENGINE=InnoDB"); } - pointshop EmpBreakerShop -1,#EMPBREAKERPTS,12202:1,12203:1,12207:1,12206:1,12205:1,12204:1,13517:1,14004:2 guildhall mapflag loadevent bandicam 2021-01-14 10-08-21-358.mp4
  9. Hello there, any idea how to remove ---> close; thanks you for the help! ps: see the picture prontera,95,72,3 script Breaker Points Shop 512,{ query_sql("SELECT `count` FROM `breaker_ladder` WHERE `char_id` = "+ getcharid(0), .@count); cutin "woe_2020",2; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Hey sir!"; mes " "; mes "WoE Points: ^1DCE63 "+#EMPBREAKERPTS+" Points^000000 "; mes "Did you enjoy the WoE today?, Hows your day?"; next; switch(select("I want to check shop","I'm good thank you..",(getgmlevel()> 60) ? "~ [GM MENU] Reset data":"")) { case 1: callshop "EmpBreakerShop",4; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Every and of the month the shop"; mes "Will have a new headgears manually"; mes "picked by the Players!"; mes " "; mes "^FF0000NOTE^000000: Please choose wisely"; break;
  10. Sorry for the late reply Haruka Mayumi it's that correct?
  11. anyone how to change rgb color? ty
  12. Hi, anyone can help me, this source is color of yellow but i want to change color into RGB Thanks!! PS: i want to change this color ^C6A518 but i dont know where can put clif_messagecolor(&sd->bl, color_table[COLOR_YELLOW], atcmd_output, false, SELF);
  13. Sorry Haruka Mayumi EHEHE! by the way thank you so much problem solved dead branch and bloody branch! 604,Branch_Of_Dead_Tree,Dead Branch,2,50,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ if( compare(strcharinfo(3),"dbroom") || compare(strcharinfo(3),"06guild_")) { delitem 604,1; monster "this",-1,-1,"--ja--",-1,1,""; } else dispbottom "This item cannot be used within this are. please use the db room!"; },{},{} 12103,Bloody_Dead_Branch,Bloody Branch,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ if( compare(strcharinfo(3),"dbroom") || compare(strcharinfo(3),"06guild_")) { delitem 12103,1; monster "this",-1,-1,"--ja--",-3,1,""; } else dispbottom "This item cannot be used within this are. please use the db room!"; },{},{}
  14. not solved sorry ahaha! i can't use bloody branch on map 06_guild01 to 06_guild08
×
×
  • Create New...