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

SEB Engine


SkywardRiver
 Share

Recommended Posts

  • Replies 104
  • Created
  • Last Reply

Top Posters In This Topic

To fix the afore-mentioned bug:

In Server -> ModCombat -> NpcSpellPlayer

Find:

```
' The Variables
mapnum = GetPlayerMap(Victim)
SpellNum = NPC(MapNpc(mapnum).NPC(mapNpcNum).Num).Spell(SpellSlotNum)

```
And below it add:

```
' Put this here so we don't attack our owner
If MapNpc(mapnum).NPC(mapNpcNum).PetData.Owner = Victim Then Exit Sub

```
Link to comment
Share on other sites

Some questions.

1\. How moral maps tagged with "member" works? I just can log in and out, enter and leave. These maps shouldn't be only for members? Why can I access them without membership?

2\. Why can't I place the caft atribute? Is it working?

3\. Have you planned the future updates? What features SEB Engine will have?
Link to comment
Share on other sites

> Some questions.
>
> 1\. How moral maps tagged with "member" works? I just can log in and out, enter and leave. These maps shouldn't be only for members? Why can I access them without membership?
>
> 2\. Why can't I place the caft atribute? Is it working?
>
> 3\. Have you planned the future updates? What features SEB Engine will have?

You can enter member maps probable because you are the game admin!  ^_^
About updates… I believe this engine will receive some bug fixes, probable and future DX8 (or not), but if you want new systems, i think the answer it's no, this engine it's already very complete!!  :wub:
Link to comment
Share on other sites

> You can enter member maps probable because you are the game admin!  ^_^
> About updates… I believe this engine will receive some bug fixes, probable and future DX8 (or not), but if you want new systems, i think the answer it's no, this engine it's already very complete!!  :wub:

I'm not the game admin. I tried with a normal player. The member itens works perfectly, but the map still not affected by membership. Is any preconfig I should do before using this functionality?
Link to comment
Share on other sites

> Another question about the engine. Aren't the autotiles animated? If yes, can anybody post an layout image? I tried with so many imagens and didn't got it working. If not, there's a tutorial compatible with SEB engine to make it animated?

No, this engine don't have an animated autotile… :(
Link to comment
Share on other sites

> No, this engine don't have an animated autotile… :(

Well, thank you. I asked because I saw something like "animated" this on the source and I was wondering if I was doing something wrong. There's any tutorial compatible with SEB Engine?
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...