[help] custom summon without weapon

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

[help] custom summon without weapon

Post 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.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [help] custom summon without weapon

Post by JIV »

That sword is only visual.
Probably client do not support it.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [help] custom summon without weapon

Post by janiii »

imo you cannot make own summons. as you see you only get standard buttons, but you cannot add your own.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [help] custom summon without weapon

Post 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?)
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [help] custom summon without weapon

Post by JIV »

why you asking us if you know how it work better :D
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [help] custom summon without weapon

Post by jurchiks »

who's asking what?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [help] custom summon without weapon

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: [help] custom summon without weapon

Post 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...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [help] custom summon without weapon

Post by JIV »

oh, i though its answer from someone else... you should really get an avatar :P
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

Re: [help] custom summon without weapon

Post by darknessneo »

well only client issu... ?
damnit... nvm, thx for answers.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [help] custom summon without weapon

Post 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. :/
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

Re: [help] custom summon without weapon

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