Bit help pls
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 13
- Joined: Fri Oct 22, 2010 10:57 am
Bit help pls
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.
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.
-
- Posts: 48
- Joined: Tue Nov 10, 2009 8:21 pm
Re: Bit help pls
On Valakas case:
/target valakas
//delete
/target valakas
//delete
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: Bit help pls
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
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

-
- Posts: 13
- Joined: Fri Oct 22, 2010 10:57 am
Re: Bit help pls
1) target Valakas and write //delete
very nice more easy
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.
very nice more easy

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.
-
- Posts: 28
- Joined: Tue Dec 21, 2010 5:58 am
Re: Bit help pls
me too, ideas?I need disable quest for eye meet in hardin accademy for insert certificate sub class and divine trasfrormation without quest
- SolidSnake
- Posts: 865
- Joined: Wed Jan 20, 2010 6:54 pm
- Location: Italy
Re: Bit help pls
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:

- Braske
- Posts: 29
- Joined: Sat Jul 03, 2010 2:43 am
Re: Bit help pls
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?
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?
- dark911_ro
- Posts: 80
- Joined: Wed Sep 08, 2010 11:48 am
- Location: Romania
Re: Bit help pls
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.
Ex : Lunargent, hellfire Oil , ring and necklace from mobs in valley of saints , staff from barakiel... etc.
- Braske
- Posts: 29
- Joined: Sat Jul 03, 2010 2:43 am
Re: Bit help pls
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)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.
- dark911_ro
- Posts: 80
- Joined: Wed Sep 08, 2010 11:48 am
- Location: Romania
Re: Bit help pls
How come mimir elixir is not recognized ?
Check id again .. is an item like any other item
Check id again .. is an item like any other item
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: Bit help pls
Becuase quest state is checked, not item availability.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;