Jump to content

Nameless2you

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. Nameless2you's post in change the price zeny to cash, was marked as the answer   
    use codebox next time please o_o
    find

    set zeny,zeny+$L_Prize_Money;
    &

    set zeny,zeny+$L_Prize_Money_Small;
    and change it to

    set #CASHPOINTS,#CASHPOINTS + 1;
    1 is how much they get for winning, so I suppose you have to give more for Prize_Money than for Prize_Money_Small
  2. Nameless2you's post in Emp break reward.. was marked as the answer   
    Make a second npc that requires those posts for items.
    And of course remember to delete those points after purchase.

    prontera,150,150,5<tab>script<tab>sample<tab>99,{ if(breakp <= 0) close; mes "what would you like to purchase"; switch(select("Item 1:Item 2:Item 3")){ case 1: mes "this would be item 1"; getitem itemid,itemamount; set breakp, breakp - 1; close; case 2: mes "this would be item 2"; getitem itemid,itemamount; set breakp, breakp - 1; close; case 3: mes "this would be item 3"; getitem itemid,itemamount; set breakp, breakp - 1; close; } }
  3. Nameless2you's post in Request warlock official item shop in geffen was marked as the answer   
    I saw this recently posted on upaste.me
    http://upaste.me/9f692273a9099da
    not sure exactly what it is but it appears to be parts of what could be a warlock shop and other stuff..
  4. Nameless2you's post in Zeny to Mith Coin Converter was marked as the answer   
    Try this
    http://upaste.me/9bd0226bb9d278a
  5. Nameless2you's post in nochat/vend script for el dicastes map please... was marked as the answer   
    here
    http://upaste.me/d4a0222e1721d51
    if you want more follow the previous ones in the script and learn from it
  6. Nameless2you's post in Hlp was marked as the answer   
    Can you at least try to learn a bit and do it yourself..? It's really sad seeing you request something like this so simple as a name change..
    http://upaste.me/f48c219af28945a
  7. Nameless2you's post in Guild House Rent was marked as the answer   
    use google for gods sake
    http://lmgtfy.com/?q=eathena+guild+house+rental
  8. Nameless2you's post in Modified Monster Invasion. was marked as the answer   
    This should work..
    http://upaste.me/fba02059bca525f
    I could do better using loop and array but that would need actual testing
  9. Nameless2you's post in Disable PvP Warper when WoE is On was marked as the answer   
    Add this line to your pvp warper

    if(agitcheck() || agitcheck2()) end;
    make sure you add it above the first executed message..
    e.g..

    prontera,150,150,5<tab>script<tab>name<tab>99,{ if(agitcheck() || agitcheck2()) end; mes "Hi dork, I'm your name warper";
  10. Nameless2you's post in request NPC was marked as the answer   
    You really should've learned by now to give more information when requesting something.. how come you still haven't learned that part yet..? =/
    Also if this donation npc is supposed to be connected to your fluxcp, there already is one (that is if you use fluxcp) we don't know the variables you use or want to use..
    For the quest npc we don't know what items it should give, take, request, require what steps it should go to and what not..
    I can give you a npc where when you click it it will announce the above text but that's not a quest..
    there you go, if you click it it will announce your message

    prontera,150,150,5<tab>script<tab>QuestAnnounce<tab>99,{ announce ""+strcharinfo(0)+" has finished the god quest",0; end; }
  11. Nameless2you's post in how to set time koe every monday~friday start in 20:00~21:00 was marked as the answer   
    For the next time I suggest using wiki to learn about the time such as OnTimer or gettime.
    http://upaste.me/c9b116187a2145d should work
    1 thing you should also remember though is that it won't work even if you pm the npc on saturday or sunday, it will only work on monday-friday.
  12. Nameless2you's post in PVP warper w/ Restriction was marked as the answer   
    Try this:
    http://upaste.me/386c160ed622f78
    Loaded in mapserver and had no errors
    You still need to add the map names though..
  13. Nameless2you's post in stats seller was marked as the answer   
    Try this.. I didn't test it though
    http://upaste.me/67ad15918b9cdd9
  14. Nameless2you's post in job w/ baby job was marked as the answer   
    Why won't you use the search function D: or google.. *cries*
    http://upaste.me/cc2215430dc7a4d
  15. Nameless2you's post in Script Please :) was marked as the answer   
    Similar principle..
    http://upaste.me/cbfd1513694cef5
    This will display or should at least, display the amount of players currently online in a waitingroom, however it does this every 30 seconds not on login or log out.
  16. Nameless2you's post in Broadcaster was marked as the answer   
    Give this a try:
    http://upaste.me/42e41483c222d92
    Black doesn't display well nor does grey
    I used the default rgb color set since I read the requested colors too late, however as you can see it'll be easy to edit
  17. Nameless2you's post in Auto Area Healer was marked as the answer   
    http://upaste.me/ae3e65cd23b6e4
    Heals 100%
    Gives blessing level 10 for 6 minutes
    Gives agi level 10 for 6 minutes
  18. Nameless2you's post in request this script.. was marked as the answer   
    http://rathena.org/wiki/Permanent_Monster_Spawn
    If I think correctly then there is no way to make the monster drop another item via a script, you can only make it give an extra/additional item, if you want the monster to drop a specified item you'd have to change that in the mob_db.txt, but considering you probably want to keep the original drop you'd have to make a duplicate of the monster.
×
×
  • Create New...