Page 1 of 1

[help] custom summon without weapon

Posted: Wed May 26, 2010 11:13 pm
by darknessneo
L2J Revision Number:4086
L2JDP Revision Number:7279

Hello ppl,
well, i created custom summon.
Its a scroll. When a player use it, he have a tempo summon.
But, this summon dont have weapon.
I maked a death lord scroll (added in npc table), and i cant see the weapon. In pet table he have 78 (great sword) in rhand. So why i can't see the weapon ?

Image

He, on the screen you can't see the skill of attack, its another prob.
One prob by one prob :mrgreen: :mrgreen:

About my custom tempo summon, i maked a death lord like a pet too, not tempo, but i have the same prob with the weapon.

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 5:45 am
by JIV
That sword is only visual.
Probably client do not support it.

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 6:08 am
by janiii
imo you cannot make own summons. as you see you only get standard buttons, but you cannot add your own.

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:36 am
by jurchiks
of course the client supports it, the guy has the sword originally. probably something to do with the summon table not reading the weapon table (does ANY summon have a weapon?)

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:40 am
by JIV
why you asking us if you know how it work better :D

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:41 am
by jurchiks
who's asking what?

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:41 am
by janiii
jurchiks wrote:of course the client supports it, the guy has the sword originally. probably something to do with the summon table not reading the weapon table (does ANY summon have a weapon?)
before you say that something works for sure, you should test it by yourself. the SummonInfo packet has right hand and left hand, but it does not show it in client. so probably client issue.
see that also JIV wrote "probably" and that you write "of course". be aware of such statements and better do not write this way if you just want to make war with l2j devs.

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:43 am
by jurchiks
FYI I don't think we've ever been on good terms, nobody understands me anyway, so why should I care?
P.S. this is going into offtopic...

Re: [help] custom summon without weapon

Posted: Thu May 27, 2010 9:49 am
by JIV
oh, i though its answer from someone else... you should really get an avatar :P

Re: [help] custom summon without weapon

Posted: Fri May 28, 2010 12:54 am
by darknessneo
well only client issu... ?
damnit... nvm, thx for answers.

Re: [help] custom summon without weapon

Posted: Fri May 28, 2010 7:34 pm
by janiii
tried with the 78 sword in both rhand and lhand and also in armor and nothing helped. so probably really client doesnt support such thing. :/

Re: [help] custom summon without weapon

Posted: Fri May 28, 2010 7:58 pm
by darknessneo
janiii wrote:where did you set the weapon of the summon? which table exactly?
copy/paste the lign with death lord in NPC table, and insert my new summon like this :

INSERT INTO `npc` (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `enchant`, `walkspd`, `runspd`, `isUndead`, `absorb_level`, `absorb_type`, `drop_herbs`) VALUES
('90001', 20862, 'Death Lord', 0, '', 0, 'LineageMonster.death_lord', '21.00', '40.00', '86', 'male', 'L2Pet', 40, '17520', '6541', '13.43', '3.09', '40', '43', '30', '21', '20', '10', '7774', '820', '1720', '475', '957', '425', '278', '0', '333', '78', '0', '0', 10, '44', '191', 0, '0', 'LAST_HIT', 'false');

So here is my weapon in rhand : 78 for great sword.