Jump to content
  • 0

Custom Mob Showing as Poring on 20200401 client


OffGrid

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/29/20
  • Last Seen:  

I know this was asked on different threads already but they are for those who are using < 2020 clients.

The problem i'm experiencing is as the title says, my custom mob is not using the correct sprite (showing as poring).

Currently, i'm using the 20200401 client, for a Renewal server, and am trying to use an existing sprite (barricade.spr/act from mobid 1905/1906) to create my own dummy. Sprites are also added on data\sprite\몬스터\. Here are my configs:

 jobname.lub/lua

Quote

[jobtbl.JT_CUSTOM_MOB1] = "BARRICADE",

npcidentity.lub/lua

Quote

JT_CUSTOM_MOB1 = 3998,

jobidentity.lub/lua

Quote

JT_CUSTOM_MOB1 = 3998,

re\mob_db.yml

Quote
  - Id3998
    AegisNameCUSTOM_MOB1
    Name: Custom Mob1
    Level150
    Hp99999999
    Defense120
    MagicDefense120
    SizeMedium
    RaceDemihuman
    ElementNeutral
    ElementLevel1
    WalkSpeed200
    DamageMotion1000
    ClassGuardian
    Modes:
      NoRandomWalktrue
      TeleportBlocktrue
      KnockBackImmunetrue
      Mvptrue


I've been trying out all the suggestions from other threads but no luck. ?

Any help is appreciated. Thanks.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

try this

db/import/mob_avail

Header:
  Type: MOB_AVAIL_DB
  Version: 1
  
Body:
  - Mob: CUSTOM_MOB1
    Sprite: BARRICADE //Enter the sprite ID you want to appear for you custom monster  

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...