Jump to content
  • 0

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


jamesandrew

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.07
  • Content Count:  58
  • Reputation:   3
  • Joined:  06/21/23
  • Last Seen:  

"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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  102
  • Reputation:   6
  • Joined:  03/02/18
  • Last Seen:  

copy any sprite then rename it to .act

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.07
  • Content Count:  58
  • Reputation:   3
  • Joined:  06/21/23
  • Last Seen:  

9 minutes ago, AceofSpades said:

copy any sprite then rename it to .act

I copied these image.png.6a60d2c675593b58c28be28bac37c0e7.png

I got this error now
image.png.3862019132fbc9a5fd28e3708c367ee5.png

then 
image.png.8b38ca9ddaac56b1d2795496b2e8a3de.png

and GE crash 😞

Link to comment
Share on other sites

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.

×
×
  • Create New...