Jump to content

Adham

Advanced members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by Adham

  1. what is that MindPower3D ?
  2. After I have encrypted the png texture file, I paste it on my client's files , then i just see it with white , like the system didnt read it ? any help
  3. how to get the right start end and legnth of my new monster
  4. how to add Texture and model of the monster inside the charecter info or charecteraction ...
  5. @d3us hows that ? where to put the model id
  6. @V3ct0r could u give a hand here
  7. on my care i have those models now 1006.lab can be written on the charecter.tx but the main models where i need to copy them .. i cant fined any place on the code to put them there any help ! please
  8. still there is no guide how to link the models to the monster i add on charectarinfo .... any help >?
  9. Any Guide For Adding New Monster? since charecterinfo not enough for that task ?
  10. any one can pass to me script for the instant class npc also i need dream city files (server side ) TQ XD
  11. thank you ! u sloved my problem ! ur guide is simple i have another question do i can make black triggers works on normal quest ! not kill player quest ?
  12. i changeds the mob monster an still same !
  13. any way u sloved my problem but still ! if i need make the number of amount same ! is there a code for that flag ?
  14. so i cant make quest kill with same amount i need to make the amount diffrent ! ?
  15. 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
  16. 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
  17. Hello , i finish set up every thing on the lua files ... but i got this error ?! any help o.O!
  18. Looking For Mount | portal timer Source Files if you got them an want to sell dm me on discord ZeRo#8058
  19. ok thank you for letting me know
  20. fixing the line I WILL NOT * BUY UR
  21. Discord Evan202#8058 IF YOU CAME WITH UKNOWEN NAME I WILL BUY UR FILES !
  22. im looking for Mount source for sale if any one has it disscord me Evan202#8058
  23. 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
  24. Adham

    Quest Issue

    thank you it worked
×
×
  • Create New...