Signup Now
Page 459 of 495 FirstFirst ... 359409449457458459460461469 ... LastLast
Results 4,581 to 4,590 of 4942
  1. #4581
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    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

  2. #4582
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    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

  3. #4583
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    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

  4. #4584
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    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

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

  6. #4586
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    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

  7. #4587
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by agonz View Post
    now works perfect and dont look like botter
    Well hehehe it had to look like a bot in order to be fully effective. Glad you liked it though!



    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
    Free User
    Join Date
    Dec 2013
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Oddy, você não ta aceitando tibia coins ainda?? abrç

  9. #4589
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by misery View Post
    Oddy, você não ta aceitando tibia coins ainda?? abrç
    Aceitamos sim. Please use english here



    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

  10. #4590
    Free User
    Join Date
    Dec 2013
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by RoxZin xD View Post
    Aceitamos sim. Please use english here
    sure, bought one script right now by tibiacoins, and i need to talk w u

 

 

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
  •