Hercules Elf Bot - Aug 9, 2012 8:17
Originally posted by [b]Tepoo[/b]
dont know if this is a database related bug or not but here is my mobdb
1608,G_THIEF_BUG__,Thief Bug Male,Thief Bug Male,19,583,1,0,0,1,76,88,24,5,1,29,16,5,36,0,10,12,1,4,27,0x318D,300,988,288,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
the only line "Thief Bug Male" appears. but if i want to spawn it ingame, i get a Orc hero who also acts like a orchero, spawn mob, casts spells, same hp, but with the name Thief Bug Male.
Can someone confirm this?
Hercules Elf Bot - Aug 9, 2012 12:19
Originally posted by [b]Joseph[/b]
Can simply reproduce with:
[CODE]
@monster 1
@monster " " 1
[/CODE]
Moving issue to core.
Hercules Elf Bot - Aug 9, 2012 14:33
Originally posted by [b]malufett[/b]
nope this is not a core bug..its a database/mob_db bug...
that is suppose to be [b]Orc Hero[/b]
[quote]2094,E_ORK_HERO2,Orc Hero,[b]1[/b],50,362000,1,2010,2010,1,662,1103,197,70,97,82,107,71,144,43,10,12,2,7,42,0x37B5,150,1678,780,648,1005,725,2000,607,5000,607,5000,968,9700,10018,500,1366,150,12539,50,1124,1000,985,4559,1387,100,0,0,0,0,4143,1[/quote]
Hercules Elf Bot - Aug 9, 2012 18:03
Originally posted by [b]Tepoo[/b]
in my eyes its a core bug, because when i write @monster "Thief Bug Male" 1 i want 1 Thief Bug Male and not the monster with the ID 1 o.o when i want the monster with the ID 1 i write @monster 1
Hercules Elf Bot - Aug 10, 2012 5:15
Originally posted by [b]malufett[/b]
actually quoting the parameter will make the summon monster screen name and the next parameter will be use to determine the monster id or name..
where [b]@monster "Thief Bug Male" 1 [/b]should be invalid however due to a database typo this became valid and summoning orc hero...
Hercules Elf Bot - Aug 10, 2012 5:41
Originally posted by [b]Tepoo[/b]
oh okay, doesnt realy make sense to me, but i understand what you want to say.+
but then i even would say its not a bug, because the system tought i want to spawn the monster with id1 named Thief Bug Male. :-D
Hercules Elf Bot - Aug 10, 2012 6:19
Originally posted by [b]malufett[/b]
yup that is right..^^,
and yup seems to be not a bug but a typo error..
Hercules Elf Bot - Aug 10, 2012 10:57
Originally posted by [b]Joseph[/b]
Thanks!
Fixed in [rev=16618].
Hercules Elf Bot - Aug 10, 2012 15:59
Originally posted by [b]Euphy[/b]
SQL file fixed in [rev=16619].
Hercules Elf Bot - Aug 11, 2012 7:19
Originally posted by [b]Tepoo[/b]
i love how fast you guys fix bugs.