Jump to content

Docubo

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Docubo

  1. .. i can't see the latest posts of some topics, even if i click "go to last post", for example the count to a Million Topic, not sure yet if there are another topics. after i clicked go to last post: = wrong .. only way to see the latest post, is if i click "more reply option", there i can see the latest posts in the preview thing.
  2. for windows.. use TortoiseSVN, go to your rAthena directory, right click inside the folder and select TortoiseSVN -> Apply patch. then select the .patch file. recompile when u are done. never did that on linux, but this should help: http://rathena.org/w...tch_your_server
  3. isn't it already implemented? well, what about this: http://rathena.org/b...nt-help-needed/ http://rathena.org/b...spiral-renewal/
  4. Docubo

    npc request

    goto this line: for(set @i,0; @i < getarraysize(@bought_nameid); set @i,@i+1) { getitem @bought_nameid[@i],@bought_quantity[@i]; add below: announce "["+strcharinfo(0)+"] has purchase a ["+ getitemname(@bought_nameid) +"] from the Donation NPC!", 0; should look like this: for(set @i,0; @i < getarraysize(@bought_nameid); set @i,@i+1) { getitem @bought_nameid[@i],@bought_quantity[@i]; announce "["+strcharinfo(0)+"] has purchase a ["+ getitemname(@bought_nameid) +"] from the Donation NPC!", 0; }
  5. Right, but you can allow certain accounts by adding this line: if (getcharid(3) == 2000000) end; // account id
  6. - script Only1perIP -1,{ OnPCLoginEvent: set .@name$, strcharinfo(0); if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 1) { announce "Sorry, only 1 account per IP is allowed!", bc_self; sleep 1000; atcommand "@kick " + .@name$; } end; } you can change: this line if you wanna allow more then 1.
  7. /db/re/statpoint.txt should be work if you replace the file with the pre re statpoint.txt, but not sure, worth a try. another way is disable #remode..
  8. i also like overgrown prontera, but this map looks better, may the best prontera edit i've seen.
  9. Docubo

    Renewal Exp

    I don't think theres anything wrong, maybe the iro wiki infos are outdated.
  10. i think my client is to old.. im using 2010 client, looks like just the sprites dont show, because the walk speed increases and i cant use skills when i use the item.
  11. My quest_db is working with the scripts posted above, thats what i made it for. I also finished the 91-99 entries, there you go. quest_db.txt questid2display.txt
  12. http://www.file-uplo...gtable.txt.html <-- deutsche msgstringtable, sollte allerdings überarbeitet werden, zumindest vom text her - ist vom Datum her gar nicht mal so alt.. NPCs wirst du wohl selbst übersetzen müssen, ist eigentlich auch nicht sooo viel Arbeit.
  13. there is just nothing happens if i use the item (reins of mount), item disappears an nothing happens, im using latest rA SVN and i also tried without gm sprites.
  14. Can you share it anyway? I would translate it back. Well, i just made the quest_db and questid2display entries for those people who are 2 lazy to make it, because he forget to share them ._. note: they are only for the lvl 86-90 quests, ill also make the other entries if they are still needed. note2: i'm not sure about the 3 hours delay, i set it to 10800 = 3 hours in seconds. quest_db.txt questid2display.txt
  15. You should give us more infos about the error..
  16. Docubo

    g(r)Athena

    Huhu, ich schätze mal, rAthena ist unsere Zukunft (?). eAthena scheint ja praktisch "tot" zu sein.. Naja ich schau noch ein wenig durchs Board, offenbar sind alle eA Deplover hier wieder zu finden x) LG.
  17. Ich schätze, du hast das Problem bereits gelöst? Bevor ich weiteres erläutere.
×
×
  • Create New...