Signup Now
Page 459 of 495 FirstFirst ... 359409449457458459460461469 ... LastLast
Results 4,581 to 4,590 of 4947
  1. #4581
    Free User
    Join Date
    Dec 2016
    Posts
    19
    Reputation
    10
    Rep Power
    0
    hi, if i want to use krailos DP for deposit items, money and buy supplies? could you change script??

  2. #4582
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by calentanox View Post
    hi, if i want to use krailos DP for deposit items, money and buy supplies? could you change script??
    I don't have a character with Krailos quest complete, and I don't plan in doing it anytime soon, so by now I can't unless I can get access to a character that does.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  3. #4583
    Free User
    Join Date
    Oct 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    god please help me how off exori mas on draken walls check

  4. #4584
    Free User
    Join Date
    Oct 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by RoxZin xD View Post
    You can't. Why would you want it anyways?
    because i give party for me friend ms and we hunt with me im on bot he manual xDD

  5. #4585
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by agonz View Post
    because i give party for me friend ms and we hunt with me im on bot he manual xDD
    hahahah epic!

    The way to fix it is to either edit on Farmine_Settings the chkMobs function (quicker but if you don't have the knowledge the 2nd method is easier) or delete the waypoints that have that function



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  6. #4586
    Free User
    Join Date
    Oct 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    ok i dont know how edit this xDD


    Code:
    auto(1000)
    dontlist()
    ExAmount = getuseroption('Amount of monsters to cast Exori.')
    smallrefill = getuseroption("Small refill on Chartan?")
    set('Looting/OnlyOpenValuableBodies', toyesno(getuseroption('Loot Valuables Only?')))
    set('Looting/ValuableBodiesValue', getuseroption('Valuable Bodies'))
    set('PotionHealer/Rules/HP/Spell', HP)
    
    --making functions
    function startAtk()
    	wait(1500,2000)
    	settargeting('on')
    end
    
    function chkMobs()
    	if (paround_ib(7, true) == 0 or not PVP)then	
    		wait(500)
    		cast('exori mas')
    	end
    	if maround(6, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') >= 2 then
    		gotolabel($wptid-1)
    	else
    		gotolabel($wptid+1)
    	end
    end
    
    function stopAtk()
    	settargeting('off')
    	stopattack()
    end
    
    function drinkMana(pc)
    	while itemcount(MP) > 0 and maround() <= 1 and $mppc < pc do
    		useoncreature(MP, $self)
    		wait(500)
    	end
    end
    
    if maround(5, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') <= 3 and $wptsection == 'Hunt' then
    	set('Looting/LootingPolicy', 'Smart Looting')
    else
    	set('Looting/LootingPolicy', 'Loot After All Dead')
    end

  7. #4587
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by agonz View Post
    ok i dont know how edit this xDD


    Code:
    auto(1000)
    dontlist()
    ExAmount = getuseroption('Amount of monsters to cast Exori.')
    smallrefill = getuseroption("Small refill on Chartan?")
    set('Looting/OnlyOpenValuableBodies', toyesno(getuseroption('Loot Valuables Only?')))
    set('Looting/ValuableBodiesValue', getuseroption('Valuable Bodies'))
    set('PotionHealer/Rules/HP/Spell', HP)
    
    --making functions
    function startAtk()
    	wait(1500,2000)
    	settargeting('on')
    end
    
    function chkMobs()
    	if (paround_ib(7, true) == 0 or not PVP)then	
    		wait(500)
    		cast('exori mas')
    	end
    	if maround(6, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') >= 2 then
    		gotolabel($wptid-1)
    	else
    		gotolabel($wptid+1)
    	end
    end
    
    function stopAtk()
    	settargeting('off')
    	stopattack()
    end
    
    function drinkMana(pc)
    	while itemcount(MP) > 0 and maround() <= 1 and $mppc < pc do
    		useoncreature(MP, $self)
    		wait(500)
    	end
    end
    
    if maround(5, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') <= 3 and $wptsection == 'Hunt' then
    	set('Looting/LootingPolicy', 'Smart Looting')
    else
    	set('Looting/LootingPolicy', 'Loot After All Dead')
    end
    You can delete the 3 lines after chkMobs
    so it would stay like this

    auto(1000)
    dontlist()
    ExAmount = getuseroption('Amount of monsters to cast Exori.')
    smallrefill = getuseroption("Small refill on Chartan?")
    set('Looting/OnlyOpenValuableBodies', toyesno(getuseroption('Loot Valuables Only?')))
    set('Looting/ValuableBodiesValue', getuseroption('Valuable Bodies'))
    set('PotionHealer/Rules/HP/Spell', HP)

    --making functions
    function startAtk()
    wait(1500,2000)
    settargeting('on')
    end

    function chkMobs()
    if maround(6, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') >= 2 then
    gotolabel($wptid-1)
    else
    gotolabel($wptid+1)
    end
    end

    function stopAtk()
    settargeting('off')
    stopattack()
    end

    function drinkMana(pc)
    while itemcount(MP) > 0 and maround() <= 1 and $mppc < pc do
    useoncreature(MP, $self)
    wait(500)
    end
    end

    if maround(5, 'Lizard Zaogun', 'Lizard High Guard', 'Draken Warmaster', 'Draken Spellweaver') <= 3 and $wptsection == 'Hunt' then
    set('Looting/LootingPolicy', 'Smart Looting')
    else
    set('Looting/LootingPolicy', 'Loot After All Dead')
    end



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  8. #4588
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Bump!



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  9. #4589
    Free User
    Join Date
    Dec 2013
    Posts
    310
    Reputation
    16
    Rep Power
    21
    Coins for draken walls sent

  10. #4590
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Adrimeister View Post
    Coins for draken walls sent
    You can download the script, thank you!



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •