Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Community Answers

  1. PewN's post in Hide SVN version was marked as the answer   
    conf/battle/client.conf

    set it to no

    // Show rAthena version to users when the login? display_version: yes
     
  2. PewN's post in Adding new Filed on Registration Form on ipboard was marked as the answer   
    yeah. btw thanks i already found it
  3. PewN's post in how can i disable gm accounts to drop item was marked as the answer   
    clif_displaymessage(sd->fd, "Your Message");
     
  4. PewN's post in disable certain @ commands on certain maps was marked as the answer   
    -        script  storage22          -1,{ OnInit: bindatcmd "storage",strnpcinfo(3)+"::OnAtcommand"; end;   OnAtcommand: setarray .Map$[0],"guild_01","guild_02"; if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){   message strcharinfo(0),"You can't open your storage here!"; end; } openstorage; end;   }  
    then on your groups.conf
     
     
    remove
    storage: true
  5. PewN's post in Is it possible to change cloth color upon wearing EQ? was marked as the answer   
    yes

    ,{},{ setlook 7,81; set skin,getlook(7); },{ setlook 7,skin; }


    http://rathena.org/wiki/Setlook
  6. PewN's post in GATs in map was marked as the answer   
    recache your mapcache.dat
  7. PewN's post in # atcommands was marked as the answer   
    no
     
    fakename: [true, true]
  8. PewN's post in Hatred Reset NPC was marked as the answer   
    note Hatred reset is custom command!

    prontera,0,0,0 script sadasd 100,{ if( BaseClass == Job_Star_Gladiator ){ atcommand "@hatredreset"; mes "Done"; close; } else { mes "You are not Star Gladiator"; close; } }
×
×
  • Create New...