Jump to content

ay0konapala

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by ay0konapala

  1. Sir emistry, the links in the tutorial are all broken. /sigh.
  2. Sir where exactly can I download the GIT?. Does GIT is same as rAthena SVN/Trunk? Is there any updated tutorial on how to set up the GIT files? (Including the GIT>MySQL). Thanks sir!
  3. solveed sir. plase close/lock this topic.
  4. Can someone please teach me how to script an item. ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } I only need to know what is "Type, Range, Job, Upper, Gender, Loc, eLV, Refinable, View" I need to understand all those. Can someone please tell me some examples or list of choices(?) each. Thank you. (What are the different Types, Range, Job etc...) Thanks again.
  5. Thanks sir Emistry! I'll test this script as soon as i got home. Sir Emistry, I found some problems in the npc that you made. 1. There is a 'null' requirements when talking on the npc. 2. There are no reward each rebirth. 3. The titles are not working. Please help. Thanks!
  6. hmm in my own opinion, i think yes. Because almost 3/4 of the member here or almost ALL are using GIT.
  7. Ok sir. For example: bonus2 bVariableCastrate,sk,-100; bonus2 bFixedCastrate,sk,-100;
  8. Thanks! . Now i know. Thank you very much... bonus2 bVariableCastrate,sk,n; Increases variable cast time of skill sk by n% bonus2 bFixedCastrate,sk,n; Increases fixed cast time of skill sk by n% hmm INCREASES? Sir I want to Reduce the casting time of the skill not to add Casting time. If I set that particular skill to zero, will it instant cast?
  9. Is it possible that one specific item, makes a casting skill, no cast? for example, the TRACKING skill. Even when you have 1000Dex or 1000Allstats, you cant no cast the skill Tracking. is there any script that can do that? Hmm is there someone here knows how to do that? For example I will make a custom item. Then the effect of that item will be no cast for TRACKING. Whats the script will be? Help me thanks.
  10. Oh I see. Thanks for the help. Very much appreciated. Thanks.
  11. up :'( PLEASE HELP WITH THIS.
  12. THANK YOU VERY MUCH! Please close this topic but dont delete my post. I'll use this for my reference. Thanks again ) WAIT! can I edit the commands? For example i want a level 0 normal player have @allskill / @skill command. How can I do that?
  13. hmm I think its more complicated compared to SVN am I right? UP UP UP UP UP
  14. /* Atcommands and charcommands configuration file */ /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases You can define aliases for any command. Aliases work just like original command. Format is <commandname>: ["<alias>", ...] */ aliases: { mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] autotrade: ["at"] help: ["h"] jumpto: ["goto", "warpto"] mount: ["mountpeco"] who: ["whois"] npctalk: ["npctalkc"] gvgon: ["gpvpon"] gvgoff: ["gpvpoff"] jobchange: ["job"] load: ["return"] warp: ["rura", "mapmove"] dye: ["ccolor"] hairstyle: ["hstyle"] haircolor: ["hcolor"] monster: ["spawn"] blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"] jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"] glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"] resetstat: ["streset"] resetskill: ["skreset"] allskill: ["allskills", "skillall", "skillsall"] allstats: ["allstat", "statall", "statsall"] ban: ["banish"] unban: ["unbanish"] unjail: ["discharge"] homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"] homevolution: ["homevolve"] mutearea: ["stfu"] monsterignore: ["battleignore"] raise: ["revive"] kill: ["die"] guildstorage: ["gstorage"] accinfo: ["accountinfo"] itemreset: ["clearinventory"] channel: ["main"] autoloottype: ["aloottype"] } /* Commands help file */ help: { @include "conf/help.txt" } Don't you think these commands are incomplete? There's no @item here. How can I get items ingame if I want to give item as a reward. Or there's something hidden here? Haha. Or I can add commands on my own. But how? Im struggling. I think, SVN @commands are much more easy to understand than this. Dont you think? Thanks. I DONT KNOW IF IM IN THE RIGHT SECTION. SORRY FOR THAT. DONT GET MAD. THANKS.
  15. Is there anyone got this kind of script? Or If anyone can make some script like this? What kind of Rebirth System : Works on all kind of SVN. Either eAthena SVN or rAthena SVN or even GiT The Rebirth NPC will always check their Level (255), Job level(120), weight limit before they rebirth, If they didn't meet the requirements then the NPC won't let them rebirth. Each rebirth will have an additional name TAG. I.E: (normal name: Keyboard) then (1st Rebirth: Bronze V - Keyboard) The rebirth will be from Bronze V,IV,III,II,I. Then Silver V,IV,III,II,I, Gold V,IV,III,II,I, Platinum V,IV,III,II,I, Diamond V,IV,III,II,I, lastly Challenger I. Each rebirth will have their specific name tag depends on their rebirth stage. Players who got to rebirth will be Broadcasted. Optional : Saves the rebirth of each character in the logs of Account ID, Character Name, No. of Reborn and IP Address. How the Rebirth System works : Each Rebirth will have atleast 10 Item Requirements like (Sample) 512, 513, 514, 515, 516... The requirements for each rebirth depends on me as well as the prices. Hope someone will share or make some kind of this script... Thank you! More powers rAthena
  16. First, I want to know if I'm in the right section. 1.I want to know what is the lastest SVN/Trunk as of now. (latest and stable(no errors glitch etc.)). 2.What is the latest client date? (latest and stable) 3.Latest MySQL Server, Query Browser, Admin. 4.Stable Data (includes database, db's, palettes, luafiles, lubfiles, etc. in the data) Thanks in advance
×
×
  • Create New...