Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

UPDATE: This source is not recommended for server up. Not until someone can help us fix the DC issue on afk.
I tried other files classic and I dont get any disconnection.
Hope someone can help us fix the DC issue..



Update! On DC issue.
I notice something, whenever I clear/wipe out the DB, first client to login NO DC, I close my first client, open 2nd client, gets dc alreadyyyyyy. Sometimes wrong with the code I think hahahaha.

Never experienced any DC issue with my friends as testers (different areas in the PH). hehehehe



its not mob id its item id i think. its working for me





i try to put that on source and it compiled. but the aura is not there.

means you are not max level, and if you are max level, then you don't have the egp on your effect.rcc and/or you have not added the needed line for default.charclass



did random and slot event are working?

random and seek events working, slot event is working too but it won't send the prize to the winner xx
 
Joined
Dec 3, 2009
Messages
489
Reaction score
31
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Never experienced any DC issue with my friends as testers (different areas in the PH). hehehehe





means you are not max level, and if you are max level, then you don't have the egp on your effect.rcc and/or you have not added the needed line for default.charclass





random and seek events working, slot event is working too but it won't send the prize to the winner xx

can i contact you on fb??
 

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
sorry I am kind of late in this version how this features works?
-Lunch Box
-Random Event
 
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

random and seek events working, slot event is working too but it won't send the prize to the winner xx

You just repeated what I've said earlier haha
Anyway, it's cool.. :8:



sorry I am kind of late in this version how this features works?
-Lunch Box
-Random Event

No you're not...

The Lunch Box works like a Destiny Box, the only difference is you can see the bonus that it gives you and you don't have to drop it on the ground.

Random event - randomly picks a player who will win the item you generated on the command within that map
 

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

You just repeated what I've said earlier haha
Anyway, it's cool.. :8:





No you're not...

The Lunch Box works like a Destiny Box, the only difference is you can see the bonus that it gives you and you don't have to drop it on the ground.

Random event - randomly picks a player who will win the item you generated on the command within that map

thank you for the info can you give a sample command for random event ?
 
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

thank you for the info can you give a sample command for random event ?

These commands were already posted here, try finding before you ask next time :8:

/event_seek 103,13,76,4
103 - Map Sub MID
13 - Map Sub SID
76 - Item MID
4 - Item SID

/slot roll
There's a lot of combination of array for this command just check it inside the source

/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID
 
Last edited:
Junior Spellweaver
Joined
May 10, 2014
Messages
140
Reaction score
9
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

yep slot event will just spam numbers.

Aw what is wrong with my merge hahaha can i add you to facebook hard to talk here.

:/ when i type the command says invalid mob id i already add the supply create box in crow
 

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

These commands were already posted here, try finding before you ask next time :8:

/event_seek 103,13,76,4
103 - Map Sub MID
13 - Map Sub SID
76 - Item MID
4 - Item SID

/slot roll
There's a lot of combination of array for this command just check it inside the source

/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID

thnx but this command not working
/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID
 
Junior Spellweaver
Joined
May 10, 2014
Messages
140
Reaction score
9
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

thnx but this command not working
/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID

It's working try to use it when in game not on emulator then go to pnx campus open 3 client gm and two player then type the command

8 0 this mid sid of pnx campus



These commands were already posted here, try finding before you ask next time :8:

/event_seek 103,13,76,4
103 - Map Sub MID
13 - Map Sub SID
76 - Item MID
4 - Item SID

/slot roll
There's a lot of combination of array for this command just check it inside the source

/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID

Did you manage to know where the mid sid of supply create box on event_seek in source?
 
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

It's working try to use it when in game not on emulator then go to pnx campus open 3 client gm and two player then type the command

8 0 this mid sid of pnx campus





Did you manage to know where the mid sid of supply create box on event_seek in source?

Just put the MID/SID where your character currently stands and that's where will the box appears..
You can see the MID/SID on the TOP-RIGHT corner of your screen..

Slot Roll Command
Code:
(Getting Array 7)
/slot roll,1,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Amount
Array 3 - Number of Winners
Array 4 - Range of slots 1- 100
Array 5 - Item MID
Array 6 - Item SID

(Getting Array 6)
/slot roll,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Number of Winners
Array 3 - Range of slots 1- 100
Array 4 - Item MID
Array 5 - Item SID
(Default Amount = 1)

(Getting Array 5)
/slot roll,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
Array 3 - Item MID
Array 4 - Item SID
(Default Amount = 1)
(Default Winner = 1)

(Getting Array 4)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Item MID
Array 3 - Item SID
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)

(Getting Array 3)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
(Default Amount = 1)
(Default Winner = 1)
(Default Item = NULL)

(No parameters)
/slot roll
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)
(Default Item = NULL)
 
  • Like
Reactions: zet

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Just put the MID/SID where your character currently stands and that's where will the box appears..
You can see the MID/SID on the TOP-RIGHT corner of your screen..

