[DiscordArchive] I am using a smart script, but it does not appl...
[DiscordArchive] I am using a smart script, but it does not appl...
Archived author: Needle • Posted: 2025-01-10T02:32:33.881000+00:00
Original source
Archived author: Needle • Posted: 2025-01-10T02:32:34.179000+00:00
Original source
Thread automatically created by MUST in <#415944535718494208>
Archived author: MUST • Posted: 2025-01-10T02:33:20.440000+00:00
Original source
This is a script that uses a specific item to learn a skill and delete that item.
```
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, event_param_string,
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
(
0, -- entryorguid
1, -- source_type
0, -- id
0, -- link
34, -- event_type
0, -- event_phase_mask
100, -- event_chance
0, -- event_flags
720000, -- event_param1 (아이템 번호)
0, -- event_param2
0, -- event_param3
0, -- event_param4
0, -- event_param5
'', -- event_param_string (빈 문자열로 수정)
35, -- action_type (배울 스킬)
279827, -- action_param1 (스킬 번호)
0, -- action_param2
0, -- action_param3
0, -- action_param4
0, -- action_param5
0, -- action_param6
0, -- target_type
0, -- target_param1
0, -- target_param2
0, -- target_param3
0, -- target_param4
0.0, -- target_x
0.0, -- target_y
0.0, -- target_z
0.0, -- target_o
'' -- comment (빈 문자열)
);
```
Archived author: Drikish • Posted: 2025-01-10T21:54:39.089000+00:00
Original source
Give up and write it in C++ or ask the ChatGPT "Wow Emulation Assistant" as its pretty well versed on 3.3.5
Archived author: MUST • Posted: 2025-01-11T11:40:54.172000+00:00
Original source
MY SERVER VERSION 9.2.7