Page 1 of 1

Bit help pls

Posted: Mon Oct 25, 2010 12:34 pm
by Emanuel
Freya,server and datapack unstable.zip download Server Version=4422
Datapack Version=7669

2-3 bit problem

1) have me spawn in giran town for test controll command RB Valakas //spawn Valakas all ok spawn the problem is now him is every time in giran town and not unspawn I have //kill death later 1 minuts respawn automatic
= problem for spawn item large squash how possible me deleted this of Giran town ?
---
2) in Item file 2400-2499.xml I have see Juice potion if me in admin pannel gm shop write created Item and insert id 2429 not created juice haste but boot armor.
---
3) Mirthil Undergament Exsist item if exsist how possible I see in Shop for used,
---
4)if possible setting talisma duration mana number 60 at 999 for more time duration ?
for fix talisman blue defense (berseker increased p.atk atk speed,m.atk) at work now not work,
---
5)for disable quest for learn certificate sub class,
---
6) for created me 1 npc shop with custom item how possible.
---
7)TvT event not work

THX AT ALL FOR HELP sorry My english I not speak good.

Re: Bit help pls

Posted: Mon Oct 25, 2010 1:16 pm
by digunan
On Valakas case:

/target valakas
//delete

Re: Bit help pls

Posted: Mon Oct 25, 2010 1:35 pm
by SolidSnake
1) target Valakas and write //delete
2) 2429 is the skill, 10260 the item ID
3) What?
4) Change talismans' duration in database's armor table to 999 (I'm not sure)
5) Change AltSubClassWithoutQuests = False to True in character.properties config file
6) Use search
7) Change TvTEventEnabled = False to True in l2jmods.properties config file

Re: Bit help pls

Posted: Mon Oct 25, 2010 6:59 pm
by Emanuel
1) target Valakas and write //delete
very nice more easy :D for delete valakas and other 2 npc now is ok thx
2) 2429 is the skill, 10260 the item ID
very nice juice not all work but nice
3) What?
Mirthil Undergament is an tatoo part armor used or mirthil or tshirt
4) Change talismans' duration in database's armor table to 999 (I'm not sure)
not have find but search again
5) Change AltSubClassWithoutQuests = False to True in character.properties config file
is true for sub class it's ok I need disable quest for eye meet in hardin accademy for insert certificate sub class and divine trasfrormation without quest
6) Use search
now search for find guide for custop shop npc have find lj2 file editor but i dont know used
7) Change TvTEventEnabled = False to True in l2jmods.properties config file
is true tvt event but not start possible why i not have setting time correct i need start every 10 minuts small tvt event for 10 minuts

HA thx for now anticipate 60% my problem i have resolt last 40% and funny plays
(40% is npc shop custop teleport custom (this resolv now ) fix juice power p.atk not work fix talisman blue defende (with berserker augument) and disable quest for insert certificate learn in avant garde trasformation wizard.

Re: Bit help pls

Posted: Mon Jan 17, 2011 2:00 am
by galagard
I need disable quest for eye meet in hardin accademy for insert certificate sub class and divine trasfrormation without quest
me too, ideas?

Re: Bit help pls

Posted: Mon Jan 17, 2011 12:07 pm
by SolidSnake
This is an old patch made by me (datapack revision 7669)

Code: Select all

Index: data/scripts/custom/8005_SubClassSkills/__init__.py===================================================================--- data/scripts/custom/8005_SubClassSkills/__init__.py (revision 7669)+++ data/scripts/custom/8005_SubClassSkills/__init__.py (working copy)@@ -104,8 +104,9 @@      st2 = player.getQuestState("136_MoreThanMeetsTheEye")      if player.isSubClassActive():        htmltext = "8005-04.htm"-     elif not st2 or st2.getState() != State.COMPLETED :-       htmltext = "8005-03.htm"      else:        j=0        for i in SKILLITEMS:

Re: Bit help pls

Posted: Mon Jan 17, 2011 3:29 pm
by galagard
thanks, works fine... :) :D :mrgreen:

Re: Bit help pls

Posted: Wed Jan 19, 2011 4:33 pm
by Braske
i need help:
I can put in GM Shop Caradine letter for nbls Q and players can buy it - and very speedy complete it
ok my question is - what i can to put in GM Shop for Sub q? (i dont want turn off subclass without Q)
some can help me?

Re: Bit help pls

Posted: Wed Jan 19, 2011 8:51 pm
by dark911_ro
Search for items needed for noblesse quest and put them in shop.

Ex : Lunargent, hellfire Oil , ring and necklace from mobs in valley of saints , staff from barakiel... etc.

Re: Bit help pls

Posted: Wed Jan 19, 2011 9:35 pm
by Braske
dark911_ro wrote:Search for items needed for noblesse quest and put them in shop.

Ex : Lunargent, hellfire Oil , ring and necklace from mobs in valley of saints , staff from barakiel... etc.
oh, no no. you not correct undestand me. Q item for nbls (Caradine letter) i show like simple example, i need sell Q item for to finish Sub Q (of course i can put Luna, Pure, Blood) but i need some simple (becouse mimir elixir NPC dont recognise)

Re: Bit help pls

Posted: Wed Jan 19, 2011 10:11 pm
by dark911_ro
How come mimir elixir is not recognized ?

Check id again .. is an item like any other item

Re: Bit help pls

Posted: Wed Jan 19, 2011 11:01 pm
by _DS_
Becuase quest state is checked, not item availability.