hendra814 Posted September 13, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1292 Reputation: 172 Joined: 06/12/12 Last Seen: 2 hours ago Share Posted September 13, 2012 (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 September 13, 2012 by hendra814 Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share Posted September 13, 2012 what torrent enchantment ?? and those variable you mentioned... only appear within this file trunk/npc/re/quests/eden/eden_quests.txt Quote Link to comment Share on other sites More sharing options...
hendra814 Posted September 13, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1292 Reputation: 172 Joined: 06/12/12 Last Seen: 2 hours ago Author Share Posted September 13, 2012 (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 September 14, 2012 by Mysterious Please use [codebox] for content that is longer than 10 lines. Quote Link to comment Share on other sites More sharing options...
hendra814 Posted September 17, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1292 Reputation: 172 Joined: 06/12/12 Last Seen: 2 hours ago Author Share Posted September 17, 2012 anyone can help me. Quote Link to comment Share on other sites More sharing options...
Euphy Posted September 17, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 17, 2012 para_suv02 is set to 14 after finishing any quest by Instructor Ur and receiving the Paradise Advance Gears. Quote Link to comment Share on other sites More sharing options...
hendra814 Posted September 18, 2012 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1292 Reputation: 172 Joined: 06/12/12 Last Seen: 2 hours ago Author Share Posted September 18, 2012 oo, isee, I will test it. Thanks Euphy Quote Link to comment Share on other sites More sharing options...
Question
hendra814
hii everyone, is any body know about torent enchantment?
How to get it, because in the script to get enchantment quest must set into
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 hendra814Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.