Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Is it so hard?

[DiscordArchive] Is it so hard?

[DiscordArchive] Is it so hard?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
05-06-2018, 09:44 PM
#11
Archived author: Deleted User • Posted: 2018-05-06T21:44:04.220000+00:00
Original source

Or 1 line
rektbyfaith
05-06-2018, 09:44 PM #11

Archived author: Deleted User • Posted: 2018-05-06T21:44:04.220000+00:00
Original source

Or 1 line

rektbyfaith
Administrator
0
05-06-2018, 09:44 PM
#12
Archived author: Deleted User • Posted: 2018-05-06T21:44:08.074000+00:00
Original source

And I can show it
rektbyfaith
05-06-2018, 09:44 PM #12

Archived author: Deleted User • Posted: 2018-05-06T21:44:08.074000+00:00
Original source

And I can show it

rektbyfaith
Administrator
0
05-06-2018, 09:44 PM
#13
Archived author: Zebrech • Posted: 2018-05-06T21:44:57.282000+00:00
Original source

insert into creature_model_info (`DisplayID`, `BoundingRadius`, `CombatReach`) values ('35000', '1', '1')
rektbyfaith
05-06-2018, 09:44 PM #13

Archived author: Zebrech • Posted: 2018-05-06T21:44:57.282000+00:00
Original source

insert into creature_model_info (`DisplayID`, `BoundingRadius`, `CombatReach`) values ('35000', '1', '1')

rektbyfaith
Administrator
0
05-06-2018, 09:45 PM
#14
Archived author: Zebrech • Posted: 2018-05-06T21:45:20.422000+00:00
Original source

i want the id change for 35001 , 35002 etc...
rektbyfaith
05-06-2018, 09:45 PM #14

Archived author: Zebrech • Posted: 2018-05-06T21:45:20.422000+00:00
Original source

i want the id change for 35001 , 35002 etc...

rektbyfaith
Administrator
0
05-06-2018, 09:45 PM
#15
Archived author: Deleted User • Posted: 2018-05-06T21:45:43.960000+00:00
Original source

```sql
SET ID1 = 35000
INSERT INTO creature_model_info (DisplayID, BoundingRadius, CombatReach) values (ID1, '1', '1')
```
rektbyfaith
05-06-2018, 09:45 PM #15

Archived author: Deleted User • Posted: 2018-05-06T21:45:43.960000+00:00
Original source

```sql
SET ID1 = 35000
INSERT INTO creature_model_info (DisplayID, BoundingRadius, CombatReach) values (ID1, '1', '1')
```

rektbyfaith
Administrator
0
05-06-2018, 09:45 PM
#16
Archived author: Deleted User • Posted: 2018-05-06T21:45:46.267000+00:00
Original source

Like that.
rektbyfaith
05-06-2018, 09:45 PM #16

Archived author: Deleted User • Posted: 2018-05-06T21:45:46.267000+00:00
Original source

Like that.

rektbyfaith
Administrator
0
05-06-2018, 09:52 PM
#17
Archived author: Zebrech • Posted: 2018-05-06T21:52:20.836000+00:00
Original source

DECLARE @ID INT;
SET @ID = 0;
WHILE (@ID < 200)
BEGIN;
INSERT INTO creature_model_info (DisplayID, BoundingRadius, CombatReach, Gender, DisplayID_Other_Gender) VALUES (35000+@ID, 1, 1, 2, 0);
SET @ID = @ID + 1;
END;
rektbyfaith
05-06-2018, 09:52 PM #17

Archived author: Zebrech • Posted: 2018-05-06T21:52:20.836000+00:00
Original source

DECLARE @ID INT;
SET @ID = 0;
WHILE (@ID < 200)
BEGIN;
INSERT INTO creature_model_info (DisplayID, BoundingRadius, CombatReach, Gender, DisplayID_Other_Gender) VALUES (35000+@ID, 1, 1, 2, 0);
SET @ID = @ID + 1;
END;

rektbyfaith
Administrator
0
05-06-2018, 09:52 PM
#18
Archived author: Deleted User • Posted: 2018-05-06T21:52:50.429000+00:00
Original source

Then what is the problem
rektbyfaith
05-06-2018, 09:52 PM #18

Archived author: Deleted User • Posted: 2018-05-06T21:52:50.429000+00:00
Original source

Then what is the problem

rektbyfaith
Administrator
0
05-06-2018, 09:53 PM
#19
Archived author: Zebrech • Posted: 2018-05-06T21:53:00.435000+00:00
Original source

not working
rektbyfaith
05-06-2018, 09:53 PM #19

Archived author: Zebrech • Posted: 2018-05-06T21:53:00.435000+00:00
Original source

not working

rektbyfaith
Administrator
0
05-06-2018, 09:56 PM
#20
Archived author: Zebrech • Posted: 2018-05-06T21:56:20.670000+00:00
Original source

Error occured at:2018-05-06 23:56:09
Line no.:1
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DECLARE @ID int' at line 1
rektbyfaith
05-06-2018, 09:56 PM #20

Archived author: Zebrech • Posted: 2018-05-06T21:56:20.670000+00:00
Original source

Error occured at:2018-05-06 23:56:09
Line no.:1
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DECLARE @ID int' at line 1

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