Jump to content
  • 0

Script for "bot" to improve the server population and pve queues


Tales

Question


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Anyone know about it? Can we produce a Ally Bot to help our players in our own server?

I...i mean about ...i dont know... make a mob with a Human-player characteristics?

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  12/24/14
  • Last Seen:  

Buffbots existing ! just Google for it you can let him patrol over maps using config Switches ! much Luck :)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Anyone know about it? Can we produce a Ally Bot to help our players in our own server?

I...i mean about ...i dont know... make a mob with a Human-player characteristics?

 

There is several scripts i guess.

 

One of it is

 

Supporter Player - Let u hired  SinX or Priest. But this script was to old, cant use anymore with current git. This scripts available at old eA forum. Made by Annieruru

 

Option 2 - Use Mercenary System

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

Another option Elsa didn't point out would be create a summoning scroll or script that summons a monster to fight for the player (can even make player lookalike mobs)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

Uuuh... don't you guys ever heard of assistants?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  354
  • Reputation:   110
  • Joined:  01/30/13
  • Last Seen:  

You cas use the Mercenary/Assistant System, You can make your own mercenary to help other players.

http://irowiki.org/wiki/Mercenary_System

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

I glad for your help, but i'm talking about "Ally Bot's" walking away in maps like prontera, pay_filds pay_duns, etc... But not only walking...play with real peoples.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

So you want a assistant that don't follow a player, but walks randomly in a certain map?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Yes!!! Like a normal player...its possible?

 

 

So you want a assistant that don't follow a player, but walks randomly in a certain map?




 
 
 
 
@I FOUND A WAY

 

How can i make a Monster to attack another monster without attack players?

Edited by Tales
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

Read about @summon, see how it works, make it independent of a player and lasting forever.

Edited by Moriarty
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Read about @summon, see how it works, make it independent of a player and lasting forever.

Summon will not invoke a "Bot Player..."  Summon will only invoke a monsters... =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

Yes, but you can make a monster look like a player, read mob_avail.txt in db folder.

 

// Mob Availability and Alias Database
//
// Structure of Database:
// MobID,SpriteID{,Equipment}
//
// 01. MobID        Mob ID to change.
// 02. SpriteID     Mob ID which will be sent to the client instead of MobID.
//                  If 0, the mob becomes unavailable for use.
// 03. Equipment    Item ID of pet equipment (must be available for pet counterpart, or this will cause problems).
//
// To disguise a mob as a player:
// MobID,SpriteID,Sex,Hair_Style,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color
//
// SpriteID is a job class value.
// Weapon and Shield uses Item ID, while Head uses View ID.
 

 

 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

REALLY NICE, MAN!!!

I saw that i can make a monster attack other monster, but nothing about do not attack Real players, do you know something about it? Let me show you how to do Monster VS Monster...
 

But this code makes the monster attack a normal player too...

-    script    test    -1,{
OnWhisperGlobal:
    getmapxy(.@map$,.@x,.@y,0);
    monster .@map$,.@x,.@y,"AI 0",1647,1,"",0,0;
    monster .@map$,.@x,.@y,"AI 1",1785,1,"",0,1;
    end;
}

 

Yes, but you can make a monster look like a player, read mob_avail.txt in db folder.

 

// Mob Availability and Alias Database
//
// Structure of Database:
// MobID,SpriteID{,Equipment}
//
// 01. MobID        Mob ID to change.
// 02. SpriteID     Mob ID which will be sent to the client instead of MobID.
//                  If 0, the mob becomes unavailable for use.
// 03. Equipment    Item ID of pet equipment (must be available for pet counterpart, or this will cause problems).
//
// To disguise a mob as a player:
// MobID,SpriteID,Sex,Hair_Style,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color
//
// SpriteID is a job class value.
// Weapon and Shield uses Item ID, while Head uses View ID.
 

 

 

 

Edited by Tales
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...