Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dragonatter

Pages: [1]
1
Useful Parts / Re: [Share] Switch weapon 149 (and others weapons)
« on: November 07, 2020, 03:13:16 pm »
Lol. I am an idiot. You have left so much space between the beginning of the code and the rest, I didn't even see it. I only pasted the first bit. It works now.
However, i want to only use 149 holy against the forgottens, not use the script. That is because the forgottens are imun to any other element apart from holy. So how do i make the bot only use the 149 holy against the forgottens?

2
Useful Parts / Re: [Share] Switch weapon 149 (and others weapons)
« on: November 06, 2020, 07:14:25 pm »
Is this the entire code? Are there no functions, no events, no nothing? I can NOT make it work...

3
Useful Parts / Re: [Share] Switch weapon 149 (and others weapons)
« on: November 05, 2020, 11:09:47 pm »
Code: [Select]
###############################################
# Made by Mindee and DemonLord  2020
###############################################

#DON'T USE SWITCH WEAPON OF BOT SETTINGS
# Switch to the main weapon when the mob's hp is less than:
Percent = 50

# Mobs names corresponding to each weapon:
# 'Mob name': % at which script should switch weapon.
# If you want, delete "Percent" and write a different % to each mobs.
# "MobsMainWeapon" It is so as not to change weapon 149.
# % = -1  | Means, don't switch to weapon.
MobsMainWeapon = { 'Mob': -1, 'Mob': -1 }
MobsWeaponIce = { 'Bullwar': Percent, 'Darktaur': Percent }
MobsWeaponFire = { 'Krakomin': Percent, 'Tyrannix': Percent }
MobsWeaponHit = { 'Mob': Percent, 'Mob': Percent }
MobsWeaponSoul = { 'Mob': -1, 'Mob': -1 }
MobsWeaponElectric = { 'Mob': Percent, 'Mob': Percent }

# Weapons IDs
MainWeapon = 5593
Weapon149Ice = 5298
Weapon149Fire = 5296
Weapon149Hit = 5294
Weapon149Soul = 5300
Weapon149Electric = 5302

# Switch to weapon 149 even with skills activated  (Yes/No | 1/0)
#  Or both are deactivated:
SkillLeft = 1
SkillRight = 1



my bad. still not working

4
Useful Parts / Re: [Share] Switch weapon 149 (and others weapons)
« on: November 05, 2020, 10:18:31 pm »
the script doesn't run for me.

Code: [Select]
###############################################

#DON'T USE SWITCH WEAPON OF BOT SETTINGS
# Switch to the main weapon when the mob's hp is less than:
    Percent = 50

# Mobs names corresponding to each weapon:
# 'Mob name': % at which script should switch weapon.
# If you want, delete "Percent" and write a different % to each mobs.
# "MobsMainWeapon" It is so as not to change weapon 149.
# % = -1  | Means, don't switch to weapon.
    MobsMainWeapon = { 'Mob': -1, 'Mob': -1 }
    MobsWeaponIce = { 'Krakomin': Percent, 'Darktaur': Percent }
    MobsWeaponFire = { 'Krakomin': Percent, 'Tyrannix': Percent }
    MobsWeaponHit = { 'Mob': Percent, 'Mob': Percent }
    MobsWeaponSoul = { 'Mob': -1, 'Mob': -1 }
    MobsWeaponElectric = { 'Mob': Percent, 'Mob': Percent }

    # Weapons IDs
    MainWeapon = 5593
    Weapon149Ice = 5298
    Weapon149Fire = 5296
    Weapon149Hit = 5294
    Weapon149Soul = 5300
    Weapon149Electric = 5302

    # Switch to weapon 149 even with skills activated  (Yes/No | 1/0)
    #  Or both are deactivated:
    SkillLeft = 1
    SkillRight = 1

5
Help Board / Re: Interacting with NPC
« on: November 05, 2020, 09:01:26 pm »
I did that to. Now how do you tell the script to use a weapon?

6
Help Board / Re: Interacting with NPC
« on: November 04, 2020, 02:09:20 pm »
Ok, now I can do it. How do I take stuff from the inventory?

7
Help Board / Re: Interacting with NPC
« on: November 02, 2020, 11:27:39 pm »
I added my Npc into the script.  All I managed to do so far is make the system send a text saying "hello" when I get at the set coordinate and to make my character follow the NPC around :) . I can't make the my char interact with the stupid Npc.

8
Help Board / Interacting with NPC
« on: November 02, 2020, 02:34:53 pm »
Hi. Can someone explain how to make the bot interact with the NPC, to take quests for instance. When I make the waypoints, I see some coordinates appear, and a w in between some (). In the ready made .bot files i got from this site, I see that the waypoints that have interaction with the NPC there is a (T). How do I make that?

9
Help Board / failed to connect to license server
« on: October 14, 2020, 10:44:12 am »
i am getting this error every time i try to connect. can someone help me?

10
Request / Re: Request scrip quest island doratia+gorgoros+huntera
« on: October 12, 2020, 10:50:06 pm »
that would be good

11
Help Board / Re: scripting
« on: April 29, 2020, 01:00:48 pm »
so the g+d v3.1.bot file it is not the script file i need? i still dont understand how to mindee bot app and its features. Where is the script file for g+d v3.1.bot

12
Help Board / Re: scripting
« on: April 29, 2020, 11:24:43 am »
ok, so i got the scripting extra feature. Now how exactly do i use it? What i did was i downloaded the gorgos plus doratia script, and then i went to mindee bot app, i went to script, press load, then i clicked the script i just download. in the script box i can only see to characters and when i click activate i get a po[p up that says "unexpected token". how do i run the scripts?

13
Help Board / scripting
« on: April 27, 2020, 10:06:18 am »
hello. even if i have a payed subscription,  it says that i have do donate in order to use the scripting feature. whats up with that?

Pages: [1]