Jump to content

alexander03

Members
  • Posts

    174
  • Joined

  • Last visited

Posts posted by alexander03

  1. hello sir good day, i wanna know how to modify the thanatos card effect like when the base vit getting biger or like the vit def the thanatos card getting more damage and more once vit too high, ill say 50vit of player is a non thanable player,
    ,. also in incantation samurai card the lowest the vit def the higher the damage he gets ,. 50vit also the balance of the base vit for it,. like DRO any body how to do it ?

  2. 3 hours ago, Scylla said:

    conf/battle/status.conf

    
    // Adjustment for the natural rate of resistance from status changes.
    // If 50, status defense is halved, and you need twice as much stats to block
    // them (eg: 200 vit to completely block stun)
    pc_status_def_rate: 100
    mob_status_def_rate: 100

    pc_status_def_rate to 0

    thnk u sir for reply,
    i dont understand about it sir i look on it already, 100 percent means 200vit so how can i make more or what should i do to make no more vit affect status effect, iwant only equipments and cards can make immune or resist on status effect

     

  3. hello good day all, any body know how to how to disable the immune status effect when eve 500VIT like i said if somebody has 500vit he has immune to all status effect, i want to disable that and only items cards can immune status effect nor the vit so evenhe have 500vit or more still not immune to all status effect

     

  4. On 6/30/2021 at 12:07 AM, Balfear said:

    Hi, you can use mapflag noskill to disable all skills;
    https://github.com/rathena/rathena/blob/master/doc/mapflags.txt#L161
    or create new zone with list of skills that shouldn't be used on current map
    https://github.com/rathena/rathena/blob/master/db/re/skill_nocast_db.txt
    for that you need mapflag restricted    <zone>
    https://github.com/rathena/rathena/blob/master/doc/mapflags.txt#L167

    hello sir can u show me how to make new zone and restriced and how to activate it all ?

    thank u sir for reply

     

    and may i ask, zone and restricted are the same ? how to make new restricted number and how to apply it on npc,mapflag ?

     

  5. 9 hours ago, cook1e said:

    Let me know how it went.

    /npc/custom/custom_mob.txt // create custom_mob.txt as a clean .txt file

    
    // format "map",x,y%TAB%monster%TAB%Monster Name%TAB%,MonsterID,amount
    custom_map,0,0	monster	Poring	1002,30


    and 

    /npc/scripts_custom.conf

    
    npc: npc/custom/custom_mob.txt

    add this line

    thanx alot sir ? u save my day ?

     

  6. this is shows on my map cache "An error as occured in fread while reading map_cache"... when i try adding custom map on my server, i do it before everything is ok but now, its just like that its shows error and even i erase what ive done and back to default its the same problem when i try to run runserverbat. ? plsss help me how to fix it, i put custom map in , root/db/map.index and root/db/mport/map index and root/conf/maps_rathena.conf and put link on .gr files, plsss help how do i fix it ?

     

  7. im sorry sir i dont know really much in my computer,. i have a RJ45 chord directly to another computer, i can connect counter strike,warcraft  without any setup,. but i try the ragnarok i run the server in 1 computer run server ,open server, and the other computer i just try only run the ragna exe,. but i cant see the server.. can u teach me sir how to do it? plsssss /sub

    canu give me a guide sir if ok to u just picture how to setup both computer IP's to conncet ragnarok ? /sub plssss sir

     

  8. 2 hours ago, celeron0134 said:

    try 

    
    1201,Knife,Knife,5,50,,400,17,,1,3,0x3E9F7EEF,7,2,2,1,1,1,1,{ if(getrefine()>=9){ autobonus3 "{ bonus bFlee2,100; }",100,3000,"SU_TUNAPARTY","{ specialeffect2 EF_ENHANCE; }"; },{},{}

     

    thank u sir for reply, i jut confuse of this numbers 

    ",100,3000,"SU_TUNAPARTY" // that means 10percent chance right ? is there any way to remove the chance so it will work as what item info said?
    
    specialeffect2 EF_ENHANCE // and where did u get this EF_ENHANCE sir how do can i define specialeffect??
    
    sorry for lazy question sir but i want to know more :) thnk u sir very much
    

     

  9. 11 hours ago, BeWan said:

    here
     

    
    bonus bDef,(50+(getrefine()/1));
    bonus(bHealPower, 20 * getskilllv(SU_PURRING));
    if(getskilllv("SU_SPIRITOFSEA") >= 1){ skill "AL_PNEUMA",1; }

     

    can i ask 1 more sir? how about this how to script this ??? last 1 sir

    If its refine level is 10 or above, Perfect Dodge +100 for 3 sec when using [Tuna Party].

  10. 4 hours ago, BeWan said:

    here
     

    
    bonus bDef,(50+(getrefine()/1));
    bonus(bHealPower, 20 * getskilllv(SU_PURRING));
    if(getskilllv("SU_SPIRITOFSEA") >= 1){ skill "AL_PNEUMA",1; }

     

    thank u sir very muchhhh, im sorry im not good in programming im just trying to develop my own server offline sir, thank sir alot

  11. hello every one ,im sorry i dont know where should i post this topic if im wrong please transfer me to the right page, 

    is any body can help me how to script this item info in item db?
     

     

     

    DEF +50 per every refine level.???
     Heal Amount +20% per every [Purring] level.??

    If player learned [Spirit of Sea] 1Lv, [Pneuma] 1Lv available??

     

    just that 3 item info ,help plss how to put that into item DB? 

     

  12. On 7/22/2020 at 12:17 AM, Chaos92 said:

    Hello, for 20200401 clients, is it safe to use 800 as max storage ? 

    Ive tried recompile myself and theres no issue issue about it but seems like i heard it will cause issue for 2020 clients.

    Anyone can clarify this issue ?

    screenrAthena007.thumb.jpg.7afa994af3511e09eed1114a0bb64645.jpg

    Additional Info :
    I tried max storage = 800 ; no error/warnings.
    I tried max storage = 818 ; no error/warnings.
    I tried max storage = 819; error as below :

    
    rathena\src\char\int_storage.cpp(204,45): warning C4305: '=': truncation from 'unsigned int' to 'uint16'
    rathena\src\char\int_storage.cpp(204,42): warning C4309: '=': truncation of constant value
    rathena\src\char\int_storage.cpp(472,45): warning C4305: 'initializing': truncation from 'unsigned int' to 'uint16'
    rathena\src\char\int_storage.cpp(472,41): warning C4309: 'initializing': truncation of constant value

     

    hello any body can help me , i have question how to change that display image of storage when open??? can anybody which file i go to replace?

  13. 3 hours ago, Froost said:

    try https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt

    thnk u so muchh for reply,i try that but its difficult to understand how to edit to become a moneybag to pay the equip and also how to edit the items that inside ,cause i want to make npc for custom items selling using money bags

×
×
  • Create New...