Giter Club home page Giter Club logo

Comments (24)

idamonli avatar idamonli commented on July 22, 2024

kROName
iROName

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli can you give me an example of the entry in mob_db.txt?

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli do you have discord?

from trunk.

idamonli avatar idamonli commented on July 22, 2024

1001,SCORPION,蝎子,Scorpion,16,153,1,108,81,1,33,7,16,5,12,15,10,5,19,5,10,12,0,4,23,0x2003091,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1

from trunk.

idamonli avatar idamonli commented on July 22, 2024

2890,C4_ARGOS,[狂怒]艾斯蜘蛛,Furious Argos,47,5025,1,900,3030,1,114,45,58,8,38,22,25,5,26,15,10,12,2,4,25,0x2003095,300,1468,468,768,0,0,0,0,0,0,0,1025,9000,911,1200,1042,500,757,61,511,670,601,250,10017,15,0,0,0,0,4075,1

from trunk.

idamonli avatar idamonli commented on July 22, 2024

mob_db.txt
this is my mob_db.txt

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli will try it

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli it is in ANSI encoding right?

from trunk.

idamonli avatar idamonli commented on July 22, 2024

@exneval thanks

from trunk.

idamonli avatar idamonli commented on July 22, 2024

it is ANSI

from trunk.

exneval avatar exneval commented on July 22, 2024

mob_db.zip

@idamonli please try this

from trunk.

idamonli avatar idamonli commented on July 22, 2024

Just now, I tried to improve your file.
convert_mobdb.zip

The file was correctly converted

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli yea I did the same thing, will update it in the next commit

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli but your mob_db.txt has invalid character in drop table, search for character "?", and will not make the conversion works

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli 2996,XM_CELINE_KIMI has invalid character "?" in drop table you need to remove it

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli in your mob_db.txt find character question mark "?", it is in celine kimi 2996

from trunk.

idamonli avatar idamonli commented on July 22, 2024

{
Id: 2996
SpriteName: "XM_CELINE_KIMI"
Name: "席琳基米"
Level: 160
HP: 66666700
SP: 1
EXP: 4444440
JEXP: 3666670
Range1: 2
ATK1: 6666
ATK2: 6666
DEF: 479
MDEF: 444
Stats: {
STR: 144
AGI: 166
VIT: 44
INT: 444
DEX: 166
LUK: 166
}
Range2: 10
Range3: 12
Size: "Size_Large"
Race: "RC_Undead"
Element: {
Type: "Ele_Ghost"
Level: 1
}
Mode: "0x6283695"
Speed: 100
aDelay: 768
aMotion: 1056
dMotion: 480
MEXP: 2020200
MVPDrops: (
{
ItemId: 12246
Rate: 2500
}
)
Drops: (
{
ItemId: 712
Rate: 10000
},
{
ItemId: 7640
Rate: 4000
},
{
ItemId: 7642
Rate: 4000
},
{
ItemId: 13442
Rate: 100
},
{
ItemId: 19701
Rate: 100
},
{
ItemId: 22534
Rate: 4000
},
Rate: 200
{
ItemId: 31023
Rate: 1
StealProtected: true
}
)
},
{
Id: 2997
SpriteName: "G_XM_CELINE_KIMI"
Name: "席琳基米"
Level: 160
HP: 66666700
SP: 1
EXP: 0
JEXP: 0
Range1: 2
ATK1: 6666
ATK2: 6666
DEF: 479
MDEF: 444
Stats: {
STR: 144
AGI: 166
VIT: 44
INT: 444
DEX: 166
LUK: 166
}
Range2: 10
Range3: 12
Size: "Size_Large"
Race: "RC_Undead"
Element: {
Type: "Ele_Ghost"
Level: 1
}
Mode: "0x6203695"
Speed: 100
aDelay: 768
aMotion: 1056
dMotion: 480
Drops: (
{
ItemId: 6683
Rate: 10000
}
)
},

It looks normal to me.

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli see your 2996 doesn't have 28513 dropid because in your mob_db.txt
2996,XM_CELINE_KIMI,ϯÁÕ»ùÃ×,Celine Kimi,160,66666700,1,4444440,3666670,2,6666,6666,479,444,144,166,44,444,166,166,10,12,2,1,28,0x6283695,100,768,1056,480,2020200,12246,2500,0,0,0,0,712,10000,7640,4000,7642,4000,0,0,13442,100,19701,100,22534,4000,0,0,?28513,200,31023,1

there is ?28513

from trunk.

idamonli avatar idamonli commented on July 22, 2024

@exneval Yeah, I saw it.Thank you very much.

from trunk.

exneval avatar exneval commented on July 22, 2024

ok, you need to do the conversion again after that or just edit the mob_db.conf

from trunk.

idamonli avatar idamonli commented on July 22, 2024

DamageTaken
It might be easier to create a new file for this project.

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli well.. it already been added to the mob_db.conf just like random option group

from trunk.

idamonli avatar idamonli commented on July 22, 2024

@exneval Yeah, okay. I'm trying to use the new structure.

from trunk.

exneval avatar exneval commented on July 22, 2024

@idamonli you can contact me faster in discord exneval#5925

from trunk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.