Jump to content
Emistry

【 Emistry © 2015 】E-Scripts Collection

Recommended Posts

this is your script but not working =) screen shoot at fishing script there.

Your Spacing didnt replaced by TAB .....

guild_vs2 mapflag loadevent

Format of using Mapflag :

Mapname <TAB> Mapflag <TAB> Flag

the rest...i think it is not from this script..........

and next time please post the Screenshot here as well...so that no need to search through other topic to looking for it... ^^

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

[ Update ] : Added Emperium Breaker Script :

Description :

A Simple Emperium Breaker Scripts that come along with Ladder Scripts. Easily Customize. Player will be send to a room to test his/her Emperium Breaking Time. The Result will be announce upon the Breaking of Emperium. The Top / Highest Time Breaker Holder will be Recorded.

This Script will be able to answer / solve those below problems.

Anonymous said:

Where can i find a Emperium Breaking Scripts ??

Anyone have an Emperium Breaker Script ???

and etc....


Emperium Breaker [ Version 1 ]

Changelog :

  • [ Version 1 ] - A Room allow players to determine their Emperium Breaking Speed.

Scripts : View Download

It is Christmas Eve !!!! Let's Party !!!!

xmas.jpg

  • Upvote 1
Link to comment
Share on other sites

Banned Items [ Version 1 ]

Changelog :

  • [ Version 1 ] - Disallow players to bring Certains Items into Certains Map.

Scripts : View Download

Well, i made this awhile ago...just dunno whether it is useful or not.... it is a "Double Edged" Script xD what i refer here was : Pros and Cons......

Pros....

The Pros is that you can disable alot items from certain maps. either you can limit how many they can bring overall of all items or disallow them from bring it into these maps...and this will apply to all maps you have listed inside the Map Lists Configuration there...

Cons.....

The Pros is that...i using a Timer Countdown...which keep checking these players who are inside that map....the Timer Countdown will keep apply the timer and check for those players until they are out from the maps...and i heard that applying massive timer script on to the server might slow down the server , so it is not suggested for those server with high popularity......

All the Items you listed inside the script ...appoximately 128 Items max.. will be assumed as Banned Items for those maps..

Once the players bring a certain limit of Banned Items into that maps...once the items amount has reach the limit...it will warp the players out from the maps. and...it count the Amount Overall......

Which mean,

if i limit the Banned Items allowed here by 10 , so players cant bring more than 10 items total of the items listed inside the scripts.

if i limit the Banned Items allowed here by 0 , so players wont be able to bring any items listed inside the scripts since you didnt allow them bring any...

For Example :

Item Limit : 10

Item Lists : Red Potion , Yellow Potion , Yggdrasilberry

Map Lists : guild_vs1,prontera,payon

When a players is warped into the Map Listed in script ( guild_vs1 / prontera ) , the script will immediately check for the items players have, if player's ( Red Potion + Yellow Potion + Yggdrasilberry ) Total Amount is more than Item Limit ( 10 here ) the players will be warped Out from the Maps.

Edited by Emistry
Link to comment
Share on other sites

you can edit like this

at line 82 or 87 ....the RandomizeItem Function calling there...

10% Rate

if( rand(100) < 10 ) RandomizeItem( 1,rand(1,3) );

5% Rate

if( rand(100) < 5 ) RandomizeItem( 1,rand(1,3) );

  • Upvote 1
Link to comment
Share on other sites

Well..this is my First Release for the year 2012 ~ :)

and also a Release before i away from rAthena Works for few weeks... Dx


[ Update ] : Added a Multi Currency Shop Script :

Description :

It is a Simple Shop take use Item Currency to Buy items. It Support Multiple Shop in 1 NPC. This Script is based on the Idea of those other TCG / POD / etc Shop that users keep requesting.

The only different is, this Script only use 1 NPC + 1 Shop ( Invinsible ) NPC to settle all your Problems.

Of Course, that this script can fulfill certain User Request like ,

"Please help me create a Custom Dynamic Shop with Multiple Menu ."..

You can add around ~128 Shop in this NPC. Add the Shop Selection at the Menu / New Cases for each of it.

Simple Explaination :

A Script that allow setup several Shop that using Different Items as Currency to buy Items for the Corresponding Shop...


Multi Currency Shop [ Version 3 ]

Changelog :

  • [ Version 1 ] - Simple Shop Based Currency Shop.
  • [ Version 2 ] - Support Multiple Different Currency Shop in 1 NPC.
  • [ Version 3 ] - Fixed Repeating Items Lists Problem.

Scripts : View Download

Please let me know if there is any problems. As well as any Suggestion to Improve it.

  • Upvote 1
  • Love 1
Link to comment
Share on other sites

Based on Post#43

Script : Multi Currency Shop

Fixed several typo of Scripts and Re-Organize parts of the Scripts.

Those who have downloaded it early...please re-download it.

Thank you.

  • Upvote 1
Link to comment
Share on other sites

OnNormalKill:
if( rand(100) < 100 ) RandomizeItem( 0,rand(1,3) );

when i adjust the script ( Rate ) to higher....everything work just fine...perhap just the rate you set is too low... ( 5 / 100 to get 1 items )

just adjust the rate and try again .......

anyway.....2 getarg(0) also check for equal to 1 ?? :) i though suppose to be one is 0 and the other one is 1 ???

// Normal Monster in Zone Drops Lists
if( getarg(0) == 0 ) setarray .ItemList[0],13550,7420,12114,12115,12116,12117,12075,12090,12085,12080,12095,12100;
// Normal Boss in Zone Drops Lists
if( getarg(0) == 1 ) setarray .ItemList[0],29000,29001,29002,29003,29004,29005,29006,29007;


  • Upvote 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.