Which DB do you use? im using the telecaster db of the step by step guide and when i try to give me any item i just get an timed item without textures and i cant use it anyway. =/ what am i doing wrong?
and yea, i haven't tried to restore the DB yet. if i do so the characters get lost or?
If some one creates an account (e.g. "max") and got an char named "Pro" he will only recieve the items if he was set to 300 (or 170. depends on what happens with the lvl max command). BUT if he logs on another char, like "Noob" on his Account "max" he will recieve the items there, even if you use insert_item(...,...,...,Pro)!
Now when another player logs in on his account "Alex" and creates a char like "iPwn" and gets lvled again via console (300 or 170) he will now recieve all the items! even if yuo type insert_item(...,...,...,Pro). At least it worked the way on my pserver. Notice: instead of making a new char it seems to work that you can go with "Pro" to the job changer, change to the next higher Job, run the max level command again and "pro" will be the item target again.
To be honest the syntax was already known. It's just like this, the command is bugged and works on fresh created characters if you use #learn_all_skill command before. Relogging will result that the insert_item does not work anymore.
Syntax? 02/14/2011 - AutoIt - 26 Replies Hey Leute,
gibt es in diesem Programm, rein syntaktisch gesehen irgendwelche Fehler, weil Imagesearch, keins der Bilder identifizieren kann?
Dim $myPics
$myPics = 14
$myPics = '1.bmp'
$myPics = '2.bmp'
$myPics = '3.bmp'
$myPics = '4.bmp'
$myPics = '5.bmp'
Syntax by Scype 01/31/2011 - Combat Arms - 9 Replies Hehoo liebe Zocker,
wie ihr wisst bin ich der neue Gamemaster für Combat Arms.
Ich wollte mich einmal gerne vorstellen damit ihr mich kennt.
Also ich spiele seit 3 Jahren Combat und auch sehr erfolgreich.
Ich spiele gerne mit no Gamemaster und liebe das Teamfeeling.
Ich bin 26 Jahre bin Ingenieur.
Wenn ihr Hilfe braucht bei Combat dann addet mich bei Scype.
( Combat Arms Syntax Gamemaster).
Ich bearbeite gerne Reviews und Montagen wenn ihr welche zu bearbeiten habt sendet sie an mich...
[HELP] C# WPF syntax 12/23/2010 - CO2 Programming - 14 Replies Does anyone knows how to convert or what's the right syntax on this C# form application syntax?
webBrowser1.Document.GetElementById("name&quo t;).SetAttribute("value", textBox2.Text);
webBrowser1.Document.GetElementById("message& quot;).SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("sumbit&q uot;).InvokeMember("click");
i'm having error on "GetElementById" :S just confused.
[FRAGE] php Syntax 09/17/2010 - Flyff Private Server - 1 Replies Hi,
könnte mir bitte jemand hier weiterhelfen .Möchte eine Rankingtabelle machen in der die Teammitglieder nicht angezeigt werden so nach der Art :
<?
require('./configs/reg_conf.php');
mssql_select_db("ACCOUNT_DBF");
if ('m_chLoginAuthority' == F) {
echo "wird in Tabelle angezeigt";}
else
Syntax ERROR?! 10/27/2008 - General Coding - 9 Replies hi,
ich wollte an den start meines Script ein HotKeySet einfügen aber wenn ich das mache kommt: Syntax ERROR
hier mein Script(beispiel):
HotKeySet("{numpad1},"start")
MsgBox(0,"titel","text")
ich glaub ich bin zu blöd was ist da falsch?...wenn ihr meint da fehlt ein " hab ich schon probiert geht nicht, oder ich hab es an der falschen Stelle eingefügt.