Register for your free account! | Forgot your password?

You last visited: Today at 04:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[C#] Profil Creater Problem

Discussion on [C#] Profil Creater Problem within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 125
Received Thanks: 22
[C#] Profil Creater Problem

Huhu,
Ich bin gerade dabei in C# meinen eigenen kleinen Bot zu programmieren. Naja so weit so gut . Mein Problem ist , dass ich bei meinem Profil Creater nicht weiter komme. Dieser soll sich nciht nach Zeit die Waypoints merken sondern nach distanz.

Mein Code sieht momentan so aus undgefähr so aus da ich grad noch am rumbasteln bin..

Code:
        
             int Save = 0;
             int Save2 = 1;
             int Save3 = 2;
             listBox1.Items.Add(X);
             listBox1.Items.Add(Y);
             listBox1.Items.Add(Z);

             float distanz = Math.Sqrt(((X - listBox1.Items[Save]())) * (X - Convert.ToString(listBox1.Items[Save].ToString()))) + ((Y - Convert.ToString(listBox1.Items[Save2].ToString())) * (Y - Convert.ToString(listBox1.Items[Save2].ToString()))) + ((Z - Convert.ToString(listBox1.Items[Save3].ToString())) * (Z - Convert.ToString(listBox1.Items[Save3].ToString()))));
Das Problem ist das er mir dann die fehlermeldung ausgibt das der Operator "-" nicht auf einen Operanden vom Typ String oder Float angewendet werden kann. Aber die Koordinaten müssen ja in einem Float angegeben sein. Ich hoffe ihr könnt mir helfen den Creater zum laufen zu bekommen.

Danke im vorraus mfg Sinobis

Edit: Hoppla move in die Coding Section bitte
Sinobis9000 is offline  
Old 02/11/2011, 20:21   #2
 
epiTR's Avatar
 
elite*gold: 185
Join Date: May 2008
Posts: 3,646
Received Thanks: 603
Zu deiner Fehlermeldung:
Wandel mal deinen String in einen Integer oder Float um und versuchs dann nochmal.
epiTR is offline  
Old 02/11/2011, 20:31   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 125
Received Thanks: 22
Quote:
Originally Posted by dasr2142 View Post
Zu deiner Fehlermeldung:
Wandel mal deinen String in einen Integer oder Float um und versuchs dann nochmal.
Ok nun siehts folgendermaßen aus
Code:
float distanz = Math.Sqrt(((X - Convert.ToInt32(listBox1.Items[Save]))) * (X - Convert.ToInt32(listBox1.Items[Save])) + ((Y - Convert.ToInt32(listBox1.Items[Save2])) * (Y - Convert.ToInt32(listBox1.Items[Save2]))) + ((Z -  Convert.ToInt32(listBox1.Items[Save3]))) * ((Z -  Convert.ToInt32(listBox1.Items[Save3]))));
Nun kommt aber der Fehler,dass der Typ double nicht implinziert in float konvertiert werden kann. Es ist bereits eine explitzite Konvertierung vorhanden.
Sinobis9000 is offline  
Old 02/12/2011, 11:48   #4
 
botuser1234's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 51
Received Thanks: 8
Kommt wohl davon, weil double eine grössere Zahl als Float ist und deshalb nicht ohne Verlust konvertiert werden kann.

Float
größte Zahl betragsmäßig: ca 3.4 * 1038
kleinste Zahl betragsmäßig: 1.4 * 10-45

Double
größte Zahl betragsmäßig: ca 1.8 * 10308
kleinste Zahl betragsmäßig: 4.9 * 10-324
Stellengenauigkeit: ca 15
botuser1234 is offline  
Reply


Similar Threads Similar Threads
Trinity SQL Creater Tool
03/18/2012 - WoW PServer Exploits, Hacks & Tools - 14 Replies
Hello elitepvpers, I want to introduce a new program. My friend and I created this. First, a few small pieces of information about the program. You can use this program to create such different NPC ( vendors, trainer, questgiver, gossip, banker, innkeeper, auctioneer and more. You can set the faction (Friendly, Horde, Alliance ). An update function integrated into the program. If the program is opened it looks if a new version is available. If no new version is available it will open as...
acc creater anfrage
02/02/2011 - Browsergames - 18 Replies
hi wollt fragen ob jemand einen proggi machen könnte der sich mit haupt acc einloggt,einladungen an emails verschickt,einladungen annimt,diese acc erstellen,acc´s auf lvl 7 bringen da man da das neue design bekommt würde euch 10-20euro geben wenn jemand das erstellen kann
[AUFRUF] S4-League Acc. Creater
12/06/2010 - S4 League - 10 Replies
Hallo E*Pvp Comunity. Ich arbeite grad an nem Acc Creater doch ich brauche hilfe Der Creater wird mit AutoIT Programiert Ihr solltet diese Sprache können Wenn ihr interesse habt meldet euch nähere informationen und Die Source gibts wenn ihr mit macht.
Looking for a Server Creater (WoW; LineAge II)
05/11/2008 - WoW Guides & Templates - 1 Replies
Hey, I'm looking for someone who can create me WoW Servers and a LineAge II Server. I guilde would be fine aswell. I have a Root-Linux Debian 5.0 - Server.
Looking for a Server Creater (WoW; LineAge II)
05/11/2008 - Lineage 2 - 0 Replies
Hey, I'm looking for someone who can create me WoW Servers and a LineAge II Server. I guilde would be fine aswell. I have a Root-Linux Debian 5.0 - Server.



All times are GMT +1. The time now is 04:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.