Jump to content

Question

Posted

Hello/

My default location (locations are not connected) looks like this:

m - default map in engine (32x26)

-------------

m1 | m2
m4 | m3

-------------

Because of this events do not work correctly for all location.

Can I change the values for my game? Will there be problems with B5+ or any? 

10 answers to this question

Recommended Posts

  • 0
Posted

And events are working! I create autorun event which sends to player chat some text (on Map1) and i received it on Map4.

The problem was precisely in "No NPC's on map"


Question is closed

  • 0
Posted

I tried change to 64x64 and it is really bad for work.

So the question to the devs: is it possible in the future to do the work of a single event in a few maps? 

  • 0
Posted
2 hours ago, BigSun said:

I tried change to 64x64 and it is really bad for work.

So the question to the devs: is it possible in the future to do the work of a single event in a few maps? 

 

The way events are working I'd say it's very unlikely that events will work the way you want while the player is in a different map.

  • 0
Posted

Best way to do what you propose: Create a player variable which changes when the player changes the map where he is and use a common event to do the stuff.

  • 0
Posted
11 hours ago, JD Collier said:

What exactly are you wanting to do now? I might be able to help you with more information.



Sometimes on the maps spawn (using the event which depends on the random) some mobs and some global variable changed (ex. GS LocationAttack = true).
if they are all killed ("No NPC's on map") GS LocationAttack changed to false, else (if time is up) GS LocationAttack = false and  GV LocationStatus = 1 (does not belong to the players). 

  • 0
Posted

Ok, Sorry, but I'm still not quite understanding. So are you wanting to do something like a quest that requires the player to kill all the npcs on certain maps within a time limit?

  • 0
Posted
7 hours ago, JD Collier said:

Ok, Sorry, but I'm still not quite understanding. So are you wanting to do something like a quest that requires the player to kill all the npcs on certain maps within a time limit?

Yes

×
×
  • Create New...