Jump to content

Emistry

Forum Moderator
  • Posts

    9,746
  • Joined

  • Days Won

    305

Everything posted by Emistry

  1. Haha..it is me again!! xD recently when i surf some forum...i saw some codebox with custom function as you can see in the Picture... there are 4 Function... Expand : ( Useless ) at that forum....this function work like the "Picasa Photo Viewer" when you view an image.. or maybe like Facebook...when you click on it..then it will expand the view...xD Select: we have this already xD Wrap: ( Useless ) work just like those text file that have wrap function.. but i think this is not needed.. Line Number: ( Maybe useful ) anyway,...this would be my main concern above 4...xD at that forum...the Line Number allow to Disable / Enable the line number view.. just like those pastebin...after you post the script..you will saw the Number Line at the side there... Anyway, just a suggestion haha ~
  2. I found two "typos" ^^: 1st: "morc_field_1" > does not exist except custom map, so > "moc_fild01" should be correct, same goes for "prt_field01" > "prt_fild01" ^^ 2nd: In the 2nd quite the NPC name is wrong, according to the 1st quote > "mvp spawned", but you wrote "spawned" only. Regards, Chris erm..Z3R0 put the correct header..while you miss looked at the "mvp" word LOL..i looked at the Header only..>.< didnt wonder inside the content..LOL....
  3. haha ~ yaya...xD since there is alot people post in old forum also,..maybe they didnt know / dont want to switch to this new forum xD
  4. if you really want to reduce those Quest NPC..then you should try follow those "Official" Quest....that have Quest Window for it.. db/quest_db.txt and of course you have to edit the clientside information as well.... but this quest have limit on Quest Requirement...
  5. /*-----------* * @Custom *-----------*/ int atcommand_Custom(const int fd, struct map_session_data *sd, const char *command, const char *message) { nullpo_retr(-1,sd); npc_event(sd,"Custom::OnCustom",0); return 0; } - script Custom -1,{ OnCustom: <content> end; } change every single Custom that i write in above basically, this command just run the specific part / Label of NPC script you have mentioned in the SRC there
  6. well, this is my way to create this type of stuffs..xD /*-----------* * @mall *-----------*/ int atcommand_mall(const int fd, struct map_session_data *sd, const char *command, const char *message) { nullpo_retr(-1,sd); npc_event(sd,"Mall::OnWarp",0); return 0; } then create this NPC script - script Mall -1,{ OnWarp: message strcharinfo(0),"You have been warped to Mall."; warp "mapname",0,0; end; }
  7. Name: Pan Hao Yan Nickname: Emistry Role: eAthena Member Age: 20 Location: Malaysia Bio: Well, i doesnt like much in speaking about myself , because it is Hard. However, i could barely introduce myself here. Just like you all , I am a Ragnarok Online Fans as well . I have played Ragnarok Online since it's First Official Launch. However , i have stopped due to Official Server Leveling Rate is too low for me , it took me alot time just only for Leveling feel like no life at all , and what can i do due to Busy with School Stuffs , furthermore , i didnt have any Personal Computer / Laptop to play game , so i have to pay Cybercafe per Hours i played there. After a long period , i have decide to Quit Official Server , as i found out there was other Private Server : Trinity RO Malaysia ( First Private Server I have Joined ) . Few month played in Private Server has lead me to another New World of IT where i can make use all the Software , Notepad , and etc to build a Private Server. After several friends of mine are supporting me to create our own Private Server , i have decide to start learning it. I keep searching / browsing in Internet from pages to pages in order to search a guide to build a private server. Finally , i have found eAthena Forum. I have joined eA since 2009 . At that time, I was still a Newbie who doesnt know anything in eA ,Dont know how to write a NPC Script , Dont know how to use those Software provided in eAthena Forum. What i have do is , keep asking Questions while try to Learn at the same time. I am a slow leaner , and it took me a long time to learn most of the Basic Scripting. Perhaps , the God were pity with me , and God sent me several Great Tutor : AnnieRuru , ToastOfDoom , Brian , Z3R0 , KeyWorld , Epoque , who alway guide me when i facing Problems in Scripting ... Finally , i am glad to be part of eAthena as it teach me alot stuffs. Favorite Quote: " You're The Apple Of My Eye "
  8. erm..just wondering some issue... could the script will caused players able to get the items for 2 or more time ? for example : players killed a poring drop a Jellopy.. then the script will generate the random number for counting the chances to get "Another" jellopy that has defined in the script ...
  9. Emistry

    Reputation

    just wondering could a Negative Reputation being implant also in the future ? haha ^^ beside , after vote for a Positive Reputation , member are unable to "take back" the vote..xD just wonder , if we pressed the reputation button accidently while we want to press the "Quote" button haha~ ( * LOL, i feel so dumb ass with my this posts... * )
  10. Haha..i also have a GMail Account ... i used to be Hotmail Users last time , and Yahoo Users since the 1st day i joined Internet Community xD but then , both Yahoo and Hotmail kinda suck... daily send me Viruses Mail... Full with SPAM mail and etc... damn annoying...summore it sometime deleted my mail without any notice.. damn pissed me off... and then i switched to Google Mail.. which work better in Connection / Mail Control and i love the Theme also xD switch from time to time haha ~
  11. Emistry

    Hellow!

    LOL....Judas is here !!! xD Super Tutor
  12. Emistry

    Rawr!

    Welcome Syouji.. Ya, this board "Exist" since long time ago... if you have realize...there is a "BOT" who keep updating the SVN Changelog since the past till now.. haha
  13. Emistry

    Anime & Manga

    Yeah !! I love Anime !!! xD Just some Recent Anime that i attracted with.. Hunter X Hunter 2011 Gundam Age Guilty Crown Fairy Tails Some of the Anime that i like since the past ... Gundam Seed / Destiny Gundam 00 Gundam W Hunter X Hunter Naruto Bleach Reborn One Piece Detective Conan There is alot more...xD just take some of it haha ~
  14. For your Second Request...you can try make use of my Refine Ticket Script.. Refine Ticket [ Version 3 ] Changelog : Scripts : View ♥ Download but in order to make it become a NPC ..just edit the header... change to prontera,155,181,5 script RefineNPC 718,{ and since it has become a NPC now..it doesnt have the Item Checking yet..so you have to add this above the select Menu. if( !countitem( .TicketID ) ){ mes "You didnt have "+getitemname( .TicketID )+"."; close; } to enable the NPC pnly refine for Weapon change this into this set .Mode,4; Bitmask Mode :
  15. Nice work from Z3R0 sure we will wait for it xD Daughter ? but i thought Z3R0 just engaged ? O.O haha nvm ~ xD Family Matter most Important ^^
  16. i though both Old / RE Client would have the same diff ? or maybe RE have some new diff for it.. ? Maybe is RE Client ? since alot players seem to be love to play with Mount System...and that cant be done in Old Client.. i think suppose to be free to download , as it is shared by the Diff Team.. unless you request for certain custom hexing on your client , then it would become another story for it... * Just my personal Opinion *
  17. In my opinion, those word sometime is kinda useless as it doesnt help much except in praising how great / nice is the author work... if i was the author , i would prefer something like "Suggestion Feedback" and NOT just "this is cool" , "this is great" , "love it" , "thank you" and blablabla.... i believe most of the author are looking for "Suggestion Feedback" instead of those thankful comment... the reason they want feedback , most of the time are refer to suggestion which could help the author to improve his works... Although it seem to happen is alot in the past ( included my topic ) , i hope in the future the rest of the member can giving Suggestion to the Author instead of just mention how great / nice is the work.... * Sorry , i didnt mean to hurt anyone here , just to express what is my view on this , if i do hurt someone, Sorry ~ * maybe here is another version of it so that you can understand it easily... Short , Pointless and Meaningless
  18. erm..it didnt work for me... maybe there is some restriction for certain Browser ? it doesnt copied anything even though i tried click on "Select text" and then i press Ctrl + C maybe it didnt work for Google Chrome ?
  19. LOL..i just wonder that Rules Notice removed ?? coz i remember that i saw it before at this forum..xD maybe the new theme removed it ?? ^^ last time it located at below of the search engine
  20. You Script will cause the Zeny being Deleted EVERYTIME they logout... @Toshiro's Script has solved this issue in Post #3 UPDATE `char` SET `zeny`=0; Method : [ Method 1 ] Just Shut Down the Server and Run the SQL Script. [ Method 2 ] Kick all the Character Out and Run the Script. ( Not Suggested for this Method )
  21. 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.. sc_start SC_MISC_RIDE,18000000,0; 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
  22. E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager 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 ] Monster Wiki Event [ Version 3 ] Special 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 on at above the Topic
  23. 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 [email protected][0] , getequipcardid([email protected], 0); set [email protected][1] , getequipcardid([email protected], 1); set [email protected][2] , getequipcardid([email protected], 2); set [email protected][3] , getequipcardid([email protected], 3);
  24. 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*
  25. Emistry

    Hi !

    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
×
×
  • Create New...

Important Information

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