Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/14 in Posts

  1. data/luafiles514/lua files/datainfo/helpmsgstr.lub and I would change <langtype>0</langtype> to <langtype>1</langtype>, or it would keep showing the help command each time that you login. helpmsgstr.zip
    3 points
  2. Don't forget to rep. and rate This keeps us motivated to improve our work! My Script Releases In-Game Poll ~> http://rathena.org/board/files/file/3156-in-game-poll/ Click The Pub Event ~> http://rathena.org/board/topic/93430-click-the-pub/Daily Monster Hunt ~> http://rathena.org/board/topic/93336-daily-monster-hunt-v12/Armor Awakening System ~> http://rathena.org/board/topic/92895-quests-games-armor-awakening-npc/ Potion Brewer NPC ~> http://rathena.org/board/topic/92899-quests-games-potion-brewer-npc/ Mining NPC ~> http://rathena.org/board/topic/92900-quests-games-mining-npc/ Daily Gem Collection Quest ~> http://rathena.org/board/topic/92894-quests-games-daily-gem-collection-quest/ Poring Race ~> http://rathena.org/board/topic/92896-quests-games-custom-poring-race/ Yet Another Town Invasion ~> http://rathena.org/board/topic/93385-yet-another-town-invasion-v21/ Yet Another Poring Catcher Event ~> http://rathena.org/board/topic/92897-quests-games-poring-catcher-event/ Yet Another Dice Event ~> http://rathena.org/board/topic/92898-quests-games-dice-event/ Yet Another Daily Rewards Giver ~> http://rathena.org/board/files/file/3130-daily-rewards-giver/ GM Reward Giver with logs ~> http://rathena.org/board/files/file/3118-gm-reward-giver/ @punish ~> http://rathena.org/board/topic/93211-punish/ @minimart ~> http://rathena.org/board/topic/93011-minimart/#entry246777 @empladder ~> http://rathena.org/board/topic/93063-empladder/#entry247019 @mvpladder ~> http://rathena.org/board/topic/93066-mvpladder/ (REQUEST) @hatredreset ~>http://rathena.org/board/topic/93792-r-hatredreset-command-for-players/?p=250701 (REQUEST) @item3 / @item4 ~> http://rathena.org/board/topic/93166-item3-and-item4-for-test-and-no-corruption-purpose/?p=247546 (REQUEST) Account Bound Item Bonus ~> http://rathena.org/board/pastebin/4oand85uxoxt/ (REQUEST) VIP Buffer / Broadcaster ~> http://rathena.org/board/topic/93174-r-npc-full-buffs-for-vip-players/?p=247542 (REQUEST) WoE Supply Giver ~> http://rathena.org/board/topic/93077-npc-script/?p=247395 (REQUEST) Server Maintenance Announcer + Shutdown ~> http://rathena.org/board/topic/93114-qrserver-annoucnement-before-maintenance/?p=247260 Terms & Conditions You are not allowed to reproduce or make profit of this script You are not allowed to take credit for my scripts. Though you can modify/edit it to your liking. I can give you support, but please, use my support topics. It is your own responsibility to create a backup before implementing anything new.
    1 point
  3. Problem Fix! Thanks NeoMind. As for the sake of others, I used NeoMind's NEMO Patcher and applied the patch that NeoMind mentioned.
    1 point
  4. use the "Enable /showname" patch. Unless you use the patch /showname only works for langtype 0
    1 point
  5. Server side: https://github.com/rathena/rathena/blob/master/conf/battle/party.conf Line: 58 // Display party name regardless if player is in a guild. // Official servers do not display party name unless the user is in a guild. (Note 1) display_party_name: no
    1 point
  6. 1 point
  7. May i ask to clsoe this topic? because the guy already heard what he can do and no more? well i think if rathena or hercules do a db converter back to ra all will be notified
    1 point
  8. Whats the issue here? Why all this conversation most of it isn't even constructive. No offence to anyone. Either he found a converter or he didn't , Point being, Going on more "rants" about the two Emulators, won't get any of us anywhere. Except distracted.
    1 point
  9. mapname,x,y,direct script NPCName spriteid,{ mes .npcname$; mes "Hello ^ff0000"+strcharinfo(0)+"^000000,"; mes "I can refine your equipment for a ^ff0000100% chance^000000!"; mes "All I need is ^ff00001 God Anvil^000000."; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@menu$, .@menu$ + ":"; } set .@part,select(.@menu$); if(!getequipisequiped(.@part)) { next; mes .npcname$; mes "You're not wearing"; mes "anything there that"; mes "I can refine."; emotion 6; close; } //Check if the item is refinable... if(!getequipisenableref(.@part)) { next; mes .npcname$; mes "I don't think I can"; mes "refine this item at all..."; close; } //Check to see if the items is already +10 if(getequiprefinerycnt(.@part) >= 10) { next; mes .npcname$; mes "I can't refine this"; mes "any more. This is as"; mes "refined as it gets!"; close; } next; mes .npcname$; mes "Do you really want me to refine that item?"; if(select("Yes:No") == 2){ mes "Okay, see you."; close; } if (countitem(7806) < 1){ mes "^ff0000You don't have a God Anvil!^000000"; close; } if (getequiprefinerycnt(.@part) >= 7){ mes "^ff0000This item is +7 or higher already.^000000"; close; } delitem 7806,1; while (getequiprefinerycnt(.@part) < 7){ successrefitem .@part; } mes "There you go!"; close; end; I'm not sure if I understood you correctly. But this will refine the item to +7 if it is +6 or lower and won't do anything if it +7 or higher. If you only want to refine from +0 to +7 change the last if to this: if (getequiprefinerycnt(.@part) == 0){ mes "^ff0000This item is refined already.^000000"; close; }
    1 point
  10. No problem. Just say thanks if it works.
    1 point
  11. provide error screen or something? hideoffnpc "<Your npc name>"; and hideonnpc "<Your npc name>"; will be enought for what you want o:
    1 point
  12. Run the RSU Patcher "rsu-kro-renewal-lite" so your data.grf becomes updated. Also; as I recall even for me those were apples. So you're not missing the sprite itself, You're missing the clientside information for them such as an updated iteminfo.lua/lub
    1 point
×
×
  • Create New...