These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Issues, Workarounds & Localization

 
  • Topic is locked indefinitely.
 

IGB CCPEVE.createContract function issue.

First post
Author
Bijih Bah
Deep Core Mining Inc.
Caldari State
#1 - 2011-09-26 17:37:15 UTC
if you use the CCPEVE.createContract function, the contract type is correct, the station selected is correct but it will ignore (i.e. will not select) the item that you put on the list.

CCPEVE.createContract(1,60014945,'519')

Also you seem to be missing a way to indicate the quantity. I guess we could repeat the item until we have the correct quantity of items but for ammo it would cause a problem.
Irsiy
Peacemakerz
#2 - 2011-11-14 09:28:51 UTC  |  Edited by: Irsiy
This method doesn't work with typeID, but with unique itemID. But I can't get itemIDs where I generate my webpage . What should I do? : (

For example:

url=showinfo:24509//1004523278992 Thunderbolt Fury Heavy Missile


CCPEVE.createContract(contractType, 61000035, '24509') doesn't work

CCPEVE.createContract(contractType, 61000035, '1004523278992') works but it's not acceptable for me
CCP Atlas
C C P
C C P Alliance
#3 - 2011-11-15 10:57:31 UTC
You will need to get those itemID's from the EvE API's asset list call.
Flare Storm
Native Freshfood
Minmatar Republic
#4 - 2012-01-12 23:46:40 UTC
Is there currently any additional arguments to this function so you can default it f.ex to Alliance Contracts ?