Jump to content

memel25

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by memel25

  1. Yes I did unload and load, I also tried to use reloadscript but it was always saying the player was not online. Even the first load of the script w/o the OnWhisperGlobal
  2. it is not working. I set the preset items to 0 and typed the @reward 909 100 Player it says the player was not online. But it was online. I tried to add the OnWhisperGlobal and PMed npc:reward typing the same commands above and still no luck,
  3. This should be included in svn as default
  4. Is there a way to announce the item that the GM trades, vend, or drops? For example, GM BlaBla trade 1000 Kiel Card to PlayerA. OR GM BlaBla drops 1000 Kiel Card at Prontera OR GM BlaBla vends 1000 Kiel Card at Prontera If there is one, I hope it is for free.
  5. So this means, this was meant to be? xD and why my topic was mark as solved ? xD
  6. Hi guys, I was trying to increase the length of guild notice. I've changed the table structure for column mes2 from table Guild. I updated the length from 120 to 255. But when I tried changing the guild notice in-game, it only accepts 120 characters only. Did I miss something out? Hoping for your assistance. Thanks.
  7. Am I the only one having this issue? I am using the latest version. Sir sandbox, did you try this?
  8. I am using pre-re. What part should I edit then?
  9. Does this script still not applicable for the r17700?
  10. Hi dev team, There is a bug regarding the reduction. For example, my character is wearing large baphomet horns, +10 immune shield, deviling card, and thara frog/ogretooth card. This gives me full resist against neutral. I think the calculation was being summed up that's why it gives 100% From my opinion this should be in different computation, for ex: Damage is 10k, since i am wearing deviling and +10 immune shield damage will be reduced to 62% Damage: 10k - 6200 = 3800 Now i am wearing ogre tooth which is 25% in medium (players are included) Damage: 3800 - 950 = 2850 Then the lbh 12% redux to players Damage: 2850 - 342 = 2508 Final damage is 2508 not absorb Seeing this happen i think that what happened is ogretooth+deviling+immune shield+ lbh which is 25+50+12+12 = 99% i have added the proxy garment and then boom i absorb asura completely. Hope dev team will look into this. Thanks in advance, More power rathena.
  11. Hi, I want to have character bounded cards, bat whenever I compound this into an equipment the bound on the card will be gone. Any suggestion on how to retain the bound for the cards? Thanks
  12. HI Guys, It's me again. Just want to ask if an item can be script that it requires a status on a player to make the script work. i.e. The player must be in state of edp to make the item script work. Thanks
  13. Thanks Capuche My apology for the long quoted message xD
  14. Hi guys, Why I can't @reloadatcommand after changing the groups.conf. Error says "Error reading groups.conf, reload failed." Here is my groups.conf content groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ commands: true storage: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true go: true autotrade: true warp: true duel: true invite: true accept: true reject: true leave: true autoloot: true alootid: true mail: true itemlist: true rates: true whereis: true guildstorage: true /* changegm: true */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: 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 autotrade: true request: true go: 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 } }, { 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, true] day: false night: false skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true guildrecall: true monsterignore: true partyrecall: true refine: [true, true] kami: true itemreset: true storeall: true fakename: true recall: true agitstart: true agitend: true agitstart2: true agitend2: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 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, true] day: false night: false skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true guildrecall: true monsterignore: true partyrecall: true refine: [true, true] kami: true itemreset: true storeall: true hide: true follow: true kick: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true agitstart: true agitend: true jobchange: true jlvl: true blvl: true refine: true allskill: true allstats: true agitstart2: true agitend2: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true channel_admin: true can_trade_bounded: true } } ) Thanks in advance.
  15. thanks for replying. will try this
  16. How can i make gtb works 30% on supportive skills or debuff skills (i.e. Dispel and Heal) When i changed the effect of gtb to 30 nomagicdamage, the heal or dispel still works 100%. (i,e, Heal is 0 when gtb is wore) Thanks for your help.
  17. I know this is a double post. But I think, I have posted in the wrong section. Here is my problem. My version now is r17269. The problem is it goes back again. The resist effects and racial reduction doesn't work. And here is what I notice, the resist effect and racial reduction ONLY works on MAGIC and MISC type skills. But if the skill is WEAPON base then no reduction for us. Note: This is based on the skill_db.txt Is there any solution into this? (i.e. Thara frog, doesn't work on spiral pierce which is weapon type skill, but do work on Acid Demo(misc type) and Cold Bolt (magic type)) Hope there is an answer out there and willing to help us. Thanks in advance. Mel P.S. Please delete this if you think I did a something wrong.
  18. Hi guys, It's me again. My version now is r17269. The problem is it goes back again. The resist effects and racial reduction doesn't work. And here is what I notice, the resist effect and racial reduction ONLY works on MAGIC and MISC type skills. But if the skill is WEAPON base then no reduction for us. Note: This is based on the skill_db.txt Is there any solution into this? (i.e. Thara frog, doesn't work on spiral pierce which is weapon type skill, but do work on Acid Demo(misc type) and Cold Bolt (magic type)) Hope there is an answer out there and willing to help us. Thanks in advance. Mel
  19. Hi Capuche, your suggestion works Thank you so much for the help.
  20. thanks capuche. will try this asap
  21. sorry to bump. is there any player would mind to help me? the problem is the subEle thing. it doesn't work
  22. Hi I have a private server.version r17220. The thing is the resists don't work. example is deviling. I equipped and still no effect. neutral still have same damage. any idea or help regarding this? Thank you so much.
×
×
  • Create New...