Jump to content

mrgeiszer

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by mrgeiszer

  1. hi your code works, lastly can i also change the hairstyle and having head top equipment? thanks for your help anyway
  2. as the title says, is there any way I can change the gender of my npc since i'm currently using the 'player' sprite. For example, mine i'm using a swordsman sprite but it's a female. here's the full script: //================================================== //Walking NPC player sprite //================================================== // - Gepard //================================================== prontera,156,180,0 script Bonita 1,{ // the number 1 here is the swordsman sprite female with the default hairstyle end; OnInit: setarray .Message$[0],"Bonita: Hi there!", "", "", "Bonita: Don't mind me", "", "Bonita: I'm just looking around", "", "Bonita: Hmm.."; while( 1 ){ if(.Count >= getarraysize( .Message$)) .Count = 0; npcwalkto rand(150,160),rand(175,186); npctalk .Message$[ .Count]; .Count++; sleep rand(3000,5000); } end; } please help i want to change the gender to male
  3. Hi everyone, I'm just new here at rAthena forum and I've just recently created my own server for personal use, but I'm having trouble by passing the closed connection error. I have followed specifically the guide instruction on this private server tutorial by Earnestinence but still i'm getting the same issue even though I've already modify/configure the define_pre.hpp file on src/custom/define_pre.hpp PS: sorry I'm not sure where I can post this thread and if there's already a similar issue like this, kindly get this post through sorry and TIA
  4. I've run everything smooth both emulator and client side except getting the "closed connection error" please help, below the screen shot thanks in advance
  5. Hi, I'm on the my sql database part but it seems that it can't proceed it got alot of warnings no table created for the database. pls help
×
×
  • Create New...