Jump to content
  • 0

Error adding new custom mob "Cannot find file : sprite"


Question

Posted

"Cannot find File : sprite\¸ó½ºÅÍ\.act"

Client 2022 04 06, (read data folder first) tutorial-rathena-renewal-single-player-installation-guide-2023
I'm using these data and system folder ROenglishRE/Renewal at master · llchrisll/ROenglishRE (github.com)
Custom mob guide Microsoft Word - AIO RAGNAROK ONLINE (supportmii.com)
Custom mob sprite data\sprite\¸ó½ºÅÍ\ black-catt

db\import\mob_db.yml

Header:
  Type: MOB_DB
  Version: 3

Body:
  - Id: 30000
    AegisName: BLACK_CATT
    Name: Black Catt
    Level: 1
    Hp: 10
    Attack: 1
    Attack2: 2
    Defense: 100
    MagicDefense: 99
    AttackRange: 1
    SkillRange: 7
    ChaseRange: 12
    Size: Small
    Race: Plant
    Element: Earth
    ElementLevel: 1
    WalkSpeed: 1000
    AttackDelay: 1
    AttackMotion: 1
    DamageMotion: 1
    Modes:
      IgnoreMagic: true
      IgnoreMelee: true
      IgnoreMisc: true
      IgnoreRanged: true
    Drops:
      - Item: Red_Herb
        Rate: 5500
      - Item: Flower
        Rate: 1000
      - Item: Shoot
        Rate: 1000
      - Item: Stem
        Rate: 500
      - Item: Pointed_Scale
        Rate: 300
      - Item: Fluff
        Rate: 500
      - Item: Ment
        Rate: 50
      - Item: Centimental_Flower
        Rate: 2
        StealProtected: true

 

data\lua files\datainfo\jobname.lub

	[jobtbl.JT_ZOMBIE_MASTER] = "ZOMBIE_MASTER",
	[jobtbl.JT_ZOMBIE_PRISONER] = "ZOMBIE_PRISONER",
	[jobtbl.JT_ZOMBIE_SLAUGHTER] = "ZOMBIE_SLAUGHTER",
	[jobtbl.JT_BLACK_CATT] = "BLACK_CATT",
}

 

data\lua files\datainfo\npcidentity.lub

	JT_MD_ED_LGTGUARD = 20542,
	JT_MD_ED_M_SCIENCE = 20543,
	JT_HIDDEN_MOB8 = 20562,
	JT_MISSING_OCTOPIG = 20569,
	JT_BLACK_CATT = 30000,
}


src\map\mob.cpp

// Limits for the monster database
#define MIN_MOB_DB 1000
#define MAX_MOB_DB 7000
#define MIN_MOB_DB2 20020
#define MAX_MOB_DB2 40000

// These define the range of available IDs for clones. [Valaris]
#define MOB_CLONE_START MAX_MOB_DB
#define MOB_CLONE_END MIN_MOB_DB2


@mi > @spawn 30000 > error > GE crash
error1.png.c467fac17129a19bdd23ece53ebff770.png error2.png.612eea869c73780d1c0024a28c241348.png


Any idea which part is wrong?

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...