Jump to content

domez86

Members
  • Posts

    207
  • Joined

  • Last visited

Posts posted by domez86

  1. 18 hours ago, Functor said:

    Send me your EXE.

    done!  your exe editor is perfect!  I replaced 00 to / of who and w, with text mode in your editor ? now works perfectly.  will never give me the right modification error?

    tnx! 

  2. On 4/17/2019 at 11:21 AM, Functor said:

    For example free Hex editor "XVI32".

    Download: http://www.handshake.de/user/chmaas/delphi/download/xvi32.zip

    Example: http://i7.5cm.ru/i/CKSe.png

    Search bytes: 00 2F 77 68 6F 00
    Replace by: 00 00 77 68 6F 00

    Search bytes: 00 2F 77 00
    Replace by: 00 00 77 00

    the fist is ok, the second: Search bytes: 00 2F 77 00
    Replace by: 00 00 77 00 not found, but work also fist modified, /who invalid command ^^

  3. On 4/21/2019 at 9:31 AM, Sakurada said:

    I wanna say its impossible but this might work:

    
    prontera,156,180,5	script	Deviruchi#divorce	4_M_SIT_NOVICE,{
    	if (readparam(bAgi) > 77) || (readparam(bVit) > 77){
    	mes "asdddd";
    	close;
    	end;
    	}
    	end;
    }

    just add || inbetween all the stats you want red 

    you not insert:

    else: 

    mes: is not good! 

    close;

    ?

    you insert all statistics pls? vit, dex etc 

    On 4/21/2019 at 8:30 PM, Emistry said:
    
    prontera,155,181,5	script	sample	4_F_KAFRA1,{
    	for (.@i = bStr; .@i <= bLuk; .@i++) 
    		if (readparam(.@i) >= 165) {
    			mes "ok! you have stats that are over 165.";
    			close;
    		}
    	mes "is not good, you dont have stats that is over 165.";
    	close;
    }

    work! tnx!

    you insert all statistics pls? vit, dex etc 

     

    On 4/21/2019 at 9:31 AM, Sakurada said:

    I wanna say its impossible but this might work:

    
    prontera,156,180,5	script	Deviruchi#divorce	4_M_SIT_NOVICE,{
    	if (readparam(bAgi) > 77) || (readparam(bVit) > 77){
    	mes "asdddd";
    	close;
    	end;
    	}
    	end;
    }

    just add || inbetween all the stats you want red 

    work it, tnx!

  4. hi, I need a npc like this:

    _______________________________

    if: str or vit or agi or int or dex or luk >166 (that is, if they have one of the following stat higher than 166) 

    mes: ok! 

    close;

    else: 

    mes: is not good! 

    close;

    ________________________________

    tnx! 

     

  5. 5 hours ago, crazyarashi said:

    @domez86 There are simple ways to achieve this than you're request. Make the item account bound and add restriction to the NPC like your past request for the equipment giver.


    @Sakurada This is script request section not an "opinion request section". You correct people, then maybe it's not hard to read on what section you're at. ^^

    I need every char, not account, to receive item.

  6. 8 hours ago, sader1992 said:

    yes it's not possible for you, if you believe it's not possible.

    everything is possible if you have the time/stamena for it.

     

    isn't that the same request in your other topic ?

    also what the point of checking the storage/cart/inventory ? if you want the player per char to have 1 item just give them by player variable an item bound to char (untradable + cannot put in the storage) , and give all characters

    this would be better in my opinion then all the useless checks

    I just want you to never get back to the item twice. 

  7. Hi, I need a simple npc that gives an item only once, even if I restart the server.
    That to check if you already have item, it's based on the control of the equip, of the control of the inventory, control of the storage, control of the cart and guild storage.
    That is, if it already detects items in all these sections, it does not release items.

    thank you.

×
×
  • Create New...