Pots + Opencore

05/05/2006 17:37 Dete86#1
Alsooooo
ich will dass mein char immer awas benutzt wenn der awa status weg is.
so jetz das problem: ich habs so eingestellt:

useSelf_item Meat,Apple,Banana,Sweet Potato,Carrot,Red Potion,Yellow Potion, White Potion, Awakening Potion {
hp <= 50%
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
}

aber der benutzt wenn ich z.B. 10 awas mit hab benuzt der alle 10 hintereinander.

kann mir einer sagen wie ich es richtig einstell?

weiss noch einer wofür das is?

getAuto {
minAmount
maxAmount
passive
}

kann man damit sachen ausm storage hohlen? wenn ja, wie?
05/05/2006 18:15 spelaben#2
so sieht's aus :)
Code:
useSelf_item Meat,Apple,Banana,Sweet Potato,Carrot,Red Potion,Yellow Potion, White Potion {
hp &#60;= 50%


useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion
05/05/2006 18:26 Dete86#3
geht immer noch nich frisst immer noch alle awas hintereinander >:o

un weisst du wofür das andere da ist was ich noch hinzugefügt hab?
05/05/2006 18:46 spelaben#4
neeee, lösch alles was du da vorher hattest und ersetze es durch meins!
05/05/2006 18:52 Dete86#5
ich hab einmal useself item damit der sich heilt und einaml damit der awas frisst.
is dat falsch?
05/05/2006 20:11 SiSa#6
schaue ob:
whenStatusInactive Awakening Potion dadrinne steht oder nicht.

Es reicht aus:
Quote:
}
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
}
wichtig ist auch das die Klammern stimmen.

useself heisst. Die Items die nur selber benutzt werden angewendet.
05/05/2006 20:37 sonnfan#7
Hmm, bei mir nimmt der auch alle Pots zusich, ich habs mit der Methode von Sisa und Spelaben versucht. Der spammt die Pots alle, das is mist...
05/05/2006 22:43 SiSa#8
so
poste mal deine config hier rein. Da ist ein Fehler drinne ohne deine Anmeldedaten.
05/05/2006 22:47 ChibiEbil#9
erstmal [Only registered and activated users can see links. Click Here To Register...]

Und dann weiter, was für eine class spielst du?
Ich hatte mal das prob. das bei nem assa er ignoriert hat was für eine pot ich nehme, und er immer conc. pot status aktiv/inactiv gewählt hat.

Vergiss bloß nicht das awa potion bei den heal sachen wegzumachen.

Also ersetz das mal durch dein jetztiges useselfitem awa...

useSelf_item Awakening Potion {
whenStatusInactive Concentration Potion
inLockOnly 1
notWhileSitting 1
timeout 3
}
Er würde jetzt eine awa benutzen wenn der Concentration Potion status inaktiv ist (normalerweise ist dies nur bei einer Concentration Potion der fall, ansonsten versuch, falls dies nicht klappt, dort Awakening Potion hinzuschreiben und teste es nochmal), er benutzt die awa nur auf der lockmap(da wo er immer hingehen soll), nicht wenn er sitzt, und würde 3 sek warten bis er noch eine nehmen würde (aber auch nur wenn der status Concentration Potion inaktiv ist!) so frisst der nicht in 5 sek. alle weg falls wa s schief geht.

