Jump to content

Chasewalk

Members
  • Posts

    94
  • Joined

  • Last visited

Recent Profile Visitors

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

Chasewalk's Achievements

Poring

Poring (1/15)

0

Reputation

  1. thanks but I want to happen show the 300 minutes to be used inside the gold room
  2. thanks sorry late reply for the last time it its ok can u change second into minutes and can u put 300 minutes to display message in script something like this picture thank you for the help received_880042516163480.webp received_2688910668028186.webp
  3. Hi thanks bro but got error [Error]: Loading NPC file: npc/custom/goldroom.txt script error on npc/custom/goldroom.txt line 93 parse_line: expect command, missing function name or calling undeclared function 88 : close2; 89 : cutin "",255; 90 : end; 91 : } 92 : else { * 93 : '#'GOLDROOM_CD,( .@time + ( 3600 * 12 ) ); // 12 hours cooldown. 94 : deltimer strnpcinfo(3)+"::OnKick"; 95 : addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; 96 : } 97 : Zeny -= .zeny; 98 : warp "ordeal_1-2",151,154;
  4. Hi there i'm using offline server but how to fix gold room with timer, 12 hours cool down is 43200 seconds but appears in ingame is 2681696506 seconds then I waited for 12 hours, when I logged in the game I could not enter the gold room because I had to wait after the time. sorry for my bad english, if (gettimetick(0) < #GOLDROOM_CD) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after ^FF0000"+(#GOLDROOM_CD - gettimetick(0))+"^000000 seconds."; close2; cutin "",255; end; } else if (Zeny < .zeny) { 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. deltimer strnpcinfo(3)+"::OnKick"; addtimer (300 * 60 * 1000), strnpcinfo(3)+"::OnKick"; } Zeny -= .zeny; warp "ordeal_1-2",151,154; end;
  5. i have script of item disable on map it's that correct? ....{ if (compare(strcharinfo(3), "pvproom") || compare(strcharinfo(3), "new_1-1")) { delitem 610,1; ....{ itemskill "ALL_RESURRECTION",1;""; } else { dispbottom "This item cannot be used within this area.
  6. thanks Poring King but I like the ones they can't even use yggdrasil leaf on the map without kicking or teleport on map
  7. sorry late respawn does not work, I should only ban yggdrasil leaf on two maps training ground and pvprooms, almost all maps i can't resurrection
  8. I have two open maps with pvp on training ground and pvproom maps. when i put 1 - restricted in normal maps unaffected pvproom map?
  9. thanks it's that the only map in training ground to disable yggdrasil leaf?
  10. Hi, how to disabled yggdrasil leaf in @go 15 it only on a certain map traing ground thanks
  11. Find : clif_displaymessage(fd, atcmd_output); change to clif_messagecolor(&sd->bl, color_table[COLOR_LIGHT_GREEN], atcmd_output, false, SELF);
×
×
  • Create New...