Jump to content

Brian

Members
  • Posts

    2223
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Brian

  1. Correct, if you use script-based item drops (the script I posted in post #4), yes you would delete the item drops for that monster from your /db/mob_db.txt (or `mob_db` SQL table).
  2. Brian

    Rawr!

    short answer: me, it's just the account I created when I installed IPB. long answer: Who is "admin" topic
  3. Brian

    Rawr!

    well actually the board hasn't been here since 2004 (even though that's the date on topic Revision 1). With RSS imports in IP Board, we can import an RSS feed and topics will copy the timestamp from the RSS feed entry, even if it's in the past! IPB was installed in May (the "Joined Date" of ).
  4. The first sentence of the rules for the Server Advertisement section: PS: the image in your signature is larger than 600x150 http://eathena.net/b...tion=boardrules
  5. Hi everyone, Some of you may have noticed the new Tags System. Please note: this is NOT "Topic Description" anymore! When you create a new topic, you have the option of adding Topic Tags. If you do choose to tag your topic, please choose meaningful tags that will help people find what they are looking for (if they search by tag). Thanks!
  6. I might be nice, but personally I prefer testing on localhost because I can edit, @unloadnpc, @loadnpc faster, and compile faster too. If it was a VPS, uploading would take some seconds more. If someone is donating server resources, my vote would be to setup a Build Bot. About a "public eAthena server": Do you want eAthena to have a eAthenaRO Server? People will probably keep their same stance on that idea, but who knows? new staff
  7. Brian

    eA Theme

    I liked the IPB 3.1.x theme a lot =[ but I have kinda gotten used to this theme too!
  8. Thanks for the suggestion, I will look into increasing it to 10. EDIT: recent topic sidebar now shows 10 recent topics. Thanks @Ind And yes, when the Bug Tracker is setup and ready we'll enable the "Recent Bugs" panel too.
  9. Brian

    Reputation

    Right now we only enabled positive reputation, so if we show users' reputation on their Profile or here, everyone would have Good or Neutral. Could people use the 5-star Rating on a member's profile page to rate them? I have kind of been using the +1 to indicate I - like the post - or agree with the suggestion - or to like/Thank someone for a solution or answer they posted
  10. What if instead of putting the item drops in mob_db.txt you used a script to control them? delete the item drops for you mob (/db/mob_db.txt or the SQL table) configure the drops here in the "dropitem" section - script custom_itemdrops -1,{ function dropitem; OnNPCKillEvent: if (killedrid == <your_custom_mob_id>) { // dropitem <item_id>,<chance>; dropitem 911, 10000; // 100.00% chance dropitem 911, 5000; // 50.00% chance dropitem 911, 100; // 1.00% chance dropitem 911, 1; // .01% chance } end; function dropitem { set .@item_id, getarg(0); set .@drop_per, getarg(1); if (rand(10000) < .@drop_per) { if (checkweight(.@item_id,1)) { getitem .@item_id,1; } else { getmapxy(.@map$,.@x,.@y,0); makeitem .@item_id,1, .@map$,.@x,.@y; } announce "'"+strcharinfo(0)+"' got "+getmonsterinfo(killedrid,MOB_NAME)+"'s "+getitemname(.@item_id)+" (chance: "+ (getarg(1)/100 + "." + getarg(1)%100) +"%)", bc_all; } return; } } </chance></item_id></your_custom_mob_id>
  11. This wiki page explains the data folder: [wiki]Data_Folder_Structure[/wiki] description image ..datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºcollectionfilename.bmp drop sprite ..datasprite¾ÆÀÌÅÛfilename.act (and filename.spr) inventory image ..datatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºitemfilename.bmp
  12. Unfortunately no, Google Code doesn't have any project web hosting. There's Google App Engine though (but that won't run our IPB forums lol). Yea I agree, forum integration would be easiest, I was just thinking of other ideas What if we: 1. used Google Code for SVN hosting and issue tracking use SourceForge for a SVN mirror and project web hosting (forums) 2. or use SourceForge for SVN hosting and project web hosting (forums) and wait for the next IP.Tracker release or come up with an alternate for bug tracker
  13. I think the only way is to download a newer kRO, one that is updated past July 2011. http://ratemyserver....wnload_kROLinks
  14. Done, added "Super High Rates" and I am editing the descriptions now.
  15. Done, sub-forums added! Yea, I was wondering what do people consider low/mid/high nowadays? Low = up to 25x ? Mid = up to 500x ish ? High = over 1k ?
  16. Ok, I'll add the sub-forums! Then someone edit the Announcement saying what rates are Low, Mid, and High.
  17. Yes! I am curious how convenient or inconvenient it would be for the majority of users if we used Google Code's issue tracker. Yuki: I use Google Docs docs too
  18. Out of curiosity, how many people have a Google Account? i.e. Do you have an user/pass to login here? * If you have a *****@gmail.com email address, yes you have a Google Account.
  19. Brian

    Hi !

    We are using the +1 "Vote this post up" button so users can rate post content. If you would like to rate a member, you can use the 5-star rating on their profile page.
  20. I support this too! Maybe ToastOfDoom can commit to the SVN. Edit: sent a PM to ToastOfDoom on the old forums
  21. ^ are you trying to use HTML tags? Put them in [ code ] tags instead of [ quote ].
  22. For now I put it under Community > Projects.
  23. going to install and setup IP Tracker over the next few days!

  24. Sorry, I broke the "Select Text" button. I sent a message to @Z3R0 asking him to redo the edits when he has time. @GodLesZ: we changed the error/info/success/warning BBCodes so only staff can use them.
×
×
  • Create New...