Jump to content

Recommended Posts

Posted

Hey guys, I see that there is some kind of integration lack between the servers and the website (things like item donation, item sale, etc). I want to help by building the first Line][age API.

 

What is the API?(http://en.wikipedia.org/wiki/Application_programming_interface)

 

How it will work? (It will work for skills, materials, and any other kind of stuff  also)

you will make a request to l2api.0x4139/items?id=1 and you will receive this

{
  "item": {
    "id": "1",
    "type": "Weapon",
    "name": "Short Sword",
    "default_action":"equip",
    "weapon_type": "sword",
    "bodypart":"rhand",
    "random_damage": "10",
    "attack_range": "40",
    "damage_range": "0;0;40;120",
    "material": "steel",
    "weight": "1600",
    "price": "768",
    "soulshots": "1",
    "spiritshots": "1"
    ],
    "for": {
      "set": [
        {
          "order": "0x08",
          "stat": "pAtk",
          "val": "8"
        },
        {
          "order": "0x08",
          "stat": "mAtk",
          "val": "6"
        },
        {
          "order": "0x08",
          "stat": "rCrit",
          "val": "8"
        },
        {
          "order": "0x08",
          "stat": "pAtkSpd",
          "val": "379"
        }
      ]
    },
  "icon":"http://lineage.pmfun.com/data/img/weapon_small_sword_i00.png"
  }
}

How does that help you?

Takes care of the item stats and image for you :) without any kind of headache, and provides easy integration with any kind of website

 

What i need is help with the icons (pmfun has them, and i saw them in the theengo's ACP as well).I need all the item icons from (interlude or any other chronicle), i know that someone here has them :).

 

Pricing:

Contributors: Free for life :)

The others: 1 USD / month (i would give it for free ofc :), but i want to make a high quality service and host it using an Amazon S3 instance(DDOS and with redundancy) and i want to be able to pay the bill which will be like ~10USD per month )

 

What do you think? :) Please share your opinion

 

 

Posted

Hey guys, I see that there is some kind of integration lack between the servers and the website (things like item donation, item sale, etc). I want to help by building the first Line][age API.

 

What is the API?(http://en.wikipedia.org/wiki/Application_programming_interface)

 

How it will work? (It will work for skills, materials, and any other kind of stuff  also)

you will make a request to l2api.0x4139/items?id=1 and you will receive this

{
  "item": {
    "id": "1",
    "type": "Weapon",
    "name": "Short Sword",
    "default_action":"equip",
    "weapon_type": "sword",
    "bodypart":"rhand",
    "random_damage": "10",
    "attack_range": "40",
    "damage_range": "0;0;40;120",
    "material": "steel",
    "weight": "1600",
    "price": "768",
    "soulshots": "1",
    "spiritshots": "1"
    ],
    "for": {
      "set": [
        {
          "order": "0x08",
          "stat": "pAtk",
          "val": "8"
        },
        {
          "order": "0x08",
          "stat": "mAtk",
          "val": "6"
        },
        {
          "order": "0x08",
          "stat": "rCrit",
          "val": "8"
        },
        {
          "order": "0x08",
          "stat": "pAtkSpd",
          "val": "379"
        }
      ]
    },
  "icon":"http://lineage.pmfun.com/data/img/weapon_small_sword_i00.png"
  }
}

How does that help you?

Takes care of the item stats and image for you :) without any kind of headache, and provides easy integration with any kind of website

 

What i need is help with the icons (pmfun has them, and i saw them in the theengo's ACP as well).I need all the item icons from (interlude or any other chronicle), i know that someone here has them :).

 

Pricing:

Contributors: Free for life :)

The others: 1 USD / month (i would give it for free ofc :), but i want to make a high quality service and host it using an Amazon S3 instance(DDOS and with redundancy) and i want to be able to pay the bill which will be like ~10USD per month )

 

What do you think? :) Please share your opinion

 

Amazon instance is not good for game servers. (in terms of DoS/DDoS Protection)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock