[For Programmers!] DarkOrbit API .dll

10/06/2012 13:39 MagierDesGrauens#1
//Don't spam "What's this" if you aren't a programmer! Programmers know what i mean, if you spam this i will report you!

Hello,
i am working at a DarkOrbit API [a .dll file] for you programmers.
It's for VB2010 and there you can easily login with something like
_do.login(name, pass, server) and it returns 1 for done, 0 for failed, -1 for banned etc.
So you only include my .dll :)

Only for Browser, not for Flash-Client!

Done: 5%
Functions now:

Function Returns ?%
Login → login(l_name, l_pass, l_server, l_cookiecontainer) Array: 0=Login failed, -1=Server not found, 1=Login done 100%
---
Load infos → loadInfos(lI_server, lI_cookiecontainer) Array: 0=userID, 1=Level, 2=Exp, 3=Honor, 4=Credits, 5=Uri 100%
---
Load Upgrade Items → loadItems(lI_server, lI_cookiecontainer) Array: 0=ItemID, 1=ItemLevel, 2=ItemName, 3=ItemType, 4=ItemStatus[0=Nothing, 1=Upgrading, 2=Upgrading done] 100%
Upgrade Items → startUpgradeItems(sUI_itemID, sUI_type, sUI_percent, sUI_server, sUI_cookiecontainer + completeUpgradeItem(cUI_itemID, cUI_server, cUI_cookiecontainer) - 100%
---

Download: No download because i am working at it.

~ MagierDesGrauens
10/06/2012 14:13 Prime.™#2
Where is that API ?
10/06/2012 14:20 MagierDesGrauens#3
Quote:
Originally Posted by imaboortsog View Post
Where is that API ?
I am working at it ;)
10/06/2012 14:22 hoocrax#4
I had planned something like this too long back.. good luck though.
10/06/2012 15:08 MagierDesGrauens#5
Quote:
Originally Posted by hoocrax View Post
I had planned something like this too long back.. good luck though.
thanks. Login works :)


Dim _doLogin As New DarkOrbit_API.DarkOrbitLogin

Dim res = _doLogin.login(ByVal l_name, ByVal l_pass, ByVal l_server, ByVal l_cookiecontainer)
Returns:
0 =Login failed
-1 =Server not found
1 =Login done
10/06/2012 15:13 TheAldi#6
I think i got this too :D
Is the file around 74kb?
10/06/2012 15:21 hoocrax#7
If you need help in any functions in this :- [Only registered and activated users can see links. Click Here To Register...]
Id be glad to help :)
10/06/2012 16:13 MagierDesGrauens#8
Quote:
Originally Posted by TheAldi View Post
I think i got this too :D
Is the file around 74kb?
No it's not the PBDO file ;)
i make my own API because the API from PBDO is shit :D

Quote:
Originally Posted by hoocrax View Post
If you need help in any functions in this :- [Only registered and activated users can see links. Click Here To Register...]
Id be glad to help :)
I need it first for my Item Upgrader. So first i will make that it can upgrade items etc. and than functions to upgrade skylab etc ;) the API will take much time but with this you only need to type:
login(name,server,pass,cookiecontainer [for more accounts at one time])
and it returns if it could login or not ;=)
so easy :) i love it...


//Do you think i could sell my API? because with this you can do multi-accounting too!
10/06/2012 16:14 'Heaven.#9
Goodluck :D
10/06/2012 18:21 Andrew™#10
When will be release, and how much it will cost? :D Good luck ;)
10/06/2012 18:27 deathline4ever#11
When you develop it in VB.Net i can use it also in C# or?!
10/06/2012 19:05 L1m4ro#12
Good idea, and good luck! :)
10/06/2012 19:45 TheAldi#13
@MagierDesGrauens
Ok i dont look into the PBDO Darkorbit API i just found it on my PC :D

Good luck with your own API :)
10/13/2012 13:47 MagierDesGrauens#14
Quote:
Originally Posted by Andrew™ View Post
When will be release, and how much it will cost? :D Good luck ;)
I don't know :D

Quote:
Originally Posted by deathline4ever View Post
When you develop it in VB.Net i can use it also in C# or?!
I think yes because it's only a dll file ;) i can use the PBDO API too but it's coded in c# and i program in vb2010 so it should work

Quote:
Originally Posted by darkunited View Post
Good idea, and good luck! :)
Thanks dude :)

Quote:
Originally Posted by TheAldi View Post
@MagierDesGrauens
Ok i dont look into the PBDO Darkorbit API i just found it on my PC :D

Good luck with your own API :)
Thanks too ;)

BTW: load/getInfos 100% ^^ ... i will start programming now again, because i was at a party ;)

EDIT: Load Upgrade Items | 100%


NEW:
What more functions should this API have?
10/13/2012 14:20 Dr.Toni-old#15
More like the PBDO API hehe :)

BTW:

Nice Idea :)