Jump to content

Tales

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Tales

  1. Have some problem if i want to use all upgrade tables in my server?
  2. I dont want that this map become a PvP. So, i put this config and received this message when trying to use that map flag: poring_w01 mapflag nopvp [Error]: npc_parse_mapflag: unrecognized mapflag 'nopvp' (file '*********************', line '123'). @edit Solved with "mapflag tab pvp tab off"
  3. Why nobody talks about them? Was discovered a problem?
  4. Why rAthena do this chage? Sorry but, its better when we can set in a conf file. Have other way?
  5. In newest versions of rAthena we are without the skill_restriction (battle/skill.conf). Now, we need to put the skills that we want to be copied by stalker. But, if i want to set it to no restrictions, what i need to do? I dont want to put all possible skills in this db.
  6. Someone know where can i found one?
  7. Hey guys! Whats the command for scripts like @cleanmap?
  8. Someone have the LuaFiles translated to pt-br? @edit, solved!
  9. http://rathena.org/board/topic/70035-adding-items-on-the-itemshop-of-fluxcp/
  10. How to use this features? Can anyone give me some explanation? @up
  11. Where's the tutorial? I found only for Client-side, but where is the server-side?
  12. To install any thing on FluxCp you only need to put it on ADDONS?
  13. // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block // them (eg: 200 vit to completely block stun) pc_status_def_rate: 150 mob_status_def_rate: 100 what this mean? I think that is the each skill point will garant def to anomalous stats. Thus, if you got a 150 of Vit points you will block any anormal status. Alright? EDIT @ // Maximum resistance to status changes. (100 = 100%) // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist. pc_max_status_def: 100 mob_max_status_def: 100 Please, add some explanation for this too.
  14. Excluded for lack of attention.
  15. Yes, the vip system work fine, but the commands not. Problem Solved -> Only with restart...
  16. Hi Masters! I have a possible problem... I activated the Vip System on "../../core.conf" uncommented the //ENABLE_VIP And according with this tutorial http://rathena.org/board/topic/89848-official-vip-system/ a VIP player can do everything that a normal players does. But, for sample, i set the Player (lvl 0) to use @commands, he (the Vip) can't. any ideas? Look my Groups_conf.txt groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: true autoloot: true alootid: true autoloottype: true autotrade: true request: true go: true warp: true breakguild: true channel: true langtype: true } permissions: { } }, { id: 2 name: "Support" inherit: ( "Super Player" ) level: 1 commands: { version: true where: true jumpto: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true users: true broadcast: true localbroadcast: true } log_commands: true permissions: { receive_requests: true view_equipment: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 1 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] raise: true raisemap: true day: true night: true skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true refreshall: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 5 name: "VIP" inherit: ( "Player" ) /* can do everything Players can */ level: 0 commands: { rates: true who: true } permissions: { /* no permissions by default */ } },
  17. Tales

    Change

    Unfortunately not. I mean... do you will have to work hard to do this.
  18. How? I mean... If (CharClassID == 'novice'){ mes "you is the best";}
  19. Tales

    Query_SQL

    You is the BEST!!!!
  20. Tales

    Query_SQL

    I trying to do this: query_sql("SELECT 'MYCOLUMN' FROM 'char' WHERE 'name' LIKE '"+ strcharinfo(0) +"'",); How can i do this correctly? Thx. @edit, i forget to explain! Im making a npc that get a specific value from Database and show it to the char... The value are created on MyColumn at char table. I want that this script, search for the column where the strcharinfo(0) name are allocated.
  21. Tales

    OnNPCKillEvent

    Thank you guys! I managed to solve all my problems! Maybe today or probably tomorrow I'll post the solution. @eKoh! Ill help you tomorrow... whitout time at this time.
×
×
  • Create New...