ianobermiller / tibiatekbot

Automatically exported from code.google.com/p/tibiatekbot
3 stars 0 forks source link

Scripting, add some stuffs #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Making scripts that requiered the namespace System.Drawing
2. Making scripts that requiered get some Character information
3. Making scripts that requiered login after server save

What is the expected output? What do you see instead?
-Be able to use the functions of the library System.Drawing
-Be able to get information from the character (SoulPoints; Skills:
shielding, sword, magic lvl, etc... in % and the actual level) 
-Be able to login after server save

What version and/or svn revision of TibiaTek Bot are you using?
2.2.3

What operating system are you using?
XP sp2

Do you have .NET Framework 2.0 or 3.5 installed?
3.5

Is the problem experienced on official servers or OT servers?
Both

Please provide any additional information below.
- In the scripting form just add                        
             CP.ReferencedAssemblies.Add("System.Drawing.dll")

Original issue reported on code.google.com by angelb...@marihuana.com on 23 Jan 2008 at 11:00

GoogleCodeExporter commented 9 years ago
I added Char statics, and Drawing class

Original comment by Oskari.V...@gmail.com on 26 Jan 2008 at 6:59

GoogleCodeExporter commented 9 years ago
I'm adding the auto login, it should be done soon.

Original comment by cameri2...@gmail.com on 8 Mar 2008 at 1:22