just example.
so what will be happen after this code? i think crash. But you also can test it. Original IA sources totally bugged. If you dont see any crashes this dont mean what this is correct and bug free code.int mas[4][10] = {0};
for (int i = 0; i < 10; i ++ )
{
for (int a = 0; a < 4; a++)
{
mas[i][a] = ... ;
}
}
You dont belivie me ? Just check this post: http://forum.ragezone.com/f197/repac...ml#post7636646
The thing is, that bug doesn't crash only the game/client, it crashes the whole GameServer.
Test it, its funny.
Update 9: https://mega.co.nz/#!c803CJYY!GGP06R...GsoBn7A1srxK0U
changelog:
Credits to P4F.Code:Full worked localization module fixed crashes with duel system fixed many potential crashes
Altered connectserver to a stable version and compileted with Eng protocol.
source: https://mega.co.nz/#!px1TAaDb!Anchw1...1IdEkX0RKhk5Tc
I can't get the Happy Hour system to work
Edit: I've gotten the message and time settings to work, however it seems that the Drops Zen and Exp have not been boosted. Does it need to be increased a ton in the config or?[HappyHour]
EnableHappyHour = 1
// StartWeekDay
// [-1]= Every Day / Êàæäûé äåíü
// [1] = Sunday / Âîñêðåñåíüå
// [2] = Monday / Ïîíåäåëüíèê
// [3] = Tuesday / Âòîðíèê
// [4] = Wednesday / Ñðåäà
// [5] = Thursday / ×åòâåðã
// [6] = Friday / Ïÿòíèöà
// [7] = Saturday / Ñóááîòà
// MapID %Zen %Drop %Exp StartWeekDay StartHour StartMin DelayMin
1
-1 1000 1000 1000 -1 16 15 0 // All Maps
end
// Time in min before STARTING event to show message about that
// Example: [HappyHour] Lorencia will start in 15 min.
2
1
3
5
15
end
// Time in min before CLOSING event to show message about that
// Example: [HappyHour] Lorencia will end in 15 min.
3
1
3
5
10
end
Last edited by CkYZero; 05-06-13 at 11:34 PM.
My HappyHours this ok 100% Work
OBS: test it by placing it in the lower XP CommonServer
Ex: 30x
then increase the XP inside the Folder HappyHour.ini
place the XP
Ex: 9999
Take this test!
Good Luck!
HappyHour 100% OK to me..!![HappyHour]
EnableHappyHour = 1
// StartWeekDay
// [-1]= Every Day / Êàæäûé äåíü
// [1] = Sunday / Âîñêðåñåíüå
// [2] = Monday / Ïîíåäåëüíèê
// [3] = Tuesday / Âòîðíèê
// [4] = Wednesday / Ñðåäà
// [5] = Thursday / ×åòâåðã
// [6] = Friday / Ïÿòíèöà
// [7] = Saturday / Ñóááîòà
// MapID %Zen %Drop %Exp StartWeekDay StartHour StartMin DelayMin
1
0 15 15 15 -1 12 10 5 // Lorencia
-1 10 10 10 7 19 20 5 // All Maps
end
// Time in min before STARTING event to show message about that
// Example: [HappyHour] Lorencia will start in 15 min.
2
1
3
5
15
30
60
120
180
end
// Time in min before CLOSING event to show message about that
// Example: [HappyHour] Lorencia will end in 15 min.
3
1
3
5
10
end
You can also add beyond the time I left default
Ex: 1,3,5
are the minutes that tells how long to finish the event.
But you can add more time happyhour.ini
follows the line.
// Time in min before STARTING event to show message about that
// Example: [HappyHour] Lorencia will start in 15 min.
2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
30
60
120
180
end
// Time in min before CLOSING event to show message about that
// Example: [HappyHour] Lorencia will end in 15 min.
3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
end
Last edited by marksync; 06-06-13 at 12:37 AM. Reason: Adc Video
Is it really the connectserver or the dll of update 9?
It's not the connectserver. CS works the moment you are logging in. Walk disconnect is related to the protocol that I didn't learn well how to alter. :)
Will fix soon.
you can add w4???
@All: how about the crash from edit-item.txt ? add or change something in this file make GS can't be opened :(