Jump to content

Leon Wicked

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Leon Wicked

  1. I'm trying to create a guild package box that contains armors and weapons that are account binded. I did this script but it didn't work. Any kind soul out there that can help me?

     

    14152,F_Vigorgra_Package9,Start your Journey Pack,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ geitembound 2357,1,1,1; },{},{}

     

  2. I did this but still it didn't work.

     

    groups: (
    {
    	id: 0 /* group 0 is the default group for every new account */
    	name: "Player"
    	level: 0
    	inherit: ( /*empty list*/ )
    	commands: {
    		commands: true
    		pk: true
    		whogm: true
    		storage: true
    		guild: true
    		go :true
    		mobinfo: true
    		iteminfo: true
    		time: true
    		whodrops: true
    		hominfo: true
    		jailtime: true
    		whereis: true
    		warp: true
    		afk: true
    		autoloot: true
    		alootid: true
    		homfriendly: true
    		allskill: true
    		duel: true
    		noask: true
    		invite: true
    		accept: true
    		reject: true
    		leave: true
    		changegm: true
    		guildstorage: true
    		breakguild: true
    		autoloottype: true
    		hatredreset: true
    		refresh: true
    		storeall: true
    		autotrade: true
    		uptime: true   
    		feelreset: true
    		pettalk: true
    	}
    	permissions: {
    		/* without this basic permissions regular players could not 
    		trade or party */
    		can_trade: true
    		can_party: true
    		command_enable: true
    	}
    },

     

  3. Yes, I already remove the "Removed by eAmod
    here's my groups.conf
     

    groups: (
    {
    	id: 0 /* group 0 is the default group for every new account */
    	name: "Player"
    	level: 0
    	inherit: ( /*empty list*/ )
    	commands: {
    		commands: true
    		pk: true
    		whogm: true
    		storage: true
    		guild: true
    		go :true
    		mobinfo: true
    		iteminfo: true
    		time: true
    		whodrops: true
    		hominfo: true
    		jailtime: true
    		whereis: true
    		warp: true
    		afk: true
    		autoloot: true
    		alootid: true //- Removed by eAmod
    		homfriendly: true
    		allskill: true
    		duel: true
    		noask: true
    		invite: true
    		accept: true
    		reject: true
    		leave: true
    		changegm: true
    		guildstorage: true
    		breakguild: true
    		autoloottype: true
    //		hatredreset: true
    		refresh: true
    		storeall: true
    		autotrade: true
    		uptime: true   
    		feelreset: true
    		pettalk: true
    	}
    	permissions: {
    		/* without this basic permissions regular players could not 
    		trade or party */
    		can_trade: true
    		can_party: true
    		command_enable: true
    	}
    },

     

  4. everytime I type @alootid it says invalid command
    Can anyone help me with this problem? Thank you in advance. 

    atcommand_athena

    	itemreset: ["clearinventory"]
    	channel: ["main"]
    	autoloottype: ["aloottype"]
    	alootid: ["alootid"]
    	cloneequip: ["eqclone"]
    	clonestat: ["stclone"]


    groups.conf

    		autoloot: true
    		alootid: true - Removed by eAmod
    		homfriendly: true
    
    /////////
    
    -Same as @autoloot. On eAmod this command have lots of improvements, also works like @alootid.
    aloot: true


    atcommands.txt
     

    @autoloot {<%>}
    
    Enables or disables autolooting items from killed mobs.
    If a percentage is given, only items dropped at that rate and below will be autolooted.
    
    ---------------------------------------
    
    @alootid <+/- item name/ID>
    @alootid reset
    
    Starts or stops autolooting a specified item.
    Typing "reset" will clear the autoloot item list.
    By default, 10 items can be autolooted at one time.

     

×
×
  • Create New...