Jump to content

Adham

Advanced members
  • Content Count

    39
  • Joined

  • Last visited

Posts posted by Adham


  1. 3 hours ago, J0k3r said:

    Of course it will NOT, You have to include your decryption in your MindPower3D -- Why would you assume that your client is going to assume your decryption algorithm outta nowhere and use it?

    what is that MindPower3D ?


  2. result condition works only on 1 kind of monster 
    if i add  another monster id the mission give complete even if still killed just one kind of monsters 

     

    MisResultCondition(HasFlag, 970, 18 )

     

    i tryed to make 2x of resultcondition  like this 

    MisResultCondition(HasFlag, 970, 18 )

    MisResultCondition(HasFlag, 970, 18 )

     

    still not work ! any help 

     


  3. if this could make hangs  , i will not use it .. you can make this function work on buttom not npc 
    for example under the mini map there ( buttom ) 
    click on buttom u see the detals of bosses 
    (simple details )
     Black Dragon Green circle 

    death soul commender Red circle ( 3 H 32 Mint)  {u need click on the buttom to refresh the details ) 
    how much this will cost me 
     

     


  4.     DefineMission( 643, "Earn t", 644 )
    
    
    
        MisBeginAction(AddMission, 644)
    
        MisBeginAction(SetFlag, 644, 1)
    
        MisBeginAction(AddTrigger, 6441, TE_GETITEM, 2604, 20)  
    
        MisBeginAction(AddTrigger, 6442, TE_GETITEM, 3457, 20)
    
        MisCancelAction(ClearMission, 644)
    
    
    
       
    
    
    
        MisNeed(MIS_NEED_ITEM, 2604, 20, 10, 20 )
    
        MisNeed(MIS_NEED_ITEM, 3457, 20, 20, 20 )
    
    
    
       
    
    
    
        MisResultCondition(HasMission, 644)
    
    
    
        MisResultCondition(HasItem, 2604, 20 )
    
        MisResultCondition(HasItem, 3457, 20 )
    
    
    
    
    
        MisResultAction(AddMoney, 1000000, 1000000 )
    
    
    
        --MisResultAction(SetRecord, 644 )
    
    
    
        MisResultAction(ClearMission, 644 )
    
    
    
        MisResultBagNeed(1)
    
    
    
       
    
    
    
        InitTrigger()
    
    
    
        TriggerCondition( 1, IsItem, 2604)
    
        TriggerCondition( 1, IsItem, 3457)
    
    
    
        TriggerAction( 1, AddNextFlag, 644, 10, 20 )
    
        TriggerAction( 1, AddNextFlag, 644, 10, 20 )
    
    
    
        RegCurTrigger( 6441 )
    
    end


    i made easy quest of 1 task and it works perfect 
    when i added another task , another type of items 
     

    there was a new problem with Red Line Ticker 

    quest is ok , but i need to turn on the red tick count correctly 

     

    @ShadowJr@Angelix

    please cheack if there misstakes on my scripts 

     

×
×
  • Create New...