Jump to content

nicolasdemartini

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by nicolasdemartini

  1. Buenos Días, junto con saludar quisiera hacer esta consulta :

    el que tiene mas daño encontra el MVP
    al morir si se queda en el mapa
    y le llegan el loot al que le metio mas daño en el mapa, ayer un jugador estaba matando un MVP solo lo tenia en 10% y se lo robo una party

  2. [Error]:
    script error on npc/hallowen/respauneamob.txt line 12
        parse_callfunc: not enough arguments, expected ','
         7 :        // Zombie mob IDs
         8 :        setarray .@mobs,1015,1153,1197,1403,1864,1865,3452;
         9 :
        10 :        .@qty = 10;     //number of monsters to summon
        11 :
    *   12 :        hideoffnpc';'
        13 :        specialeffect EF_GRANDCROSS2;
        14 :        soundeffect "se_mutter02.wav", 0;
        15 :        emotion ET_KIK;
        16 :        .wait = gettimetick(2);
        17 :        getmapxy .@map$,.@x,.@y, BL_NPC;
     

     

    hello how can I fix that error

  3. good night how can I do so that the peco peco pegue nomal hits very fast

    mob_db.txt

    1019,PECOPECO,Peco Peco,Peco Peco,19,531,0,159,72,1,50,64,0,0,1,13,13,25,27,9,10,12,2,2,23,0x1089,200,0,0,576,0,0,0,0,0,0,0,925,9000,2402,20,508,200,507,900,1604,100,0,0,582,1000,0,0,0,0,4031,1
     

    unknown.png

  4. buenas tardes compañeros del ro , estoy terminando mi servidor ancient pero no logro o no se reducir el daño de el homunculo lo cual esta pegando mas que papa borracho como puedo reducir el daño de los homunculos skill y mele .. gracias de ante mano

  5. good afternoon I hope you are having an excellent day friends ? I would like to ask for an npc that gives you 1 costume for poring coins but that the npc gives you ramdon the costume that has implemented that you can not choose the costume if not that gives it ramdon

  6. I have a problem friend I do not see the npcdescarga (1).jfif

    [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/nicolas/quest.txt', line '1'. Stopping...
     * w1=/===== rAthena Script =======================================
     * w2=
     * w3=
     * w4=

    arranged thank you very much lord thank you from the bottom of the heart

  7. nights how can I duplicate this npc leaving only hats try to duplicate it but it repeats the same item in all the duplicates it does not change the hat of each npc that it creates

    ...I wanted to make it super simple that it only ask me for a hat quest at a time, for example I wanted to create the same with other hats of different difficulty but it wouldn't let me do it, it's so complicated to make a DX script

     

    Quest.txt

  8. good afternoon again there is some warper npc that only takes you to dungeon of first floor and cities just try and kill all the script I do not know much about the subject

  9. Excuse me, how can I implement it in a visual script of an example character?

     

    rebel_in,210,89,4    script    Reclutador::Q_MGR    10180,{

     

    -	script	Master	-,{
    if (BaseLevel <= 55) {
    			ResetSkill;
    			ResetStatus;
    			mes "You're skill and status reset, come back if you need to.";
    			close
    			}
    	mes "Sorry  Base Level more than 55 not allow.";
    close;
    }
  10. 13 hours ago, Takuyakii said:
    prontera,100,100,0	script	Seller	437,{
    
    	
    		menu "Yes",-,"No",De;
    	next;
    		callshop "YOURSHOPAME",0;
    		end;
    De:
    	next;
    		
    		mes "Thank you come again!~";
    		close;
    
    	}
    
    
    -	itemshop	YOURSHOPNAME	-1,7179,501:1
    
    

    Simplemente cambie 7179 a su propio costom id

    -%TAB%itemshop%TAB%<NPC Name>%TAB%<sprite id>,<costitemid>{:<discount>},<itemid>:<price>{,<itemid>:<price>...}

    MUCHAS GRACIAS! ❤️

×
×
  • Create New...