Jump to content

Mr.Oz J.

Inactive Member
  • Posts

    49
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Mr.Oz J.

  1. Hello guys i need someone pretty pretty good developing two quests

    1 is about auto message NOTICE_ALL  every x minuts   , without using function that may cause a lower performance of the server


    2 is about auto increase EXP and\or YANG  and\or ITEM DROP  rates by x%  during  X day of the week and  FROM xx hour till xx hour
       plus adding a syschat personal , while the player will login during those events



    send me a PM, with your skype
    i pay with paypal, no problem.

  2. Hello

    i tried to search a solution all over the web
    but unfortunatly i have to ask help about those 2 files.

    WHAT am i looking for?

    - EDIT the chance to get a clam from a fish while opening it, as usually.
    - EDIT the chance to get a fish while fishing, as usually.


    sorry, if you believe it is easy, but i never changed anything regarding FISH stuff.

    so please if you know how to, help me.

  3. On 11/2/2015 at 1:53 PM, iRETEMAG said:
    On 11/2/2015 at 0:28 PM, r00t said:
    
    
    quest metin5 begin
    	state start begin
    		when 8001.kill begin
    			local lvlmin= 1
    			local lvlmax= 10
    			local reward1 = 50300
    			local item_table = { 11202 , 11402 , 11602 , 11802 , 21002 }
    			local Irandom = number(1,table.getn(item_table) )
    			local reward2 = item_table[Irandom]
    			if pc.level >=lvlmin and pc.level <=lvlmax then
    				local r1=number(1, 5)
    				if r1>=2 then
    					game.drop_item_with_ownership(reward1, 1)
    				end
    				local r2=number(1, 3)
    				if r2>=2 then
    					local quantity = number(1,5)
    					local i
    					for i=1,quantity,1 do
    						Irandom = number(1,table.getn(item_table) )
    						game.drop_item_with_ownership(item_table[Irandom], 1)
    					end	
    				end
    			end
    		end
    	end
    end

    Try this... now you will drop different item ;)

    thanks i also need this . lua master level ;)

  4. guys i followed sanchez's guide




    *Trying to block OTHER GROUP MEMBER CAN PICKUP my items , if i am the owner, and if i have full inventory.

    also i would like to add a syschat (unable to pickup other player items, this item belong to ---read the name of the owner of item i m trying to pick up -.. )
    _______

     

    Just replace this in char_item.cpp:

    LPCHARACTER owner = funcFindOwnership.owner;

    With this:

    LPCHARACTER owner = funcFindOwnership.owner;
    
    // Owner does not exist, so don't allow to run remaining codes.
    if (!owner)
    	return false;

    The next line of the code will set me as owner of the item if the owner is currently nobody. And sure, it's nobody because no one is the owner of the item from my group.

     

     

     


    but unfortunatly it didnt blocked the process

  5. Today after remove a single string

    19

    from item_proto.txt  winscp side
    i get "error while connecting"   
    that did NOT surprise me.

    so i put back the original item_proto.txt

    and surprise


    DB SYSEER ERROR:
    SYSERR:  :: Process: FDWATCH: peer null in event: ident 20
    SYSERR:  :: Process: FDWATCH: peer null in event: ident 21
    SYSERR:  :: Process: FDWATCH: peer null in event: ident 22
    SYSERR:  :: Process: FDWATCH: peer null in event: ident 23
    SYSERR:  :: Process: FDWATCH: peer null in event: ident 24



    i do not know how to fix that problem
    i just edited this thing from my winscp this morning
    and even after i put back the backup of it. i m still unable to login.

    i can even pay for the fix, if its something that require lot of time.

    ______________________



    FIXED 19-03-2016
    the problem was inside an old file with a missing string


    CLOSE REQUEST

  6. Finally today i started playing around 

    Common Drop Item .txt

    i understood lot of things

    but there are few i missed:


    ________

    1)  5th column value? what is his porpouse?


    30    120    0.004    50600    100000

    level min 30
    level max 120
    percentage drop 0.004%
    50600 vnum of item
    100000 ??????????????????????? WHAT IS IT?

    i tried to put 1  0  100 1000
    i could not understand the difference.


    __________


    2) common drop item .txt is not affected by increasing decreasing of item DROP RATE
        right now i have 200%
        i made a test with an item 
       33% chance to drop it

       with 100 monsters i got around 30 items   = which is the 33% almost.

      BUT WITH MY 200% item drop rate i should get LOOOOOT more

      33%  *200%drop rate = almost 99%  am i right?



    ___________

    please can someone help me to figure out the problems?

  7. Hello i was wondering if someone can be so nice to share with me
    the models 

    FANGED GOLD HELMET AND SILVER

    FANGED GOLD COSTUME AND SILVER

    for lycan, i just need the models to add inside patch_pc3
    i alreay have everything, but unfortunatly i m unable to extract them from official client....so i was looking if somone can share with me











    ________________


    Second question how cna i do that?
    KWQV0r0.jpg


    as u can see, i dont understand how can i add a permanent image in that slot?
    i would like to add like a logo, somethign like that.

  8. Hello

    i would like to understand why if i type for exemple
    ingame with a gm char

    /i 73001   (which is the red hairstyle for warrior_m)
    i get that hairstyle with 1 random bonus generated   ( i want that)


    but if i insert as  shop_item  inside an NPC the same vnum, 
    and i buy that hairstyle from that npc,  i got the same item but with zero bonus....

    and due to that, players can NOT use  echanget\transform bonus costumes

    ______________
    if it is not possible to fix, i would like to ask if its possible
    that if a player use >>>>  transform costume over a WHITE( no bonus)  costume_body\hair
    it get enchanted.




    thanks a lot

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.