Jump to content

shadowscreen

Members
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. shadowscreen's post in how do i change this font style? was marked as the answer   
    or /set2  /set1  for the proper  config at all
  2. shadowscreen's post in how to fix this? was marked as the answer   
    it seems like you're using SQL,
    the error shows that there is no "item_db" in your "rathena" database
     
    possible solutions:
     
    1. change the database name in the script conf to your database (if your database is not named "rathena")
    2. import the item_db.sql properly to your database
     
     
     
    I guess you won't need to open multiple threads in the future in order for your requests
    to be answered
  3. shadowscreen's post in How do I fix this error? was marked as the answer   
    it seems like you're using SQL,
    the error shows that there is no "item_db" in your "rathena" database
     
    possible solutions:
     
    1. change the database name in the script conf to your database (if your database is not named "rathena")
    2. import the item_db.sql properly to your database
     
     
    I guess you won't need to open multiple threads in the future in order for your requests
    to be answered
  4. shadowscreen's post in R> custom card was marked as the answer   
    GTB:
    bonus bNoMagicDamage,30;
    bonus bUseSPrate,100;
    (you have to check for dispell immunity, maybe you need the custom effect http://rathena.org/board/topic/88769-dispell-immune-bonus/)
     
    Ygniziem card:
    bonus bMaxHPrate,20;
    bonus bMaxSPrate,20;
     
    Ifrit:
    bonus2 bSubRace,RC_DemiHuman,3;
    bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",1,10;
     
    Kiel:
    bonus bDelayRate,-20;
     
    Maya:
    bonus bMagicDamageReturn,30;
     
    Orc Hero:
    bonus bVit,1;
    bonus2 bResEff,Eff_Stun,10000;
    bonus bMaxHPrate,3;
     
    Osiris:
    bonus bMaxHPrate,5;
    bonus bMaxSPrate,5;
     
    Doppelganger:
    bonus bAspdRate,100;
     
    Drake:
    bonus2 bAddSize,Size_small,20;
    bonus bAddAtk,5;
     
    Angeling:
    bonus bDefEle,Ele_Holy;
    bonus2 bResEff,Eff_Freeze,10000;
     
    Evil Snake Lord:
    bonus bInt,1;
    bonus bMatkRate,3;
     
    Dragon Egg:
    bonus2 bSkillAtk,"AM_ACIDTERROR",20;
    bonus2 bSkillAtk,"AM_DEMONSTRATION",20;
     
    Centipede Larva:
    bonus bInt,1;
    bonus2 bSkillAtk,"ASC_BREAKER",15;
     
    High Priest:
    bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,50,BF_WEAPON|BF_MAGIC,0;
    bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
     
    Whitesmith:
    bonus bBreakWeaponRate,1000;
    bonus bBreakArmorRate,700;
    bonus2 bSkillAtk,"WS_CARTTERMINATION",15;
     
    Sniper:
    bonus bLongAtkRate,20;
    bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;
     
     
    And here a little advice for the future:
    You can look up other items / cards script and simply copy and modify it
    I guess just really few people know every bonus effect you can apply, so it's really easier to look it up.
     
    Best regards
    Shadowscreen
  5. shadowscreen's post in please it have been ages and still didnt got the answer was marked as the answer   
    Okay, now i was searching for 10min and got ALL information..........you seem to do something wrong if you searched 1.5 weeks
     
    Thor patcher:

     
    http://www.axwebsolutions.com/knowledgebase.php?action=displayarticle&id=1
     
     
     
    NPC commands
    http://rathena.org/wiki/Category:Script_Command
     
     
    FluxCp theme change
    http://rathena.org/board/files/file/2639-glight-free-flux-cp-themes/
     
     
    Add/Make  custom items   Oo   dont know what exactly you want
    http://rathena.org/wiki/Custom_Items
     
     
    Forum
    http://www.jafaloo.com/best-open-source-forum-scripts/
×
×
  • Create New...