Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. what is so low about the picture ?? .. resolution ?? or what ??
  2. you can achieve this using delequip + getitem2 ...
  3. Emistry

    picklog

    conf/log_athena.conf#L137 log_pick_db: picklog
  4. Emistry

    Woe NPC

    dispbottom "Select the starting and ending time for the WoE, note the hour is in military time, i.e. 0=12AM, 10=10AM, 22=10PM. Variance is the total amount in seconds to make the time be randomized, ex: setting start to 60 would make the start time either start up to 30 seconds earlier, or start up to 30 seconds later."; change to shorter message ....
  5. change .@want$ to .@want or set .@itemname$, getitemname( atoi( .@want$ ) ); use atoi to convert string to integer....getitemname only accept integer ...
  6. you can do like this ... woe start .... save the castle investment into a new variable . clear the original castle investment... woe end .... assign the castle investment based on the variable you saved earlier ... there you go....you're now able to move the investment to any castle you want follow the method above ... dont really need any custom woe controller ... just setup your woe schedule ... and a script that run above tricks .... can be done using getcastledata ...and setcastledata...
  7. it's removed....because...it make no sense if an equip that you currently wearing is non-identified. so you can just simply remove that part from your script ...
  8. like this .@count = countitem( 607 ); if( .@count ){ if( select( getitemname( 607 )+" X "+.@count,"close" ) == 1 ){ mes "Done ??"; } }else{ mes "You dont have any."; } close;
  9. bonus bAtk,( readparam(bStr) / 10 );
  10. i think you have to re-create a new "body relocation" skill ...
  11. why not just use getmapxy to retrieve player location when they save.... ???
  12. i think we dont have a "valid" svn number after switch to GIT..since git doesnt store number but something like harsh value...i guess..
  13. Emistry

    picklog

    // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog make sure their are pointed to the correct Scheme Table in your SQL.
  14. just setup what skill will be cast by that particular monster... attacking skill...slave summon....supportive skill...etc...
  15. edit here.. db/re/mob_skill_db.txt tons of example you can get inside that file....
  16. Emistry

    Change slot

    perhap your custom website template doesnt designed to show all the menu option .. ??
  17. what you meant ?? flag doesnt show up correctly ? flag doesnt work ?? or what.... show your script ...and next time please make sure you use an informative topic title...
  18. search for goddameit woe prize giver... or use Euhpy Woe controller...
  19. the value of gtb_sc_immunity must be lower than the value of bNoMagicDamage
  20. Emistry

    WoE Reward

    perhap they owned several guild castle... ?? then they get reward for every castle... perhap your script is outdated ?? make sure you use tha latest version ...
  21. try mapname mapflag pvp_nocalcrank
  22. try http://upaste.me/raw/8e547a *Next time please make sure you give an informative topic title..
  23. #CASHPOINTS += 5; you cant add another "parameter" for it...
  24. src/common/cli.c#L56 ShowInfo(CL_WHITE"rAthena SVN version: %s" CL_RESET"\n", "SkittleNuggetSVN" );
  25. what revision you are using ? make sure you are using the latest svn ...
×
×
  • Create New...