Jump to content

Emistry

Forum Moderator
  • Posts

    10013
  • Joined

  • Days Won

    395

Community Answers

  1. Emistry's post in GvG Switch was marked as the answer   
    try this
    http://upaste.me/f4544125d01f769
  2. Emistry's post in pvp room was marked as the answer   
    http://upaste.me/3fe0409e05cd2a5
    i think there is already alot PVP script in forum?
    you should search through the forum....
  3. Emistry's post in request Donation NPC by USING TGC CARD was marked as the answer   
    using TCG ? just search the forum..
    there is alot TCG Trader scripts...
    or u can try my Multi Currency Trader.
  4. Emistry's post in Request: Monster Bestiary was marked as the answer   
    O.O ? you wan to make count for all monster inside RO ?
    then it would become an extremely huge table .....O.O ?
    there is about...2000 ~ 3000 monster in RO...are you going to count for each of them ?
  5. Emistry's post in Special PVP Announcer was marked as the answer   
    there are alot of pvp script you can find inside the forum
    just pick 1 and edit to your like...
    http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
    http://rathena.org/board/topic/53391-pvp-master-ultimate-v130/
  6. Emistry's post in Request Full skill giver npc was marked as the answer   
    try this ?
    http://upaste.me/b79e40199f93c5d
  7. Emistry's post in Simple PVP room request was marked as the answer   
    there is already alot of pvp script in the forum already..
    with pub .....with map users showing....etc....
    .use search engine.
    http://upaste.me/6b4941050cf7c82
  8. Emistry's post in Cash Shop with Menu's was marked as the answer   
    vist my topic and search for Multi Currency Shop
  9. Emistry's post in make me a Boss Card = TCG Mini Boss Card=TCG was marked as the answer   
    try this
    http://pastebin.com/raw.php?i=387ju2Cx
    erm...i think i have posted this in forum before...maybe not..nvm......
    you only need to edit this line

    // ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> ); ExchangeCard( "Zeny",5,500,5000 );
    since you want it to be TCG...then just replace the Zeny with 7227 .... and the value behind it is the TCG they will get for those cards.
    oh ya....make sure you check at this part also...add in the other mvp / miniboss / restricted card id here

    function DetermineCard { // Restricted Card setarray .@CardLists,4001,4002,4003,4004; for( set .@i,0; .@i < getarraysize( .@CardLists ); set .@i,.@i + 1 ) if( getarg(0) == .@CardLists[.@i] ){ mes "This Card is Forbidden."; close; } // MVP Card setarray .@CardLists,4342,4359,4357,4361,4363,4365,4367; for( set .@i,0; .@i < getarraysize( .@CardLists ); set .@i,.@i + 1 ) if( getarg(0) == .@CardLists[.@i] ) return 3; // MiniBoss setarray .@CardLists,4197,4211,4201,4188,4183,4184; for( set .@i,0; .@i < getarraysize( .@CardLists ); set .@i,.@i + 1 ) if( getarg(0) == .@CardLists[.@i] ) return 2; // Others return 1; }
  10. Emistry's post in Check Online Player NPC was marked as the answer   
    try this
    http://upaste.me/6a2f3905a2be35b
  11. Emistry's post in how to change the bet to gold coins not zeny was marked as the answer   
    LOL ....? are you kidding ?
    ==''
    next time please make sure you revise your topic / post before leaving..>.<
    going to faints when view your post like that ~
    anyway..based on your title..i think it would be something like this..
    change

    set Zeny,Zeny + blablabla........
    into

    getitem ID,Amount;
  12. Emistry's post in Universal Dynamic Shop w/ multiple shops (rAthena compatible) was marked as the answer   
    erm..you can do it like this..
    duplicate the NPC files..rename every single NPC inside it.
    and load the NPC .
    erm..if you want..you may try my Multi Currency Shop as well...
    you can setup multiple shop with different currencies for each shop within 1 npc.
  13. Emistry's post in can you make this script every 10mins pls was marked as the answer   
    change

    OnClock0200: OnClock0400:
    into
    OnMinute00: OnMinute10: OnMinute20: OnMinute30: OnMinute40: OnMinute50:
  14. Emistry's post in Need Help with my script was marked as the answer   
    >.<...
    i remember i made alot of "Exchanger" script in forum...how come nobody able to search it...
    http://upaste.me/11103895b6e2617
  15. Emistry's post in Script Request was marked as the answer   
    please use search engine next time instead of wasting so much time to wait the answer for this.
    freebies stuff has been answered many time in forum.
    Just a simple searching will show you the result...
    http://rathena.org/board/topic/54189-npc-for-newbie-freebies/page__p__59170#entry59170
    http://rathena.org/board/topic/57843-solved-how-to-fix-this/page__p__77322__hl__freebie#entry77322
    http://rathena.org/board/topic/58838-automatic-freebie-item/page__hl__freebie
    http://www.eathena.ws/board/index.php?showtopic=267669&st=0&p=1464313entry1464313
  16. Emistry's post in Lucky Pick Event Every 6 hours was marked as the answer   
    OnClock0000: OnClock0600: OnClock1200: OnClock1800:
  17. Emistry's post in Script Warning Help was marked as the answer   
    nor sure the limit...but 10 or above..i think is already enough for you....
    to disable other function ? dunno..just check your NPC folder..
    search the entire folder..
    or....remove the 1 currently overwriting it.

    function [WoEToggler] (npc/custom/iRO/WoE.txt:543)
  18. Emistry's post in Refiner Using Guarantee Tickets was marked as the answer   
    // .....callfunc( "RefineFunc",<itemID>,<Amount>,<BitMasks>,<MinRefine>,<MaxRefine>,<CheckEquip>,<RefineMode>,<Percent> ); // 1. itemID -> Item that will be used during Refine. // 2. Amount -> Amount of Required Items. // 3. BitMask -> Refer to above bitmask table. // 4. MinRefine -> Required Min Refine to use. // 5. MaxRefine -> What is the Max Refine. [ Can Bypass Default Server Max Refine ] // 6. CheckEquip -> Check Equipments is Refineable or not. [ 0 = Disable / 1 = Enable ] // 7. RefineMode -> +1 / Max Refine. [ 0 = +1 Refine / 1 = Max Refine ] // 8. Percent -> Rate of Success to refine current Equipment.
    + how can i set the refine +1 to my desired?.. + how can i set if my itemID is +8 it will go to my desired refine? + how can i make it that if my item is already +8 it will add the itemID refined desired? edit the min and max refine number.
  19. Emistry's post in Refiner NPC was marked as the answer   
    Check my topic
    Script Release > Script Collection > Emistry Script > Refine Function
  20. Emistry's post in Unique and Fun PVP Room. was marked as the answer   
    well....i was thinking...
    why not just make a simple warper ??
    for @duel ...
    why are we need to use @duel command when we can just simply make a 1vs1 with a simple map users checking before warp ?
    for deathmatch
    why are we need to use @pvpon where the map you request is already a "PVP" Map ??
    for GvG
    just simply put a GvG mapflag on that map will do what you want...

    for no command usage

    mapname mapflag nocommand
    for Potion

    item_equip.txt
    it should be working fine...but when thinking of there is alot of Potion .... not really sure there is a good way to handle this.
    or you use an array to store the potion ID and check before the player get warped.
    for link ...

    skill_nocast.txt
    then add the specific mapflag to the map
    and add a OnPCLoadMapEvent to remvove Link Buff if there is any.
  21. Emistry's post in Request Custom Job Changer was marked as the answer   
    try this

    jobchange ( !Sex )?4075:4076;
  22. Emistry's post in Request MVP Rank include Reset Rank MVP was marked as the answer   
    can....but it you dunno how to do it...then better use another npc to remove it ...
    otherwise later if you do it wrongly...your script might ruined.
    and since the data is saved using global variable ... you can use another npc to delete it easily...
    or you can add this part into your original script
    http://upaste.me/4494326b9903025
    then go in game and pm your npc.

    npc:NPCNAME
  23. Emistry's post in Map Announcer was marked as the answer   
    try this ?
    http://upaste.me/d40332109797738
    for the loadevent stuff..you have to put every map for it.
    but if i was right...you can just download the maplist that has loadevent mapflag with it in myzster script...
    not sure he still have this in his topic..
    or you can just edit your src to ensure every single map also run with loadevent mapflag
  24. Emistry's post in script was marked as the answer   
    what about using

    @request
  25. Emistry's post in PVP Ladder was marked as the answer   
    http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
×
×
  • Create New...