Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. Yup i opened a ticket to my vps provider and they had to do a "hard reboot" and the it worked normally o: the question stills for the pc_bonus D: thanks for helping me o:!
  2. # # # ### ### # # ## # # # ### # # # ### # # # # # # ### ### ### inside a cod the text does not change appearecen o: without the code box it would look like this lol: # # # ### ### # # ## # # # ### # # # ### # # # # # # ### ### ###
  3. Exactly o:!!!! it only reads _db2.txt but still is awesome o: i just wished that ther ecould be too a software to look it as a text but that could sort the text itself like in an excel sheet o:!
  4. 4100 4101 4102 Sorry I got so confused lol no problem lol http://www.network-science.de/ascii/ __ __ |__| /| / \ _) | | \__/ __)
  5. 4050 4101
  6. _____ _______ _________________ / | | \ _ \/ __ \______ \ / | |_/ /_\ \____ / / / / ^ /\ \_/ \ / / / / \____ | \_____ //____/ /____/ |__| \/
  7. Hello, i was looking at my item_db just playing around with it and i noticed that actually is kinda hard to memorize and recognize the whole coma " , " syntax for every field o:! so came to think that excel could lend me a hand and it did o:! but not as i wished to o:< here are some screenies (click the spoilie :33) Sadly i'm not a programmer or an expert on excel Well the main diea idea is to import the item_db into a sheet or something that will allow us to notice the fields by coma anytime we scroll down, that way we can always know what we are editing/hitting o:! Also, an option or a button that will allow us to import export the file as a .txt file saving the changes made so at the end we will be able to edit as much as we want in the fields we want o:!! Well that's the basic idea, because af the screenies show, it is no saving properly the fields and comas A more advanced option would be that when you click a space on the field (cell) the software will pop up an option to see available modificacion to it, for example, les say that i clicked on the field of class that can equip an armor, well an option would pop out showing us that we can set it to equip any job we want or to combine them. The same would be to such filds like Gender, Class, Loc and so on o:! Maybe excel has already those option, but who can afford excel? the idea is to make it as a free software to everyone and that will help anyone :DD! Well i hope my idea will be noticed by a cool programmer, it would be really apreciated o:!!!! Huh well, any ideas? any comments? leave an answer here or pm me o: See you all o:!
  8. _ _ _ !_! ! ! !_! !_ ! !_! ! _! lol
  9. can do all of these, ill get to work on it tomorrow after work. ty for suggestions Yup no problem o: until tomorrow DD: ? well np then i will go to ther stuff on my serv. the thing is i need a second pvp ranking and npc an do son o:! but yeah, that would be nice! k have a nice day ;D
  10. 4093
  11. Hello, in the morning my server went down but when i could run it again it showed this error it's weird because i didn't have that error before after running my server i'm also getting this and i don't know from where it came from may i ask how to solve it or what could cause it ? thanks in advance!
  12. What about a NPC for the PvP Ladder o: ? also a feature that when they kill X number of times the same player it will warp the killer abuse to the save point (?) what about pvp points too o:? when they kill a player in desired map they will get pvp points o:! cool script o;!
  13. Thank you >!
  14. Can it be repeatable map? o: for example one on lou_fild01 180 180 and another one on lou_fild01 287 80 if yes then i got a lot of ideas maybe a max number of same map locations o: ?
  15. Hello, how can i make this daily reward check ip ? //==================== Informacion ========================== //==== Recompensa Diaria========================== //************************************************************************* //=========================== Conf ================================================================================== set .@rewname$,"^0000FF[ Premio Diario ]^000000"; setarray .items[0],507,506,508,509,510; //items //******************************************************************************************************************** prontera,150,206,4 script Prize 563,50,50,{ if(gettimetick(2) - lastTimeTalked > (60 * 60 * 24)) { mes .@rewname$; mes "Wanna get your daily reward?"; next; switch(select("-Yush!:-No,thx!:-Cancel")) { case 1: set lastTimeTalked,gettimetick(2); mes .@rewname$; mes "Allright!"; mes .@rewname$; set .@random,rand(1,25); getitem .items[.@random],1; close; case 2: mes .@rewname$; mes "Okay bye!"; close; case 3: close; } } mes .@rewname$; mes "Sry "+strcharinfo(0)+", you already got this"; mes "Wait 24 hours!!"; close; }
  16. thanks capuccino <33 huh how to execute it if may i ask?
  17. I would like to have a script where will make all refined items fromg +10 to +0 I want it to affect only +10 items, other refine items such +9 +8 +7 etc. must be intact Thanks in advance o:!
  18. hercules has more bla bla things, anyone that fits your needs is good, hmm first try to test, download the latest version of rathena, do the edits you want and then make a backup of your database, then that database move it to your test server and see what errors you are getting, from that we can start to moving you to rAthena o;
  19. 4091/1
  20. you want a npc or include in a npc a part where they will get their refine to that items? huh maybe try something like atcommand "@refine # 1"; along with a random chance to get that? sorry i'm short of ideas D:!
  21. I've well the duplicates npcs and the options when i try select is disordered without alphabetical order sorry for my bad english. cool o: may i know how you solve that if we are using same rev. o: ? huh for the list errors, if i remember correctly, there was a config to make it random or in a order (?)
  22. Sadly they have a lot of mods. it would be better (just in my personal opinion) to start editing a new clean version of the latest rAthena For the SQL databse, i hope you know how to edit it, because you will need to remove/add some tables and cells and etc. Don't worry i guess someone will help you LEt's first start with the mvoe from hE to rA then we can see that npc bug ;D
  23. yeah lol someone close this (?)
×
×
  • Create New...