Jump to content
  • 0

[Charleston Crisis] Verus Enchants


CyberDevil

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

I open this topic to find out if anyone has a custom script already created or support me to made it with the Charleston Crisis enchantment system described on this iROwiki page: https://irowiki.org/wiki/Verus_Enchants

This system is already working on NovaRO and can be viewed here: https://www.novaragnarok.com/wiki/Verus_Equipment_Exchange

Also with this occasion I wanted to share my modifications to the instance version of @Ziu, @Alayne and @DanielArt for the addition of the 6 missing equipements (Mass Charleston NPC) exchangeable with 10 Charleston Parts and part of the @llchrisll's file that introduces the 2 NPC PLUTO_09 and MARS_01 in Verus which allow you to purchase the Excellion Set and related enchantments: https://www.novaragnarok.com/wiki/Verus_Equipment_Exchange#Excellion_Set

With these 2 files, the instance Charleston Crisis is almost complete, but unfortunately it will only lack the part related to the enchanters... alone I can not do it because I'm not a good coder but I think you could copy and edit from the system of enchantments of Mora, as reported by IROWiki:

Quote

The process is similar to Mora Enchants, but instead of using Mora Coins, and Charleston Components are used.

 

CharlestonCrisis.txt

excellion_gear.txt

Edited by CyberDevil
  • Love 3
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Check out my script collections ^^
Charleston Crisis NPC's

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

Thank you a to @crazyarashi it's a very complete script but I have an error:

[Error]:  Loading NPC file: npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt
script error on npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt line 134
    parse_line: expect command, missing function name or calling undeclared function
   129 :        "Pile Bunker T",16032;
   130 :        setarray .bunker_requirement,1549,1,6751,300,6750,15;
   131 :        end;
   132 : }
   133 :
*  134 : 'v'erus04,69,108,5     script  Mass Charleston#exchanger_2     4_F_CHARLESTON01,{
   135 :        if (checkweight(1201,1) == 0) {
   136 :                mes "Inventory full, speak to me again when you have enough space.";
   137 :                close;
   138 :        }
   139 :        if (MaxWeight - Weight < 5000) {

Can you help me to correct this?

Edit: I verified that the problem is something on the first npc, in fact if I comment it (from line 12 to line 132) , I have no more error in the console

Edited by CyberDevil
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   7
  • Joined:  08/15/18
  • Last Seen:  

On 1/22/2019 at 6:42 AM, CyberDevil said:

Thank you a to @crazyarashi it's a very complete script but I have an error:


[Error]:  Loading NPC file: npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt
script error on npc/custom/instance/Charleston_Crisis/Verus_Merchants.txt line 134
    parse_line: expect command, missing function name or calling undeclared function
   129 :        "Pile Bunker T",16032;
   130 :        setarray .bunker_requirement,1549,1,6751,300,6750,15;
   131 :        end;
   132 : }
   133 :
*  134 : 'v'erus04,69,108,5     script  Mass Charleston#exchanger_2     4_F_CHARLESTON01,{
   135 :        if (checkweight(1201,1) == 0) {
   136 :                mes "Inventory full, speak to me again when you have enough space.";
   137 :                close;
   138 :        }
   139 :        if (MaxWeight - Weight < 5000) {

Can you help me to correct this?

Edit: I verified that the problem is something on the first npc, in fact if I comment it (from line 12 to line 132) , I have no more error in the console

Yes D:!

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

https://github.com/crazystorm2017/Rathena-Script-Collection/blob/fdfef9b16ecb227d7647c53e40b1e89ab718d611/Script/Charleston Crisis/Verus_Merchants.c#L81

line 81

change

.@miss++

to

.@miss++;

(in another word , add semicolon after .@miss++)

Edited by sader1992
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   7
  • Joined:  08/15/18
  • Last Seen:  

13 hours ago, sader1992 said:

THX ♥

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

any scripts that still work for charleston right now?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   7
  • Joined:  08/15/18
  • Last Seen:  

As which?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

On 2/7/2020 at 2:46 PM, Abeiy said:

As which?

This Charleston Crisis seems like not working anymore for latest rAthena. I think because of instancing changes in latest rAthena.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   17
  • Joined:  12/12/15
  • Last Seen:  

@Amir Azman

Nyliar's script for Charleston Crisis still works for the rAthena:

 

I also replaced Nyliar's merchant with CrazyArashi's merchants since I liked the layout much more. 
Here is how it looks on my server:

screenChocobotRO015.thumb.jpg.219e2dd57792d6b20562f06e371328ab.jpg

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...