Jump to content

paw

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by paw

  1. map,140,116,4 script Flag#x 722,{ flagemblem 2; } Emblem won't print on the flag but beside the npc name. How to add it as the Flag's printed logo? Sorry. It showed up after I moved away from the flag and came back.
  2. What I meant was a Server Status and Registration Page in a 1 PHP file. This could be my last resort though.
  3. I think I'd do this. Thanks!
  4. Isn't it pseudo-elemental? It seems to be affected by magnum break, when magnum break only should affect neutral property attacks
  5. To the kind-hearted, May I request for a one-page PHP for server status and another one-page PHP
  6. No storage on 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 rates: true refresh: true go: true iteminfo: true mobinfo: true whodrops: true whereis: true time: true hominfo: true homstats: true noask: true noks: true autoloot: true alootid: true autoloottype: true autotrade: true breakguild: true changegm: true duel: true invite: true accept: true reject: true leave: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, I'm using this. - script storage -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if(getmapflag(strcharinfo(3),mf_gvg)); openstorage; end; }
  7. I do not have @storage in my players group.conf. I tried it on normal character, #storage works. Maybe a bug of my Git version?
  8. I'm running 2 servers in 1 client. I set the Login to the same port; Char and Map servers to different ports. Can I use one s1/p1 for both servers?
  9. The script is working. The problem is a player can "#storage anotherplayersname" so that another players storage opens, which can disturb that another player. In other words, a player should not be able to use charcommand; only atcommand.
  10. how to let custom command not allow #commands. players can #storage other players which can be annoying during pvp or woe. example command i got from the forums. - script storage -1,{ OnInit: bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand"; end; OnAtcommand: if(getmapflag(strcharinfo(3),mf_gvg)); openstorage; end; }
  11. Is the Dragon Breath physical? It seems to be affected by Glorious Spear which should only affect physical damage.
  12. make clean make sql make server is make sql necessary before make server?
  13. This was a dumb question. I found the answer moments after I posted this. I do not know how to delete.
  14. Maybe someone could make a Wordpress theme where you can just add server the status, registration, and account management as Widgets. It is too expensive or takes a lot of effort to change themes, making servers stick to the old theme. This could also make every server website creative and unique.
  15. How to not let an invisible player talk to an NPC?
  16. Question: How many cells do a character have to be to trigger the OnTouch?
  17. Ooh thanks! There's a bug then. Mobs with race not DEMON, INSECT or BOSS still chase even when the hiding status is active.
  18. When the user hides at the end of casting this skill, monsters will not follow the user, but remain fixated on the afterimage. Demon, Insect and Boss monsters will also remain in place and do not chase after the user once he/she has hidden after drawing the copycat. http://irowiki.org/wiki/Feint_Bomb Does this mean ALL MONSTERS should not follow while in hiding status or just the DEMON, INSECT and BOSS MONSTERS?
  19. How to make Rangers use either Special Alloy Trap or the regular Trap when using Hunter Mines (example: Ankle Snare). This only allows the regular Trap, not the Special Alloy Trap. 117,0,0,12,0,0,0,99,0,0,none,0,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
×
×
  • Create New...