Forgoten scrol

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
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Forgoten scrol

Post by bembelinas »

when im used forgoten scrol nothing hapenns only around me efect , but it no gaving any skill. whats the matter ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Forgoten scrol

Post by MELERIX »

what id of Forgotten Scroll ?
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

in data/multisell/969020

list>
<!-- Archer's Will -->
<item id="1">
<ingredient id="2807" count="2" enchant="0"/>
<production id="10553" count="1" enchant="0"/>
</item>
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Forgoten scrol

Post by MELERIX »

tested and works fine.

have you a error in server console or something ?
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

no erors maybe i need to write this id to navicat ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Forgoten scrol

Post by MELERIX »

is already done since long time ago in etcitem table

http://www.l2jdp.com/l2jdb/db_item.php?id=10553

check if your database is properly installed/updated
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Forgoten scrol

Post by janiii »

bembelinas has a modified client. can be that issue. also not known server version..
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

Now it's all ok :) and with that "no name" thanks :wink: I was misunderstood with what you sad "Clien Client" But now it's alright.

But i have another problem I have change price of item in gameserver/data/multisel and when i going to the game and click the gm shop and go to counsuamble there's nothink (empty)

everything alright in html.


http://yfrog.com/fvshot00002uep
Anakin666
Posts: 8
Joined: Wed Aug 13, 2008 3:18 pm

Re: Forgoten scrol

Post by Anakin666 »

the problem isnt the html,is the multisell, make sure to save it (using notepad or something) in .xml BUT also UTF-8 encoding.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Forgoten scrol

Post by MELERIX »

probably is because you are using...

npc_%objectId%_exc_multisell

instead of...

npc_%objectId%_multisell

so, take care about this because the first one is "only for exchange" and is valid "only for ARMOR & WEAPONS".

more info about this is in the documentation.txt file located inside the multisell folder.
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

Code: Select all

<tr><td align=center><img src="icon.pet_controler_i01" width=32 height=32></td><td align=center><img src="icon.etc_Gold_Dragon_i00" width=32 height=32></td><td align=center><img src="icon.etc_potion_gold_i00" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Pet" action="bypass -h npc_%objectId%_multisell 8256" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Exchange" action="bypass -h npc_%objectId%_exc_multisell 8259" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Potions" action="bypass -h npc_%objectId%_multisell 8254" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></td></tr></table><br><button value="Sell" action="bypass -h npc_%objectId%_Sell" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></center></body></html> 

and when i going to game ant to gm shop in the exchange bar nothing there...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Forgoten scrol

Post by janiii »

exc_multisell shows only items that the player has in his inventory and that the multisell has in exchange from them. e.g. if multisell has adena item id 57 as ingredient and the player has adena in inventory, it will be shown in the multisell window. if the player would not have any adena, it would not be shown in the multisell even if it is defined there.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

then what i need to do ? that in gm shop would be Exchange from adena to gold bar ??
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Forgoten scrol

Post by bembelinas »

Ok i will try to explain all from begining. when i were editing gm shop in my gameserver ewreting was ok . But when i wanted to change gm shop with "WinSCP" i change only armor price from 0 to 2 gold bars, and its started, disapeared armors all in armor table and bars exchange to adena :(
Post Reply