Jump to content
  • 0

toren enchantment


Question

Posted (edited)

hii everyone, is any body know about torent enchantment?

How to get it, because in the script to get enchantment quest must set into

if (para_suv02 == 5 || para_suv02 == 7 || para_suv02 == 9 || para_suv02 == 11 || para_suv02 == 13)

when i'm looking for para_suv02,5 until para_suv02,13

i didn't find it in the script.

So please help me.

Thanks.

Edited by hendra814

5 answers to this question

Recommended Posts

Posted (edited)

what i'm meant is this section

case 2:
	if (para_suv02 < 14) {
		mes "[Toren]";
		mes "First you need the ^0000FFAdvanced Paradise Gears^000000.";
		close;
	}
	if (paragearenchant < 1) {
		mes "[Toren]";
		mes "Alright, but I'll need a few items for the enchantment process.";
		next;
		if (BaseLevel >= 90) {
			set paragearenchant,1;
			setquest 7239;
			mes "[Toren]";
			mes "Just bring me ^0000FF20 Used Iron Plates^000000.";
			close;
		}
		set paragearenchant,2;
		setquest 7238;
		mes "[Toren]";
		mes "Just bring me ^0000FF20 Iron Ores and 10 Irons^000000.";
		close;
	}
	if (paragearenchant == 1) {
		if (countitem(7319) >= 20) {
			mes "[Toren]";
			mes "Thanks, that's what I needed!";
			next;
			delitem 7319,20; // Used Iron Plate
			set paragearenchant,3;
			changequest 7239,7240;
			mes "[Toren]";
			mes "Give me a second to prepare before I enchant your gears.";
			close;
		}
		mes "[Toren]";
		mes "Just bring me ^0000FF20 Used Iron Plates^000000.";
		close;
}

how to get para_suv02 < 14, because i'm looking in the script jus have set para_suv02, 4

so i can't using enchantment with toren NPC and Weapons Expert NPC

Edited by Mysterious
Please use [codebox] for content that is longer than 10 lines.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...