Jump to content

en_dev

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by en_dev

  1. in ur server files, conf->char_athena.conf around line 99, you'll find start_point: new_1-1,53,111 ( which is training ground ) modify it to start_point: prontera,101,101 ( which is prontera ) change the x and y coordinates to your desired location. new start point only applies on new character.
  2. that warning will not really do anything bad in your server, it will just rename any duplicate npc names, prolly the downside is, its gonna be hard for you to enable disable any npc during ingame, you could do, if you wanna keep the npc name as it is, you can add #uniquename after npc name, example, mynpc#d1, up to mynpc#d99.
  3. the code u pasted is different from your screenshot.
  4. yea, where you set your server information and such, inside that file, where it ask you about smtp. If you can provide the information needed to make your sending emails work. I dont really use fluxcp, but i recall that ive seen the codes once.
  5. can you paste your full code ? in pastebin and provide us the link so we can see
  6. yes thats accurate, when it queries in database, the 0xFFFFFFFF is converted to decimal. vice versa,
  7. no, but message me your teamviewer information.
  8. do you have teamviewer?
  9. okay, on your first entry on your login table ( database ) change your account_id = 1, userid = rag and user_pass = serverpsw to account_id = 2000000 , userid = s1 , user_pass = p1 or change those userid and user_pass information based on your conf->char_athena.conf and map.conf ( username and password )
  10. once you've changed the account_id to 2000000, set its username and password to s1 and p1, cuz it looks like in config files, u got the default username and password which is s1 and p1. unless you've changed that, make sure they all match.
  11. oh world of warcraft and MW3 also. xD
  12. If i recall, you cant have a value of 1 account_id, cuz the master account id should always set to 2000000, then the new member will increment after that. idk if it will affect something, try to change ur account_id of 1 to 2000000.
  13. bare with me, the last time I modified npc codes was like a year ago xD I got addicted to league of legends while doing websites Lol.
  14. hehe I was doing my website while coding that xD
  15. oh my bad, i wasnt paying attention on my coding, i got it wrong coded.
  16. make sure that inside your ragnarok database, login table, your new account sex is set to M or F only, and leave the account id 2000000 ( sex to S, as default and important to leave it as it is)
  17. This will give you idea. if(.takeQuest == 0){ mes "Take Quest?"; .takeQuest == 1; addtimer 10800000, strnpcinfo(3)+"::On3Hours"; end; } else{ mes "Sorry, you have to wait 3hrs to take the quest again"; end; } On3Hours: .takeQuest, 1; end;
  18. You cant use the default account, was s1 and p1 and u just changed it to admin. I can tell by the account id which is 2000000, create a new account, like b4 you login, do something like myusername_M ( for male ) myusername_F ( for female ) then type any password you want.
  19. {bonus bAllStats,2; if(isequipped(2433,2537)) {bonus2 bSubEle,Ele_Water,15; bonus2 bSubEle,Ele_Earth,15; bonus2 bSubEle,Ele_Fire,15; bonus2 bSubEle,Ele_Wind,15; bonus2 bSubEle,Ele_Poison,15; bonus2 bSubEle,Ele_Holy,15; bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Ghost,15; bonus2 bSubEle,Ele_Undead,15;bonus2 bResEff,Eff_Freeze,15;}},{},{} you can remove bonus bAllStats,2; if you dont want them to get any +2 to all stats. and just have 15% resistance.
  20. microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express just copy and paste that on ur url browser address.
  21. what you mean ? just click the link, then click install now.
  22. Here ya go http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
×
×
  • Create New...