Time and Day added to Game :DDDDDD

Mu online season 21 - grand opening

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
Is this a competition? I'm merely saying that getting the time to show in an npc with hexing is stupid when theres npc commands designed for it.

I've told you how to do it, i'm not going to waste 20 minutes writing a long winded script that i think is pointless any way.

And for the record, my posts actually tell people how its done, yours just brag.
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
494
35
55
Hull-England
this one is show off yes, but nearly all my others are helping people how to do stuff, and your the one making it a competition, your saying you can do it but still you havent shown me a full script that you have done it?
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
Ive showed you exactly how to do it. If you'r too lazy to continue it thats not my problem.
 

dagras

LOMCN Veteran
Veteran
Feb 6, 2011
282
3
44
so anyone want to post the script lol, with day hour and minute XD
 

Yolom

LOMCN Veteran
Veteran
Aug 7, 2010
325
21
45
Spain
Sigh, so every dumb guy can open a server just to leech money and give their friends items...

You mean the novelty of setting the time on the server, will win many players?
Remember, that Mirthology server are using a GameInter without even grateful and put me in the credits as we agreed. I can say the same, any guy can open a server with a new GameInter, predesigned by someone else and take all the credit. And what about the Kaori and other veterans who have developed the files?
They have created this community to development of this game, you've learned from this community and give to understand that you do not want to teach or share your knowledge with the rest of "newbies"


PS: I do not care at all put time and day on the server. I just wanted to demonstrate that you already done with hex editor, not scripted.
 
Last edited:

Potnoodle

LOMCN Veteran
Veteran
Jul 11, 2010
269
20
45
in all fairness farphit you have shown people how "NOT" to do it coz yours didnt work rofl n1 Relentless on doing it tho does help with boss respawn times etc not having to waste time alt tabbing to see time etc just press D as running along to boss :)
 

Hazuki

VIP
VIP
Apr 14, 2004
3,459
38
265
United Kingdom
Can't test for mir3 as dont have one setup but this should work. (Using ferrits idea.)

Code:
[@main]
#IF
DAYOFWEEK sun
#ACT
mov A1 Sunday
goto @hour
#IF
DAYOFWEEK mon
#ACT
mov A1 Monday
goto @hour
#IF
DAYOFWEEK tue
#ACT
mov A1 Tuesday
goto @hour
#IF
DAYOFWEEK wed
#ACT
mov A1 Wednesday
goto @hour
#IF
DAYOFWEEK thu
#ACT
mov A1 Thursday
goto @hour
#IF
DAYOFWEEK fri
#ACT
mov A1 Friday
goto @hour
#IF
DAYOFWEEK sat
#ACT
mov A1 Saturday
goto @hour

[@hour]
#IF
HOUR 0
#ACT
mov A2 00
goto @min
#IF
HOUR 1
#ACT
mov A2 01
goto @min
#IF
HOUR 2
#ACT
mov A2 02
goto @min
#IF
HOUR 3
#ACT
mov A2 03
goto @min
#IF
HOUR 4
#ACT
mov A2 04
goto @min
#IF
HOUR 5
#ACT
mov A2 05
goto @min
#IF
HOUR 6
#ACT
mov A2 06
goto @min
#IF
HOUR 7
#ACT
mov A2 07
goto @min
#IF
HOUR 8
#ACT
mov A2 08
goto @min
#IF
HOUR 9
#ACT
mov A2 09
goto @min
#IF
HOUR 10
#ACT
mov A2 10
goto @min
#IF
HOUR 11
#ACT
mov A2 11
goto @min
#IF
HOUR 12
#ACT
mov A2 12
goto @min
#IF
HOUR 13
#ACT
mov A2 13
goto @min
#IF
HOUR 14
#ACT
mov A2 14
goto @min
#IF
HOUR 15
#ACT
mov A2 15
goto @min
#IF
HOUR 16
#ACT
mov A2 16
goto @min
#IF
HOUR 17
#ACT
mov A2 17
goto @min
#IF
HOUR 18
#ACT
mov A2 18
goto @min
#IF
HOUR 19
#ACT
mov A2 19
goto @min
#IF
HOUR 20
#ACT
mov A2 20
goto @min
#IF
HOUR 21
#ACT
mov A2 21
goto @min
#IF
HOUR 22
#ACT
mov A2 22
goto @min
#IF
HOUR 23
#ACT
mov A2 23
goto @min

