-
Posts
10018 -
Joined
-
Days Won
408
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Emistry
-
-
- Popular Post
- Popular Post
E - Script CollectionLast Update : September 10, 2013
Misc Scripts :
- Freebies Script
- Card Trader
- Gold Room [ Pick Gold ]
- Gold Room [ Guild Tax ]
- Map Restriction [ GM Based ]
- Daily Reward
- Monthly Reward
- Monster Spawner
- Monster Summoner with Last Summoned
- Display Players Stats & Equipments
- 3rd Job Item Giver
- Exchanger [ Cashpoint to Coins ]
- Exchanger [ Poring Coin - Zeny ]
- Exchanger [ Points to Tickets ]
- Exchanger [ Item to Item ]
- Exchanger [ Item to Item ]
- Exchanger [ Multi Item to 1 Item ]
- Party Match
- Auto Ban Over Stats Users
- Soul Link Buff
- Kill Players gain Cash Points
- Party Members All Get Items [ Snippet ]
- Message Board
- Stalker Class Skill Reproduce NPC
- Multiple Selection Quest [ Template ]
- In-Game Item Rewarder
- In-Game Points Rewarder
- Invasion Event
- Custom Item Rate
- Status Point Seller [ Snippet ]
- Anti Bot Security Script
- Anti Bot Script [ Code / Question ]
- Item Combo Restriction [ LHZ Card ]
- Drop Item Upon Death
- PVP Switcher + Announcer [ Guild Master ]
- Rotating Waitingroom Messages
- +10 Refiner [ Specific Items ]
- Random Rate Item Exchanger
- MVP Invasion
- Premium Users [ Boost Rates ]
- Display Cutin Image upon Login
- Custom Randomed Box Items
- Kick GM during WOE
- Custom Crafting NPC
- Restrict Same IP [ Certain Map ]
- Coloured Items Exchanger
- Guild Master Changer
- Party Team PK Match
- Gambling Game
- IRC Channel
- Crafting NPC
- Guild Storage Restriction
Stage Game [ Version 4 ]
SpoilerChangelog :
- [ Version 1 ] - A Mini Game that required players to eliminate all Monster in each Stage to win.
- [ Version 2 ] - Enable simple Customization on script.
- [ Version 3 ] - Fixed Stuck Problem in upcoming Round and added several Mapflags..
- [ Version 4 ] - Fixed rA compatibility problem by @goddameit. thx...^^
Monster Wiki Event [ Version 3 ]
SpoilerSpecial Thank you for my Tutor :
Notes :
I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works.
Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible.All the Scripts above are uploaded to Pastebin .
Abide the Following Rule :- Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts )
- Do not SPAM / BUMP in my Topic.
- Do not ask for Support stuffs for other Scripts in this Topic.
- Link Down , then drop [ @Emistry ] a message.
I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules.
Keep This In Your Mind :- All the Scripts i distribute here are NOT FOR COMMERCIAL USES .
- DO NOT remove my Credits if you are using part of the scripts to modify your own.
- DO NOT re-release the scripts in any form / way.
If you ♥ these Scripts , Click on
to Vote this Topic up.
Or you may also click onat above the Topic
-
271
-
4
-
1
-
try change all the '=' into comma sigh ( , )
i dont think in eAthena script...a '=' sign can be use to assign a srting / interger into a variable ??
should be like this
set .@card[0] , getequipcardid(.@part, 0); set .@card[1] , getequipcardid(.@part, 1); set .@card[2] , getequipcardid(.@part, 2); set .@card[3] , getequipcardid(.@part, 3);
-
Yes..this features work just like what Z3R0 has mentioned....
all the content inside the CODEBOX / CODE will be Copied upon we click on the "Select"
*and sorry for those other who didnt fully get my idea due to my poor explaination*
-
LOL....even Master Ball failed to Catch Epoque haha~
look like we are going to need to develop a new Pokeball to catch him
hahah~
and seem like everyone enjoy with this new board at least i feel the same...haha
-
Congratz Z3R0 ^^
-
i would love to choose it if there have a better User Interface ..
however, i feel that the current one is quite good already ^^
at least i think so...
-
erm..i got some little suggestion for the CODE / Quote Wrap features...
hope you can consider this also in the future after you have done the rest important stuffs in Forum ^^
since from the past eA ( eAthena.ws ) there are alot users ( Include me ) alway posting the Script in CODE / CODEBOX Wrapping
So, i was wondering could the Forum install a "Select All" Features ? which work to Copy all the Content inside a CODE / CODEBOX ?
Here is a Picture so that i hope you all can understand what i am saying since my language is kinda poor..>.<
The Select Button is used for Users to click on it and then all the Content in the CODEBOX will be copied just like what we do usually ( Highligh All and Copy ) but now it come to a more easier way...
-
erm..i just feel weird in this..
.@menu == "" ? .@menu = getitemname(.items[.@a]) + " Quest" : .@menu + getitemname(.items[.@a]) + " Quest";will it work also ?
i mean usually it would be look like this ?
set @Menu$,@Menu$ + getitemname( .ItemList[.@i] )+":";
erm..i have posted 1 at eAthena last time on your requested topic. ( Topic Link )
but not sure you have saw it or not..so i will post here for you again
prontera,155,181,5 script Sample 718,{ mes "What Items you would like to have ?"; set @Menu$,""; setarray .ItemList[0],19000,19001,19002,19003,19004,19005,19006,19007,19008,19009,19010,19011,19012,19013,19014,19015,19016,19017,19018,19019,19020,19021,19022,19023,19024,19025,19026,19027,19028,19029,19030,19031,19032,19033,19034,19035,190360; for( set .@i,0; .@i < getarraysize( .ItemList ); set .@i,.@i + 1 ){ set @Menu$,@Menu$ + getitemname( .ItemList[.@i] )+":"; } next; set .@i,select( @Menu$ )-1; mes "You need those items :"; mes "[ "+countitem(7539)+" / 250 ] Poring Coin"; mes "[ "+countitem(674)+" / 450 ] Mithril Coin"; mes "[ "+countitem(4047)+" / 1 ] Ghostring Card"; if( countitem(7539) < 250 || countitem(674) < 450 || !countitem(4047) )close; if( select("Exchange:Cancel") == 2 )close; delitem 7539,250; delitem 674,450; delitem 4047,1; getitem .ItemList[.@i],1; mes "gained 1 "+getitemname( .ItemList[.@i] ); close; }
* Edit : Changed to using Code instead of Codebox to wrap code since Codebox didnt work temporary. *
-
LOL...i just wonder there is another eA haha ~
( seldom watch on that Topic that discuss about eA Forum Update )
anyway i love this IPBoard Default Skin more than the eA default Skin..>.<
but somehow...i just saw only the SVN Log is actively Posting..>.<
i though there is alot ppl posting in the Script Section before i joined...xD
but then..after i joined...i just realised.. i am the 8th Member of this Forum !!!
OMG!! haha ~
Anyway, Hi too everybody here ^^
How/Where to get custom mounts that could be added as items
in Script Requests
Posted
You can try the previous Topic from eAthena Job-Based-Mount by Trojal
SC_MISC_RIDE method
Diff File : http://ro.trojal.net/mount_sc.diff
Tested it with a usable item with the following script, equip_script, unequip_script:
An Example for 30 Minutes Mount..
Just a 30 minutes status change to mount if not mounted, or else end mount status. Note that this way there is no need to use a change to the SpeedRate, as that is part of the SC.
Credits : Trojal