I Was Searching For Query to Add multiply Drops [ Full Degree to Mobs ]
But i only Found Single Query's [add Only One item To One Mobs ]
Any Idea Or Help About Adding full Degree to Multiply Mobs ?
Just go for the failsafe methode. If this is your code
PHP Code:
USE Database_XYZ INSERT INTO _Table_ABC VALUES (1, 1337, 100)
where "1, 1337, 100" are to read as "service, mob ID, item ID", then copy that snippet and paste it multiple times and adjust the item ID (from 100 counting forward) continuously like this:
PHP Code:
USE Database_XYZ INSERT INTO _Table_ABC VALUES (1, 1337, 100) INSERT INTO _Table_ABC VALUES (1, 1337, 101) INSERT INTO _Table_ABC VALUES (1, 1337, 102) INSERT INTO _Table_ABC VALUES (1, 1337, 103) ...
Want a different mob? Copy the cluster again and change the mob ID from 1337 to 1338 in this case:
PHP Code:
USE Database_XYZ INSERT INTO _Table_ABC VALUES (1, 1338, 100) INSERT INTO _Table_ABC VALUES (1, 1338, 101) INSERT INTO _Table_ABC VALUES (1, 1338, 102) INSERT INTO _Table_ABC VALUES (1, 1338, 103) ...
and so on ...
On the other hand, if you want a professional code, which handles this within few lines, either consult the internet or pay someone to do it for you.
Have fun!
Just go for the failsafe methode. If this is your code
PHP Code:
USE Database_XYZ
INSERT INTO _Table_ABC
VALUES (1, 1337, 100)
where "1, 1337, 100" are to read as "service, mob ID, item ID", then copy that snippet and paste it multiple times and adjust the item ID (from 100 counting forward) continuously like this:
PHP Code:
USE Database_XYZ
INSERT INTO _Table_ABC
VALUES (1, 1337, 100)
INSERT INTO _Table_ABC
VALUES (1, 1337, 101)
INSERT INTO _Table_ABC
VALUES (1, 1337, 102)
INSERT INTO _Table_ABC
VALUES (1, 1337, 103)
...
Want a different mob? Copy the cluster again and change the mob ID from 1337 to 1338 in this case:
PHP Code:
USE Database_XYZ
INSERT INTO _Table_ABC
VALUES (1, 1338, 100)
INSERT INTO _Table_ABC
VALUES (1, 1338, 101)
INSERT INTO _Table_ABC
VALUES (1, 1338, 102)
INSERT INTO _Table_ABC
VALUES (1, 1338, 103)
...
and so on ...
On the other hand, if you want a professional code, which handles this within few lines, either consult the internet or pay someone to do it for you.
Have fun!
Well At First Thanks
But There is no Different Between this way and single Query !
It Will Take A Long Time !
Well At First Thanks
But There is no Different Between this way and single Query !
It Will Take A Long Time !
^
Quote:
Originally Posted by blapanda
On the other hand, if you want a professional code, which handles this within few lines, either consult the internet or pay someone to do it for you.
Have fun!
[Frage] wegen den Drops, bzw Drops einstellen! 10/25/2012 - Metin2 Private Server - 6 Replies Hallo,
ich hab lange probiert die Alternativdrops perfekt einzufügen bzw. einzustellen.
Aber leider nur gescheitert. Nun meine Frage:
- Wie kann ich die Drops wie auf .de einstellen, sprich:
Schwarzer Ork
Ich möchte es nicht so haben, sondern so in der Art.
Muss ich dazu das komplett in der Mob_Drop_Item.txt einstellen, oder geht
das einfacher bzw. schneller?
Wat Drops Before Its Drops 04/17/2008 - Conquer Online 2 - 5 Replies Is There A Way To C Wat Drops Before It Drops Ive Heard Some Talk Of An Fps Hack But Cant Find One An SpeedHack Isnt Good Enuff Please Help Me Out And Any Tips On An Fast Way To Make Some Money Hunting Sucks An I Dont Order Dbs :mad:
trades/drops nachvollziehen 07/28/2006 - Ragnarok Online - 10 Replies heißt ja immer "wir können alles nachvollziehen, auch gedroppte items" bla blub.
vor einiger zeit ist einem freund von mir folgendes passiert: er hatte seinen stealclip auf einem char, den er löschen wollte. hat, laut seiner aussage, den clip ins lager getan, den char gelöscht und auf dem gleichen slot einen neuen char, mit identischem namen erstellt.
am abend hat er dann gemerkt, daß der clip weg war
der gm meinte dann nhach einigem hin und her, daß er aufgrund der tatsache, daß der char...