Slot Roll Command
Code:
(Getting Array 7)
/slot roll,1,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Amount
Array 3 - Number of Winners
Array 4 - Range of slots 1- 100
Array 5 - Item MID
Array 6 - Item SID

(Getting Array 6)
/slot roll,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Number of Winners
Array 3 - Range of slots 1- 100
Array 4 - Item MID
Array 5 - Item SID
(Default Amount = 1)

(Getting Array 5)
/slot roll,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
Array 3 - Item MID
Array 4 - Item SID
(Default Amount = 1)
(Default Winner = 1)

(Getting Array 4)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Item MID
Array 3 - Item SID
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)

(Getting Array 3)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
(Default Amount = 1)
(Default Winner = 1)
(Default Item = NULL)

(No parameters)
/slot roll
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)
(Default Item = NULL)

thank you very much for your help and time
 
Junior Spellweaver
Joined
May 10, 2014
Messages
140
Reaction score
9
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

These commands were already posted here, try finding before you ask next time :8:

/event_seek 103,13,76,4
103 - Map Sub MID
13 - Map Sub SID
76 - Item MID
4 - Item SID

/slot roll
There's a lot of combination of array for this command just check it inside the source

/random 8,0,76,2
8 - Map MID
0 - Map SID
76 - Item MID
2 - Item SID

Did you manage to know where the mid sid of supply create box on event_seek in source?



thank you very much for your help and time

How about the event_seek where i can find the mid sid of mob supply create box in the source ?
 
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Did you manage to know where the mid sid of supply create box on event_seek in source?





How about the event_seek where i can find the mid sid of mob supply create box in the source ?

I've already posted the solution up there haha


***Just put the MID/SID where your character currently stands and that's where will the box appears..
You can see the MID/SID on the TOP-RIGHT corner of your screen***


Try finding the Crow MID/SID in the GLogicData.cpp




thank you very much for your help and time

You're welcome.. :thumbup1:
 
Last edited:
Junior Spellweaver
Joined
May 10, 2014
Messages
140
Reaction score
9
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

I've already posted the solution up there haha


***Just put the MID/SID where your character currently stands and that's where will the box appears..
You can see the MID/SID on the TOP-RIGHT corner of your screen***


Try finding the Crow MID/SID in the GLogicData.cpp






You're welcome.. :thumbup1:



Hehehe thank you :) i will just find the mid sid of the box i merge the event_seek source to my ep10 source but sad always invalid mob id.
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
221
Reaction score
14
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Just put the MID/SID where your character currently stands and that's where will the box appears..
You can see the MID/SID on the TOP-RIGHT corner of your screen..

Slot Roll Command
Code:
(Getting Array 7)
/slot roll,1,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Amount
Array 3 - Number of Winners
Array 4 - Range of slots 1- 100
Array 5 - Item MID
Array 6 - Item SID

(Getting Array 6)
/slot roll,1,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Number of Winners
Array 3 - Range of slots 1- 100
Array 4 - Item MID
Array 5 - Item SID
(Default Amount = 1)

(Getting Array 5)
/slot roll,10,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
Array 3 - Item MID
Array 4 - Item SID
(Default Amount = 1)
(Default Winner = 1)

(Getting Array 4)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Item MID
Array 3 - Item SID
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)

(Getting Array 3)
/slot roll,76,2
Array 0 - /slot
Array 1 - roll
Array 2 - Range of slots 1- 100
(Default Amount = 1)
(Default Winner = 1)
(Default Item = NULL)

(No parameters)
/slot roll
(Default Amount = 1)
(Default Winner = 1)
(Default Range = 100)
(Default Item = NULL)

like pressedfor this. but where to insert this code sir? and also how to fix the school war and royal rumble issue. if i enable it to my default charclass the both of them i cannot enter to the portal it say unable blah blah. but when i try to disable ex. rr sw will work and i can move to the map vice versa with sw. and finaly the time progress of tyranny war its 00mins:00secs. if you have fb sir can i contact you?
 
Skilled Illusionist
Joined
Apr 17, 2012
Messages
348
Reaction score
29
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Hehehe thank you :) i will just find the mid sid of the box i merge the event_seek source to my ep10 source but sad always invalid mob id.

Make sure you added a line in your default.charclass and put the CrowMID and CrowSID there, as far as I can remember the command for the event_seek is
/event_seek 0 0 30 17
0 0 - ItemMID and ItemSID
30 17 - PosX and PosY of the current map you are in.
 

zet

Experienced Elementalist
Joined
Aug 25, 2010
Messages
251
Reaction score
24
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Problem with Tyranny is that the tower doesn't show the progress of each school but shows only the HP (Interface problem probably) and the BattlefieldUI is somehow buggy (May cause agent server crash without any errors).

I think the School War and Royal Rumble is somehow incomplete.

Both random and seek event working perfectly, slot event doesn't send the reward to the winner.

how do we fix this ?
 
Back
Top