[@min]
#IF
MIN 1
#ACT
mov A3 1
goto @time
#IF
MIN 2
#ACT
mov A3 2
goto @time
#IF
MIN 3
#ACT
mov A3 3
goto @time
#IF
MIN 4
#ACT
mov A3 4
goto @time
#IF
MIN 5
#ACT
mov A3 5
goto @time
#IF
MIN 6
#ACT
mov A3 6
goto @time
#IF
MIN 7
#ACT
mov A3 7
goto @time
#IF
MIN 8
#ACT
mov A3 8
goto @time
#IF
MIN 9
#ACT
mov A3 9
goto @time
#IF
MIN 10
#ACT
mov A3 10
goto @time
#IF
MIN 11
#ACT
mov A3 11
goto @time
#IF
MIN 12
#ACT
mov A3 12
goto @time
#IF
MIN 13
#ACT
mov A3 13
goto @time
#IF
MIN 14
#ACT
mov A3 14
goto @time
#IF
MIN 15
#ACT
mov A3 15
goto @time
#IF
MIN 16
#ACT
mov A3 16
goto @time
#IF
MIN 17
#ACT
mov A3 17
goto @time
#IF
MIN 18
#ACT
mov A3 18
goto @time
#IF
MIN 19
#ACT
mov A3 19
goto @time
#IF
MIN 20
#ACT
mov A3 20
goto @time
#IF
MIN 21
#ACT
mov A3 21
goto @time
#IF
MIN 22
#ACT
mov A3 22
goto @time
#IF
MIN 23
#ACT
mov A3 23
goto @time
#IF
MIN 24
#ACT
mov A3 24
goto @time
#IF
MIN 25
#ACT
mov A3 25
goto @time
#IF
MIN 26
#ACT
mov A3 26
goto @time
#IF
MIN 27
#ACT
mov A3 27
goto @time
#IF
MIN 28
#ACT
mov A3 28
goto @time
#IF
MIN 29
#ACT
mov A3 29
goto @time
#IF
MIN 30
#ACT
mov A3 30
goto @time
#IF
MIN 31
#ACT
mov A3 31
goto @time
#IF
MIN 32
#ACT
mov A3 32
goto @time
#IF
MIN 33
#ACT
mov A3 33
goto @time
#IF
MIN 34
#ACT
mov A3 34
goto @time
#IF
MIN 35
#ACT
mov A3 35
goto @time
#IF
MIN 36
#ACT
mov A3 36
goto @time
#IF
MIN 37
#ACT
mov A3 37
goto @time
#IF
MIN 38
#ACT
mov A3 38
goto @time
#IF
MIN 39
#ACT
mov A3 39
goto @time
#IF
MIN 40
#ACT
mov A3 40
goto @time
#IF
MIN 41
#ACT
mov A3 41
goto @time
#IF
MIN 42
#ACT
mov A3 42
goto @time
#IF
MIN 43
#ACT
mov A3 43
goto @time
#IF
MIN 44
#ACT
mov A3 44
goto @time
#IF
MIN 45
#ACT
mov A3 45
goto @time
#IF
MIN 46
#ACT
mov A3 46
goto @time
#IF
MIN 47
#ACT
mov A3 47
goto @time
#IF
MIN 48
#ACT
mov A3 48
goto @time
#IF
MIN 49
#ACT
mov A3 49
goto @time
#IF
MIN 50
#ACT
mov A3 50
goto @time
#IF
MIN 51
#ACT
mov A3 51
goto @time
#IF
MIN 52
#ACT
mov A3 52
goto @time
#IF
MIN 53
#ACT
mov A3 53
goto @time
#IF
MIN 54
#ACT
mov A3 54
goto @time
#IF
MIN 55
#ACT
mov A3 55
goto @time
#IF
MIN 56
#ACT
mov A3 56
goto @time
#IF
MIN 57
#ACT
mov A3 57
goto @time
#IF
MIN 58
#ACT
mov A3 58
goto @time
#IF
MIN 59
#ACT
mov A3 59
goto @time

[@time]
Day: <$OUTPUT(A1)>
Time: <$OUTPUT(A2)>:<$OUTPUT(A3)>
 
  • Like
Reactions: dagras

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
in all fairness farphit you have shown people how "NOT" to do it coz yours didnt work rofl n1 Relentless on doing it tho does help with boss respawn times etc not having to waste time alt tabbing to see time etc just press D as running along to boss :)

I suggested a fix which should have worked. Hexing is definitely "NOT" the way to do it.

Thanks Hazuki, you have more patience than i do lol. Just tested it and works great.
 
Last edited:

Celsius

Golden Oldie
Golden Oldie
Dec 31, 2008
1,180
64
134
I suggested a fix which should have worked. Hexing is definitely "NOT" the way to do it.

Thanks Hazuki, you have more patience than i do lol. Just tested it and works great.

PHP + Excel = 2mins work :P

Why did you make it simple for them, they clearly want a big long winded script to make them seem cool!
 

Potnoodle

LOMCN Veteran
Veteran
Jul 11, 2010
269
20
45
well old saying goes if it aint broke dont fix it relentless done it and it works perfectly too and the fact his is as you say a long winded script just shows he can figure out more complex things and still get them to work because altho you had a slight idea how he could have done it your so called fix didnt work and in my view if something dont work its broken rofl
 

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
the first script farphit posted doesnt work, but the Relentless script works perfect, show the time,day's perfectly.
 

Potnoodle

LOMCN Veteran
Veteran
Jul 11, 2010
269
20
45
the fact you redone it and it worked is more likely his script was bad and not serane adding it into the server wrong
 

Koriban

Addict
Legendary
Loyal Member
Aug 18, 2006
5,842
215
260
Brighton
Holy **** your server can tell the time?

Well damn, I may aswell just throw my clocks / watch away.