Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. isnt that it's what you wanted ?? in your case...there could be bugged. example: i got 100 apple i exchange 99 apple to the npc ( rate 3 ) the npc delete 297 apple ( 3 x 99 ) but you only have 100 apple...the npc is bugged.
  2. create a new folder named voteforpoints in your cp module folder.
  3. then just find the line that summon the treasure box and remove it..
  4. ordeal_1-1,246,245,7 script Exit#DS 51,{ mes "[Exit]"; mes "See ya"; next; // add your reward here getitem 512,100; getitem 512,200; getitem 512,300; warp "SavePoint", 0,0 ; close; }
  5. try this http://upaste.me/r/08da32
  6. you can make use of this setting conf/battle/misc.conf // Allow autotrade only in maps with autotrade flag? // Set this to "no" to allow autotrade where no "autotrade" mapflag is set. // Set this to "yes" to only allow autotrade on maps with "autotrade" mapflag. at_mapflag: no
  7. Topic Closed Solicitation for money via PM or open forum is not tolerated. Please follow the Board Rules when you're posting in rAthena, thank you.
  8. getinventorylist; while( .@i < @inventorylist_count ){ if((( @inventorylist_card1[.@i] >= 4001 || @inventorylist_card1[.@i] <= 4453 ) || ( @inventorylist_card2[.@i] >= 4001 || @inventorylist_card2[.@i] <= 4453 ) || ( @inventorylist_card3[.@i] >= 4001 || @inventorylist_card3[.@i] <= 4453 ) || ( @inventorylist_card4[.@i] >= 4001 || @inventorylist_card4[.@i] <= 4453 )) && @inventorylist_equip[.@i] ) .@count++; .@i++; } if( .@count ){ mes "Remove all card from your equipments."; close; }
  9. getitem ............ announce "message.........",bc_all; // add this line find and edit inside the script
  10. try this http://rathena.org/board/topic/59578-mapflags-noitem-and-noskill2/
  11. do not add detector mode .... boss mode ...
  12. i believe it should be something like this bonus2 bAddRace,RC_DemiHuman,( 20 / isequippedcnt( <card id> ) ); countitem will count those item that's in inventory but isequippedcnt only count those equipped item anyway...if you want , i think it's better to use this http://rathena.org/board/files/file/2822-card-effect-stack-limit/
  13. http://upaste.me/r/634cf6
  14. if(@kill >= rand(200,400)){ attachnpctimer; initnpctimer; // your antibot code here stopnpctimer; detachnpctimer; } end; OnTimer60000: atcommand "@kick "+strcharinfo(0); end;
  15. try this ? @channel setopt <#channel_name> <option> <value> Sets an option and value for the specified channel. You must either be the channel's owner or have the channel_admin permission. Available options: -- 'JoinAnnounce <1|0>' : Toggles channel announcement when a new player enters. -- 'MessageDelay <0-10>' : Sets the delay (in seconds) for messages sent to the channel. http://www.eathena.ws/board/lofiversion/index.php/t270470.html
  16. http://www.youtube.com/watch?v=CtDRZki3Hpo
  17. view_equipment: true add true for level 99 gm..and false for other...
  18. http://rathena.org/board/topic/57143-auto-mute/ http://www.eathena.ws/board/index.php?showtopic=242003
  19. Emistry

    BGM Help!

    custom BGM ?? wrong audio format ?? sprite folder http://rathena.sourceforge.net/tools/login_background/ what input ?? msgstringtable.txt
  20. OnClockXXXX: if( agitcheck() || agitcheck2() ) end; // <-- add this line // event start
  21. close2; cutin "",255; end; change close to this
  22. what he wanted is , he want the quest window to show all the Quest Title .. and not the "???????" the "????" refer to the locked chain quest, and he wanted it to show the quest title even the quest is still locked.
  23. look much better, smoother ... * not sure is it just me, the old Browedit look laggy when preview map...
×
×
  • Create New...