Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1. hurmm i trying to configure but this error show up

    i already changed permisson to 0777

     

    ./configure: line 30: syntax error near unexpected token `newline'
    '/configure: line 30: `     ;;
     

     

     

     

  2. hello its posibble to make every guild win woe will get 1 points 

     

    im currenly used this npc

    http://alice.toastofdoom.net/ROScripts/WoeInfo/woeinfo_122.php

     

    example

     

    sunday castle payg_cas04

    monday castle gef_cas01

     

    guild rAthena already won on sunday

    and the next day monday guild rAthena won again and thats guild only will get 1 points

    because the woe only running on monday castle

     

    and this npc can show how many points this guild already collect in thats month

     

     

  3. so will be like this sandbox and emistry?

     

     

    prontera,150,150,4 script Gift 855,{

    if(#reward) end;
    if( Class == Job_Lord_Knight) getitem 7420,1;
    else if( Class == Job_Paladin ) getitem 2115,1; 
    else if( Class == Job_High_Wizard ) getitem 1624,1; 
    #reward++;
    close;
     
    OnInit:
    waitingroom "Freebies",0;
    end;
    }
  4. hello its posibble to make reward npc following job

    example if base

    job Lord Knight will receive Skull #7420

    job Paladin will receive Valkyrie Shield #2115

    Job High Wizard will receive Lich Bond Wand #1624

  5. its posibble to make like this

     

    // Caster: The groups for which the adjustment takes effect. (bitmask)
    // 1 = Player
    // 2 = Monster
    // 4 = Pet
    // 8 = Homunculus
    // 16 = Mercenary
    // 32 = Elemental
    //
    // Map:
    // 1    - Normal (the maps that aren't classified as these maps below)
    // 2    - PVP
    // 4    - GVG
    // 8    - Battlegrounds
    // 16   - 'skill_damage' mapflag
    // Restricted zones - they're configured by 'restricted <number>' mapflag
    // 32   - Zone 1
    // 64   - Zone 2
    // 128  - Zone 3
    // 256  - Zone 4
    // 512  - Zone 5
    // 1024 - Zone 6
    // 2048 - Zone 7
     
    SkillName,Player Caster, Pvp Map,GvG Map,Normal Map
     
    i dont want make gvg and pvp same 
    svn 17704
  6. hello its posibble to make custom pet got effect bonus

    like bonus allstats +5

    im used rA pre

    im try edited this poring pet but no effect when used it

    1002,PORING,Poring,619,9001,10013,531,80,60,50,100,250,20,2000,150,1,0,350,400,800,{ petloot 10; bonus bAllStats,5; },{ bonus bLuk,2; bonus bHit,10; bonus bCritical,1; }
     

     

×
×
  • Create New...