Hideki
05/06/2006 09:57 sonnfan#10
Also ich habs jetzt:
Code:
useSelf_item Awakening Potion {
	hp
	sp
	onAction
	whenStatusActive
	whenStatusInactive Awakening Potion
}
Hmmm, weiter unten in der Config hab ich jetzt grade das gefunden, ich wusste garnicht das ich das hab. o.O
Code:
useSelf_item Awakening Potion {
	hp > 10%
	whenStatusInactive Concentration Potion
	inLockOnly 1
	timeout 3
}
05/06/2006 10:03 mr255#11
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
inLockOnly 1
}
es dürfte reichen wenn du nur das in deine conifg kopierst
05/06/2006 10:22 sonnfan#12
Also ich weiß nicht, der spammt die immernoch. ;(

Achja, fals es wen interressiert, hier is meine Config...
Code:
### Login Infos ###
blablabla lelkjgdkgdik muss ja keiner wissen

### Map Lock ###
lockMap lhz_dun02
### Macros ###
talkAuto_afterDeath 1
talkAuto_distance 3
talkAuto_npc prontera 152 189
talkAuto_npc_steps

### Auto Pickup ### 
itemsTakeAuto 0
itemsMaxWeight 80
itemsMaxWeight_sellOrStore 80


### Auto Sell ### 
sellAuto 1
sellAuto_distance 5
sellAuto_npc prt_in 126 76

### Auto Storage ### 
storageAuto 1
storageAuto_useChatCommand !storage

### Auto Teleport ###
teleportAuto_allPlayers 0
teleportAuto_dropTargetKS 0
teleportAuto_useSkill 2
teleportAuto_notInTown 1
teleportAuto_emptyName 1

### Auto Avoid ###
avoidList 1
avoidList_inLockOnly 1
avoidList_reconnect 300
avoidGM_near 3
avoidGM_near_inTown 0
avoidGM_talk 1
avoidGM_reconnect 600
avoidGM_namePattern /^&#40;&#91;a-z&#93;?ro&#41;?-?&#40;Sub&#41;?-?&#092;&#91;?GM&#092;&#93;?/

cachePlayerNames 1
cachePlayerNames_duration 99999
cachePlayerNames_maxSize 200


## Buy Items ##


## Use Items ##

useSelf_item White Potion {
	hp &#60; 70%
	notWhileSitting 1
}

useSelf_item Yggdrasil Berry {
	sp &#60; 10%
	notWhileSitting 1
	inTown 0
}

useSelf_item Awakening Potion {
	whenStatusInactive Awakening Potion
	inLockOnly 1
}

### Monk Combos ####

attackSkillSlot Bash {
	lvl 10
	dist 1.5
	maxCastTime 0
	minCastTime 0
	hp
	sp > 15
}

attackSkillSlot Double Strafe {
	lvl 10
	dist 13
	maxCastTime 0
	minCastTime 0
	hp
	sp > 10
}

attackComboSlot Combo Finish {
	lvl 5
	afterSkill Chain Combo
	waitBeforeUse
	autoCombo 1
  #NOTE&#58; autoCombo will only work with The CVS version!
	dist 1.5
	isSelfSkill 1
}

### Monk Buffs ####
useSelf_skill Increase AGI {
	lvl 10
	whenStatusInactive Increase AGI
	sp > 10
	timeout 5
}

useSelf_skill Blessing {
	lvl 10
	whenStatusInactive Blessing
	sp > 10
	timeout 5
}

useSelf_skill Angelus {
	lvl 10
	whenStatusInactive Angelus
	sp > 10
	timeout 5
}

### Auto Disconnect ### !!OFF!!
dcOnDeath 0
dcOnDualLogin 0
dcOnDisconnect 0
dcOnEmptyArrow 0
dcOnMute 1
dcOnPM 0
dcOnZeny 0
dcOnStorageFull 0


### Walk Route ###
route_randomWalk 1
route_randomWalk_maxRouteTime 75
route_maxNpcTries 7
route_step 9

### Save Map ###
saveMap prontera
saveMap_warpToBuyOrSell 1

### Squelch Console ###
squelchDomains Deal,Equip,attackedMiss,attackMonMiss,emotion,guildnotice,load,looter,parseMsg/upgrade,portals,useteleport,waypoint

### Main config ###
allowedMaps
allowedMaps_reaction 1

attackAuto 2
attackAuto_notInTown 1
attackDistance 1.5
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1

autoRestart 0
autoRestartMin 0
autoRestartSeed 0
autoRestartSleep 1
autoSleepMin 120
autoSleepSeed 60
autoResponse 1
autoSpell 1

logChat 1
logPrivateChat 1
logPartyChat 1
logGuildChat 1
logSystemChat 1
logEmoticons 1
logAppendUsername 1

dcOnMute 1
dealAuto 1
partyAuto 1
guildAutoDeny 1
verbose 1
showDomain 0
message_length_max 80
sleepTime 10000
intervalMapDrt 1
itemHistory 1
autoTalkCont 1
noAutoSkill 0
portalRecord 2
chatLangCode 0

alertSound 1

alertSound {
	eventList public gm chat, public chat, private GM chat, GM near ,private chat
	notInTown 1
	inLockOnly 0
	play C&#58;&#092;WINDOWS&#092;Media&#092;ringin.wav
}
05/06/2006 11:24 mr255#13
hmm dann weis ich auch nicht weiter denn bei mir spammter dann nicht
05/06/2006 13:52 ChibiEbil#14
dann versuch mal das was ich geschrieben habe :rolleyes:
05/06/2006 14:52 sonnfan#15
Jo, super, geht, nur halt komisch dass selbst nach nem Ava bei Status Conc Pot steht...