Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Three questions from newb


Bananowy Pieniazek
 Share

Recommended Posts

1. I' currently working on EBO engine and it have implemented pet system. Pet is attacking mobs but mobs aren't attacking my pet. It can be changed?
2. How to make items that can be used only one-time. I want to create scrolls with spells that after one use will dissapear
3. I want to make a builder class in game. Builders can for example repair bridges. If bridge is repaired then everyone for 1 hour will be warped to another map. After a hour bridge will be again broken. How I can make it? I readed that global events working only on a first page of event
Link to comment
Share on other sites

1) Pets should be working, not sure why the NPCs don't attack the pet back (probably a bug in the code)

2) The spell item type should work for that (I think those are 1 time use items)

3) You can use Self switches with the Event. Check the player's class, let them repair the bridge (switch the Event's page), and break it later. You might have to do some coding to make the bridge break after X time, but there's probably a work around you can do.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...