Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. if you want it to be timeless.....try use -1 as the time.....and use the cashfood script so that the effect wont dissapear upon dead.
  2. change getitem .Items[.@i],1; into rentitem .Items[.@i],<time>; *rentitem <item id>,<time>; *rentitem "<item name>",<time>; Creates a rental item in the attached character's inventory. The item will expire in <time> seconds and be automatically deleted. When receiving a rental item, the character will receive a message in their chat window. The character will also receive warning messages in their chat window before the item disappears. This command can not be used to rent stackable items. Rental items cannot be dropped, traded, sold to NPCs, or placed in guild storage. (i.e. trade mask 75) Note: 'delitem' in an NPC script can still remove rental items.
  3. check my topic for Refine Function.....you can use that script to customize your Refiner....
  4. use your own custom grf......you must have your own grf to use the translation pack..... [Data] 0=YOURGRF.grf 1=adata.grf 2=data.grf pack everything of your clientside file into the grf... translated lua/lub .... items info ....skill ....quest...whatever.. custom images...custom skin....custom pictures.... All put inside that grf... and make sure your client didnt "Read the data folder"...dont use that patch... dont use "Read Lua before Lub"
  5. lol...script ? http://rathena.org/b...ys/#entry134424 you have to edit the clientside like what euphy and i told you...any method you choose from there.... the script itself wont work fully like what you want.
  6. time expiration on what ?
  7. lol..what way you want then ? all are just a simply edit on required files.....not even take you 30 seconds to edit any of these files...
  8. you can also try refer this topic.. last 2 posts... change langtype / edit msgstringtable http://rathena.org/b...service-select/
  9. currently....most of the renewal client have this issues... you have to hex the client if you know how...>.< or...you can refer to Judas..i think he has a client that work fine ..but of course come with costs... or you can try this....just temporary trick...use at your own risk ~ [ Diff ] Reject From Server This patch will reject the players from login upon inserted incorrect password... but if player keep spam wrong password, the server will treat this as DDoS and temporary block the connection from the users IP.. [ Diff ] Disconnected From Server This patch will disconnect the player upon inserted incorrect password... but it will take some times before the message show up..... * Both patch are not origin from me... forgot who shared this..but it's somehere in rAthena *
  10. LOL...did you ever read the post made by me or Euphy ??? http://rathena.org/board/topic/70235-265-quest-npc-help-me-guys/#entry134398 http://rathena.org/board/topic/70235-265-quest-npc-help-me-guys/#entry134431 http://rathena.org/board/topic/70235-265-quest-npc-help-me-guys/#entry134447 http://rathena.org/board/topic/70235-265-quest-npc-help-me-guys/#entry134504 http://rathena.org/board/topic/70235-265-quest-npc-help-me-guys/#entry134607
  11. you mean you want to disable this in the map you listed here ? setarray .@Map$[0],"guild_vs1","guild_vs2"; then here... for( set .@i,0; .@i < getarraysize( .@Map$ ); set .@i,.@i + 1 ) if( strcharinfo(3) == .@Map$[.@i] ) set .@i,1; add below if( .@i ) end;
  12. http://rathena.org/board/topic/70192-monster-defense/
  13. Paladin Devotion Issues.. http://rathena.org/board/topic/69668-solvedhow-to-make-palladin-devo-to-goes-all-damage-to-pally/page__hl__devotion http://rathena.org/board/topic/69638-devotion-reflect-damage/page__hl__devotion http://rathena.org/board/topic/53662-devotion-skill/page__hl__devotion
  14. the script we write at the previous post will work to help you to settle these problem..it will check the players whenever they login...
  15. show us what's the problem...what you have edit.... we are not here to guess what's your problem....
  16. will be removed upon dead / time's up. cant stack with normal food usage.... sc_start SC_STRFOOD, <Time>, <Amount>; sc_start SC_AGIFOOD, <Time>, <Amount>; sc_start SC_VITFOOD, <Time>, <Amount>; sc_start SC_INTFOOD, <Time>, <Amount>; sc_start SC_DEXFOOD, <Time>, <Amount>; sc_start SC_LUKFOOD, <Time>, <Amount>; wont remove upon dead until time's up sc_start SC_FOOD_STR_CASH, <Time>, <Amount>; sc_start SC_FOOD_AGI_CASH, <Time>, <Amount>; sc_start SC_FOOD_DEX_CASH, <Time>, <Amount>; sc_start SC_FOOD_INT_CASH, <Time>, <Amount>; sc_start SC_FOOD_VIT_CASH, <Time>, <Amount>; sc_start SC_FOOD_LUK_CASH, <Time>, <Amount>;
  17. LOL....i forgot about that..xD cant remember what i have post in the forum... because everyday post too much things...LOL...>.< anyway that's was origin from AnnieRuru... i just edited it become a function...
  18. why not just disable the usage of # on these command ? so that gm cant use commands on players....
  19. just normally create a simple npc shop....that sell thee lotto ball.. if you want to change the name...you have to do it at clientside...edit the idnum2itemdisplaynametable.txt about the soul link script... i believe inside script release section there is 1....you can refer that topic to edit your items to give spirit upon used.
  20. update your KRO ....most probably it is the Tomb System that caused your character to disconnect.... or..you can just disable the Tomb System... trunk/conf/battle/monster.conf // Whether or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes
  21. your max level 265 wont be reachable if you cap your max level to 255...
  22. both script above fulfill what you need..... if you want to announce how many stats he got overpowered.... announce "[ "+strcharinfo(0)+" has "+.@OverStat+" OverStats ]",0;
  23. use hex editor...search for the website that it directed...then change it to your website link ......
×
×
  • Create New...