Thread: Ub3r Definition Editor

Results 1 to 2 of 2
  1. #1 Ub3r Definition Editor 
    Banned

    Join Date
    Nov 2013
    Posts
    270
    Thanks given
    107
    Thanks received
    76
    Rep Power
    0
    So I was browsing R-S a couple weeks ago and happened to stumble upon this thread - http://www.rune-server.org/runescape...-like-see.html. It got a pretty good response with various tools being requested. I figured why not start working on one to edit definitions. My thought process was that by using my definition editor, I would provide my JSON item and NPC definitions and a quick tutorial on how to load them. Then the tool would work for anyone using the format I have. Overtime I would hope that people would add some higher revision data so the definitions can be used across any revision.

    Anyways, I wanted to start a project thread to track my progress and keep me motivated so cheers

    Features:
    - Something upwards of 500+ revision item and NPC definitions formatted in JSON.
    - Accurate and thorough data.
    - Visual editor.
    - Loading/Saving NPC definitions.
    - Loading/Saving item definitions.
    - Settings.

    Media:
    Spoiler for General Media:


    Main screen upon launching the app


    Tabbed NPC editor


    Radio buttons function properly (Can't select both)





    Sample Defintions:
    Spoiler for Item definition:

    Code:
            "itemName": "Abyssal whip",
            "itemId": 4151,
            "itemValue": 3000000,
            "isTradable": true,
            "isStackable": false,
            "isNote": false,
            "notedId": 4152,
            "unNotedId": -1,
            "equipmentDefinition": {
                "equipmentSlot": 3,
                "requirements": [
                    70,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    1
                ],
                "shieldDefinition": null
            },
            "weaponDefinition": {
                "isTwoHanded": false,
                "combatType": "MELEE",
                "attackStyles": {
                    "accurateAnimation": 1658,
                    "accurateSpeed": 4,
                    "aggressiveAnimation": 1658,
                    "aggressiveSpeed": 4,
                    "controlledAnimation": 1658,
                    "controlledSpeed": 4,
                    "defensiveAnimation": 1658,
                    "defensiveSpeed": 4
                },
                "rangedWeaponDefinition": null,
                "blockAnimation": 1659,
                "standAnimation": 10080,
                "walkAnimation": 1660,
                "runAnimation": 1661,
                "interfaceId": 93,
                "child": 10,
                "hasSpecialAttack": true,
                "specialAttackData": {
                    "animationId": 1658,
                    "animationDelay": 0,
                    "graphicId": 341,
                    "graphicDelay": 0,
                    "isHighGraphic": true,
                    "specialBarData": [
                        12323,
                        12335
                    ],
                    "specialAmount": "5.0",
                    "specialBarButtonId": 48023
                },
                "soundId": 0
            }


    Spoiler for NPC definition:

    Code:
            "id": 50,
            "name": "King Black Dragon",
            "examine": "The biggest, meanest dragon around.",
            "combat": 276,
            "size": 5,
            "attackable": true,
            "aggressive": true,
            "retreats": false,
            "poisonous": true,
            "respawn": 60,
            "maxHit": 45,
            "hitpoints": 240,
            "attackSpeed": 4000,
            "attackAnim": 25,
            "defenceAnim": 26,
            "deathAnim": 28,
            "attackBonus": 400,
            "defenceMelee": 500,
            "defenceRange": 450,
            "defenceMage": 550


    I'd also like to mention that I can't exactly remember where I got the definitions from. However, I believe one was converted by my friend Mko from XML to JSON.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Looks pretty nice Good job !

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. HyperionEdit - Item Definitions editor
    By Nikki in forum Tools
    Replies: 32
    Last Post: 02-28-2012, 12:48 AM
  2. 667 Definition Editor Tools
    By EvanFaise in forum Requests
    Replies: 3
    Last Post: 02-04-2012, 07:37 AM
  3. 639 dementhium npc definitions editor
    By Zᴀᴄʜ in forum Requests
    Replies: 2
    Last Post: 10-06-2011, 10:29 PM
  4. [639]dementhium Npc definition editor help
    By darkside1222 in forum Help
    Replies: 3
    Last Post: 09-28-2011, 09:34 PM
  5. [BETA] Item Definition Editor
    By tommo in forum Tools
    Replies: 6
    Last Post: 03-31-2011, 07:34 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •