Jump to content

[Quest] Celine - The Costume Headgar maker v4.0 *New Headgear+Godlike*


Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

File Name: celine_v4.0
File SubmitterEyske
File Submitted: 25.06.2014 (v1.0)
File CategoryGame, Event, Quest Script Releases
Content Author: Eyske

 

10511092_526253454142149_290848663429610

 

Dear rAthena user,
 
today I would like to  release an new Script from me. It is indeed yet an short one, but be sure that I will expand it with more Headgears!

I am still new with scripting, so please give some adivces on how to be better, I appreciate any constructive suggestion and feedback.

 

 

Purpose:

Celine offers the Player some Costume Headgears in exchange for various Items.

Please be sure, that I will add more Headgears with the next Script update.

 

You can active or deactive the NPC completly or what she offers to make via an GM Only NPC live ingame!

 

What is she offering right now:

- Costume Heart Wing Headband (v1.0)

- Costume Angeling Hat (v2.0)

- Costume Wild Rose (v2.0)

- Costume Vanargand Helm (v4.0)

- Costume Devil Whisper (v4.0)

- Costume Polar Bear Cap (v4.0)

- Costume King Poring Hat (v4.0) || Read Note#1

 

Note#1:

This Headgear is suppose to be an Godlike Headgear! Making this Headgear is rated ,,Super Difficult and Time Consuming".

According to the Script you will need to collect various MVP Cards that are going to be deleted during the crafting process.

I suggest you add an special Costume Script to this Item to make it worth the effort. I thought about giving it all the Effects the deleted MVP Cards had (+/- some effect to keep it balanced but yet an truly godlike worth the massive effort!).

It is up to you to edit the Script of this Item in your local item_db.sql and make it truely Godlike!

 

Installation:
Just put it into your NPC folder and add it to your scripts_athena file. Done  :)
Attention: Please make sure before you add this Script, that your Server has all the needed Items, Monsters and that all Items and/ or Monstrs are working as intended to avoid any bugs or exploits!
 
 
Terms & Conditions:

- You are not allowed to reproduce or make profit of this script

- You are not allowed to take credit for this script. Though you can modify/edit it to your liking.

- If you want me to add some stuff for you, pls let me know here and I will try to add them as soon as possible!

- If you need support just write here.

- Use this Script at your own Risk  ;)

 

 

Changelog:

v2.0:

- Added 2 New Headgears

---> Costume Angeling Hat

---> Costume Wild Rose

- Fixed an error, that let players create an Headgear even though you disabled it

 

v3.0:

- Fixed the apparence of the NPC. She now has the right appearance (Wanderer look-a-like) and no longer looks like a pile of wood.

 

v3.1:

- Fixed an error that broke the Script and prevented it from working completely.

 

v4.0:

- Added a new Admin NPC. You can now disable the whole Celine NPC and/ or various services she offers live ingame!

- Added 4 New Headgears

---> Costume Vanargand Helm

---> Costume Devil Whisper

----> Costume Polar Bear Cap

----> Costume King Poring Hat

 

Facebook:

Please ,,Like" my Facebook site and get the newest updates, Hotfixes and expansions from my Scripts, Maps and other Projects I am working on. I will also upload Facebook exclusive stuff for free there such as unique Maps and Scripts.

 

Click this Link or the Link in my Signature, THANK YOU!!!

 

 

Download:

*I would appreciate an ,,Thank you" , ,,Thumb Up!" and/ or Feedback if you downloaded my File  - If you use my Script on your Server, please let me know what your Player thought of it*

 

celine_v4.0.txt

Edited by Eyske
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

~~~~

Update:

 

v3.0 released with some fixes.

Please check the Changelog for more information!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  111
  • Reputation:   2
  • Joined:  05/09/13
  • Last Seen:  

i get this

 

script error on npc/cro/quest/costume.txt line 108
    parse_simpleexpr: unmatched ')'
   103 : 		}
   104 : 	menu "Costume Heart Wing Hairband",CHWH,"Costume Angeling Hat",CAH,"Costume Wild Rose",CWR,"Nothing",Exit;
   105 : 
   106 : 		CHWH:	//Costume Hearth Wing Heartband
   107 : 		if ($celine_c1 == 1) {
*  108 : 			if (countitem(982) >= 3 && countitem(975) >= 1 && countitem(7215) '='> 50 && countitem(952) => 50 && countitem(7213) >= 25 && countitem(7038) => 100 && countitem(7166) => 250 && countitem(5164) => 1 && countitem(2214) => 1 && countitem(12373) => 1) {
   109 : 				mes	"[Celine]";
   110 : 				mes	"Here you go!";
   111 : 				delitem 982,3;
   112 : 				delitem 975,1;
   113 : 				delitem 7215,50;

please help on this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

Hello BFPKiller,

 

thank you for your Report!

 

change the line 108 to:

 

if (countitem(982) >= 3 && countitem(975) >= 1 && countitem(7215) >= 50 && co

 

an it should work again!

 

Please tell me, if this fix helped, thank you!

 

This error will be corrected with v3.1.

 

 

Edit:

 

It seems that there are more such errors. However, my Mapserver was able to read and fix them itself when I was testing the script on my server.

 

My advice here is to open this script with an editor (f.e. the editor that is installed with Windows itself) and use the option ,,Search & Replace). 

 


Look for => and replace it with >=

that should fix the problem you may run into.

Edited by Eyske
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  111
  • Reputation:   2
  • Joined:  05/09/13
  • Last Seen:  

Hello BFPKiller,

 

thank you for your Report!

 

change the line 108 to:

 

if (countitem(982) >= 3 && countitem(975) >= 1 && countitem(7215) >= 50 && co

 

an it should work again!

 

Please tell me, if this fix helped, thank you!

 

This error will be corrected with v3.1.

 

 

Edit:

 

It seems that there are more such errors. However, my Mapserver was able to read and fix them itself when I was testing the script on my server.

 

My advice here is to open this script with an editor (f.e. the editor that is installed with Windows itself) and use the option ,,Search & Replace). 

 

 

Look for => and replace it with >=

that should fix the problem you may run into.

 

Thanks for answering.

 

I have got the following now ;

script error on npc/cro/quest/costume.txt line 144
    parse_line: expect command, missing function name or calling undeclared function
   139 : 				mes	"- 1 Boy's Pure Hearth";	//12373
   140 : 				cutin "",255;
   141 : 				close;
   142 : 				}
   143 : 
*  144 : 		'e'lse {
   145 : 				mes	"[Celine]";
   146 : 				mes	"Like I said my dear,";
   147 : 				mes	"Costume Heart Wing Headband is currently not available.";
   148 : 				mes	"I am very deeply sorry, come back later!";
   149 : 				cutin "",255;

i tried several things but it still remains.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

This error was overlooked by me, I apologize for this.

 

Since this one is not so easy to fix by hand, I fixed the script and re-uploaded it.

 

Please download v3.1 (can be found in the first post) and install it. It should now work!

 

Please report any error you find and also tell me if it is working now for you, thank you!

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  111
  • Reputation:   2
  • Joined:  05/09/13
  • Last Seen:  

Thank you it works now !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

Thank you for your report, I am happy that she can now offer her services :D

 

I will release a new version of her soon (In the next 2-3 days) with a lot more Customes, so stay tuned for updates ^^

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   7
  • Joined:  04/12/14
  • Last Seen:  

*Update Incoming*

 

Wuuuhuuuuu and here she comes freshly from the Beauty Salon!

 

 

Celine with her newest 4.0 Version:

 

-> Added 4 new Costume Headgears

---> Costume Vanargard Helm

---> Costume Devil Whisper

---> Costume Polar Bear Hat *Kawaiiiii!!*

---> Costume King Poring Hat *Godlike incoming!*

 

I also added an new Ingame NPC. You can now Disable/ Enable Celine Live Ingame. You are also able to edit what she offers to the Players and disable what you currently to not want to be crafted. No more time consuming and stressfull reloads on the Live Server.

 

 

I really hope you like my new Update and have a lot of fun with it!

 

sincerly,

 

 

Eyske

Edited by Eyske
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  49
  • Reputation:   1
  • Joined:  08/03/13
  • Last Seen:  

always says wont provide any service eventhough th NPC is on

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  88
  • Reputation:   0
  • Joined:  08/25/12
  • Last Seen:  

Yes always says wont provide any service pleae fixed thanks 

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

i dont get how does npc works im was searching the npc admin or control but i cant see it on map

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
Reply to this topic...

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