Jump to content
  • 0

toren enchantment


hendra814

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

para_suv02 is set to 14 after finishing any quest by Instructor Ur and receiving the Paradise Advance Gears.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

what torrent enchantment ??

and those variable you mentioned...

only appear within this file

trunk/npc/re/quests/eden/eden_quests.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

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.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

anyone can help me.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

oo, isee, I will test it.

Thanks Euphy

Link to comment
Share on other sites

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.

×
×
  • Create New...