Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. OnClock1400: if( gettime(4) % 2 != 0 ) end;
  2. OnMinute00: sleep ( rand(60) * 1000 );
  3. Suggestion.... <skill id / item id>,<mapname>,<mapname>,<mapname>.......... enable to provide multiple mapname...xD so that users wont need to re-write the same thing for others map.... imagine if you have 50 items to be disable in 50 maps....or 50 skills to be disable in 50 maps....xD it would be around 2500+ entries for these items / skills....
  4. if not sunday....the script will end at this line....
  5. i believe using Cant Trade Cant Transfer Cant Vending Cant Mail Cant Drop would be an ideal solutions for you if and only if these items are only obtainable through your guild pack and no other way for it... IP / Mac address are easy manipulated by players if they know how ...stated by annie above..
  6. https://rathena.org/board/index.php?/files/file/2769-restock-onpcconsumeevent/ wee...you can try this...but it's not free >.< you can just create a float npc with the OnPCConsumeEvent label..and check if they consumed any healing items...if they did...warp them out.. work the same as the script proposed above..but i think this would be more resource friendly than the script above.. else i think you gonna need some custom source mod to alter the healing effect of etc way.... and of course there are alot solutions you can try... nulify the heal effect in the map using this if( strcharinfo(3) != "mapname" ) percentheal 100,100; or... trunk/db/re/item_noequip.txt it's depend on how you want it to work....or...you want to try it or not...
  7. if you are looking for hex client.... http://supportmii.com/ro1/Clients/ then go get a diff patcher....and diff your client to enable 127 hairstyle..
  8. because your condition checking is wrong....it only check for monday...then your script only stopped on monday.... the correct condition would be if( gettime(4) ) end; refer gettime
  9. you can try this if you want... https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/
  10. OnPCLogoutEvent: warp "SavePoint",0,0; end or OnPCLoginEvent: warp "SavePoint",0,0; end
  11. use this..tool...to update your mapcache.dat http://rathena.org/board/topic/53424-weemapcache/ edit these files only... trunk/conf/maps_athena.conf trunk/db/map_index.txt and clientside file like mapnametable. ...etc...
  12. http://subversion.assembla.com/svn/ClientSide/Translation_Project/
  13. trunk/db/re/skill_castnodex_db.txt // <Skill id>,<Cast>,<Delay (optional)> // // Cast: 0 - everything affects the skill's cast time // 1 - skill's cast time is not affected by dex // 2 - skill's cast time is not affected by statuses (Suffragium, etc) // 4 - skill's cast time is not affected by item bonuses (equip, cards) refer above part and adjust the settings... currently it's not affected by any skills / buff ... dex...bonus.... LOL...you make me accidently posted at here.. >.<
  14. change if(countitem(30004) < 10) if(countitem(20005) < 1) { mes "Your required ^FF0000"+.sbitems$[0]+"^000000 to Enter my Boss Tower"; close; } into if(countitem(30004) < 10) { mes "Your required ^FF0000"+getitemname(30004) +"^000000 to Enter my Boss Tower"; close; }
  15. how about using this ? trunk/db/mob_item_ratio.txt
  16. you are asking others to create a new ladder script for you ? or modify your current ladder script ? if you are requesting a new ladder...then make it in details.. else...show your scripts...
  17. 4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,4,,,,,{ if( Class != Job_Champion ) skill "AS_CLOAKING",3; },{},{ sc_end SC_CLOAKING; } @Gandalf Please be polite in your posts / topic... you should know that you're the one who asking for helping... Please respect others.... you ask them to help you , not order them to help you. You will get the help whenever they want to help you. @others. Stop continue posting non-related stuff. Bring it to PM if there are any misunderstanding between you guys.
  18. Please make your post in english! Please make your post in english.....translate it before i remove your topic....LOL
  19. show your atcommand.c ... or the whole part of @go source..
  20. read mobcount it need 2 parameter... mapname event label
  21. getmapmob() script command has been removed in rAthena...change it to mobcount
  22. maybe it's ur mob sprite problem ?
×
×
  • Create New...