Jump to content

Marihna

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Marihna

  1. Thank you for the response. Unfortunately, that didn't appear to fix the problem either. I did add it though, so at least it is in there now. Thank you for catching it. Is there a specific way I should be trying to refresh the server to implement it? I've just been using @reloadscript on my GM account assuming it would refresh everything and make it work after I applied changes to the script....
  2. Yes, the group_id is correct for the players. I double checked that before I posted.
  3. Thank you for the suggestion. Adding commands:true didn't seem to work either.
  4. Hello! I'm having trouble editing my group commands for level 0 group_id. I would like normal players by default to be able to use autoloot and everything I have tried doesn't seem to be working. I have edited the script and reloaded everything in the game-client side, but when I try to use a command on a normal account, it just shows up as normal chat text, not "Invalid ID" or anything. This is my current script: 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 */ autoloot: true alootid: true go: 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 breakguild: true channel: true langtype: true } permissions: { } }, Any help would be appreciated. Thank you!
  5. Thank you! I did manage to find that part last night. I just kept overlooking the login folder which seemed to be my biggest issue haha. Probably best to not try to edit things when I'm tired ^^
  6. Hello! I'm sorry, but could you tell me where I need to put this sprite file? It has always been a problem of mine seeing the odd coloring of certain sprites and I was so happy to finally see a fix for it and wanted to add it to my server. However, since I am new to updating my server I am not sure where exactly to put it...Any help is appreciated. Thank you! And fantastic job by the way ^^
  7. Hello!! I was able to finally figure out how to delete the GM suit from my GM accounts, but as soon as I deleted <admin> </admin> the color for the name went away too..... Can someone help me with this? As a side note, I also forgot how to change the GM access level.. If someone could help me with that, that would be fantastic. Thank you :3 <3
  8. Okay... Thank you. I just uninstalled everything and started from scratch so hopefully I can get somewhere this time. It's a very simple guide, I understand that but for some reason my laptop has decided to be satan and as always, windows seems to be getting in my way.
  9. Thank you so much for getting back to me. :3 I downloaded the Process Hacker and found what is in port 3306, but when I disabled it, it appears to be running my windows.exe...... Any further suggestions would be wonderful, lol. Thank you in advance! ^^ I have tried restarting my computer and it looks like I'm still running into the same issue. This is also what I am getting now when I try to run the server. I assume that just means I'm having problems because of the mysql correct--as to why it won't connect or login?
  10. Hello!! I'm going through your steps and I seem to be running into this issue. From there, for kicks and giggles I tried to run the server for PreRe anyways and it's also saying that it can't find the map server. Is this something you could help with or does this have more to do with my firewall than with the pack? Any help is greatly appreciated. Been trying to make a server for years now and keep getting hung-up at one spot or another.... Was really hoping that I could make it work this way. Thank you!
×
×
  • Create New...