Jump to content

uDe

Members
  • Posts

    400
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by uDe

  1. I'm using : https://github.com/mandark022/VoteForPoints But still No voting sites found and I can't Add/Edit site. I've read all previous post and still can't do anything about that. I'm using rAthena FluxCP
  2. Please be sure that you're need to use data/itemInfo.lua or data/cskroption.lua or you still need to use idnum2 files? I'm not sure about it. But, it's helps.
  3. It's all because of their Graphic setting. Ask them what is the setting in their Ragnarok Setup (in RO Folder). For me, I always use Direct3D HAL
  4. Same as Emistry link but you need to focus on these :
  5. How to make the AFK 'hat' to middle headgear position?
  6. I didn't know that I should remove the VipManager.. And now, it's working...! As for now, there's no more errors. So, Thanks a lot for this script. If there's more error, I WILL post here..
  7. Question : What is the different between Add VIP Time and Set VIP Time? These appeared on map-server :
  8. I'm having this error : while trying adding ID. Yes, I using your and
  9. Can I use this VipAdmin v1.2a without VipLib v1.2b? Or I need to wait until the new VipLib release?
  10. Please update then... This script is very useful.
  11. uDe

    @commands problems

    Thank you. Problem solved.
  12. uDe

    @commands problems

    Thanks PapZola.. So, the conclusion here, I need to use command name from atcommand_athena.conf in group.conf
  13. Hello.. I've successsfully adding some commands and permissions to GM's. But, these 3 commands got error? here's the SS : non_existent command name? I've already check on doc/atcommant.txt @homevolve Evolves your homunculus, if possible. @hlvl <+/- amount> Changes homunculus level by the specified amount. @battleignore Makes you immune to attacks (monsters/players/skills cannot target/hit you). and here's my group.conf setting for specified GM group to be added : Super Player (for @homevolve & @hlvl) : { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 1 commands: { /* informational commands */ charcommands: false afk: true dye: true hairstyle: true haircolor: true pettalk: true me: true mobinfo: true iteminfo: true whodrops: true help: true uptime: true showdelay: true exp: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: false main: true version: true homevolve: true hlvl: true homfriendly: true homhungry: true } permissions: { } }, and GM level 80 (for @battleignore) : { id: 80 name: "Support Staff" inherit: ( "Support" ) level: 80 commands: { follow: false kick: true disguise: true undisguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: false cartlist: false itemlist: false stats: false item: [true, false] jump: true skillon: true skilloff: true partyrecall: true glvl: true kami: true kamib: true kamic: true battleignore: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: false view_hpmeter: false disable_pvm: true disable_pvp: true can_trade: false } }, Also I've checked on conf/atcommand_athena.conf : 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"] 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"] } But all those command can be used for Admin.
  14. uDe

    MVP Summon Script

    Thank you so much... Thanks to sinya also Problem solved. I think the problem still not solve.. After a while.. These debug and warning appear again : I'm using this script :
  15. uDe

    MVP Summon Script

    function script int__ { set .@num, atoi(""+getarg(0)); if ( .@num == 0 || .@num >= 2147483647 ) return getarg(0); set .@l, getstrlen(""+.@num); for ( set .@i,0; .@i < .@l; set .@i, .@i + 1 ) { set .@num$, .@num % pow(10,.@i+1) / pow(10,.@i) + .@num$; if ( (.@i+1) % 3 == 0 && .@i+1 != .@l ) set .@num$, ","+ .@num$; } return .@num$; } Still got same error..
  16. uDe

    MVP Summon Script

    This happen when I click at NPC to summon monsters. It's same like above right?
  17. uDe

    MVP Summon Script

    Thanks for the concern.. After do like you said, the NPC can be use and can summon MVP. But on the map-server, got these debug :
  18. uDe

    MVP Summon Script

    BUMP.. I really need this script..
  19. For me, it's nothing. Just want to try to make new script.conf. Well, I need to move it into pre-re/script_main.conf?
  20. If I disable #define RENEWAL. So I need to move my custom script conf that I've created in npc/re/script_main.conf to npc/pre-re/script_main.conf right?
  21. How to make this script for 1 VIP Group only? For group 1 (GM Level 1)
×
×
  • Create New...