Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] SmartAI or Scritped?

[DiscordArchive] SmartAI or Scritped?

[DiscordArchive] SmartAI or Scritped?

Pages (3): Previous 1 2 3
rektbyfaith
Administrator
0
05-11-2020, 07:17 PM
#21
Archived author: H0lysp4nk • Posted: 2020-05-11T19:17:45.217000+00:00
Original source

I can take a look if you want
rektbyfaith
05-11-2020, 07:17 PM #21

Archived author: H0lysp4nk • Posted: 2020-05-11T19:17:45.217000+00:00
Original source

I can take a look if you want

rektbyfaith
Administrator
0
05-11-2020, 07:19 PM
#22
Archived author: Kitzunu • Posted: 2020-05-11T19:19:39.769000+00:00
Original source

```sql
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 30837);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(30837, 0, 0, 0, 1, 0, 100, 0, 4000, 4000, 1000, 1000, 0, 11, 57930, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\''),
(30837, 0, 1, 0, 1, 0, 100, 2, 4000, 4000, 0, 0, 0, 11, 58152, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\' (Normal Dungeon)'),
(30837, 0, 2, 0, 1, 0, 100, 2, 4000, 4000, 1000, 1000, 0, 11, 57912, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\' (Normal Dungeon)');
```
rektbyfaith
05-11-2020, 07:19 PM #22

Archived author: Kitzunu • Posted: 2020-05-11T19:19:39.769000+00:00
Original source

```sql
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 30837);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(30837, 0, 0, 0, 1, 0, 100, 0, 4000, 4000, 1000, 1000, 0, 11, 57930, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\''),
(30837, 0, 1, 0, 1, 0, 100, 2, 4000, 4000, 0, 0, 0, 11, 58152, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\' (Normal Dungeon)'),
(30837, 0, 2, 0, 1, 0, 100, 2, 4000, 4000, 1000, 1000, 0, 11, 57912, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defense System - Out of Combat - Cast \'Arcane Lightning\' (Normal Dungeon)');
```

rektbyfaith
Administrator
0
05-11-2020, 07:19 PM
#23
Archived author: Kitzunu • Posted: 2020-05-11T19:19:43.412000+00:00
Original source

is what I have atm
rektbyfaith
05-11-2020, 07:19 PM #23

Archived author: Kitzunu • Posted: 2020-05-11T19:19:43.412000+00:00
Original source

is what I have atm

rektbyfaith
Administrator
0
05-11-2020, 07:20 PM
#24
Archived author: H0lysp4nk • Posted: 2020-05-11T19:20:50.232000+00:00
Original source

ok
rektbyfaith
05-11-2020, 07:20 PM #24

Archived author: H0lysp4nk • Posted: 2020-05-11T19:20:50.232000+00:00
Original source

ok

rektbyfaith
Administrator
0
05-11-2020, 07:21 PM
#25
Archived author: Kitzunu • Posted: 2020-05-11T19:21:06.472000+00:00
Original source

it's the last line that has the spell that dont want to repeat
rektbyfaith
05-11-2020, 07:21 PM #25

Archived author: Kitzunu • Posted: 2020-05-11T19:21:06.472000+00:00
Original source

it's the last line that has the spell that dont want to repeat

rektbyfaith
Administrator
0
05-11-2020, 07:21 PM
#26
Archived author: Kitzunu • Posted: 2020-05-11T19:21:40.459000+00:00
Original source

You know more CPP than me, perhaps you could see if you can make the spell be used every 1 seconds there.
Maybe it is some SAI issue
rektbyfaith
05-11-2020, 07:21 PM #26

Archived author: Kitzunu • Posted: 2020-05-11T19:21:40.459000+00:00
Original source

You know more CPP than me, perhaps you could see if you can make the spell be used every 1 seconds there.
Maybe it is some SAI issue

rektbyfaith
Administrator
0
05-11-2020, 07:22 PM
#27
Archived author: H0lysp4nk • Posted: 2020-05-11T19:22:06.507000+00:00
Original source

Maybe, I'll take a look
rektbyfaith
05-11-2020, 07:22 PM #27

Archived author: H0lysp4nk • Posted: 2020-05-11T19:22:06.507000+00:00
Original source

Maybe, I'll take a look

rektbyfaith
Administrator
0
05-11-2020, 07:22 PM
#28
Archived author: Kitzunu • Posted: 2020-05-11T19:22:14.097000+00:00
Original source

ty
rektbyfaith
05-11-2020, 07:22 PM #28

Archived author: Kitzunu • Posted: 2020-05-11T19:22:14.097000+00:00
Original source

ty

rektbyfaith
Administrator
0
05-11-2020, 07:41 PM
#29
Archived author: H0lysp4nk • Posted: 2020-05-11T19:41:33.846000+00:00
Original source

Don't see anything obviously wrong, tempted to say it might be something weird with the spell itself?
rektbyfaith
05-11-2020, 07:41 PM #29

Archived author: H0lysp4nk • Posted: 2020-05-11T19:41:33.846000+00:00
Original source

Don't see anything obviously wrong, tempted to say it might be something weird with the spell itself?

rektbyfaith
Administrator
0
05-11-2020, 07:42 PM
#30
Archived author: Kitzunu • Posted: 2020-05-11T19:42:17.985000+00:00
Original source

perhaps
rektbyfaith
05-11-2020, 07:42 PM #30

Archived author: Kitzunu • Posted: 2020-05-11T19:42:17.985000+00:00
Original source

perhaps

Pages (3): Previous 1 2 3
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)