Jump to content

Zeiyan

Members
  • Posts

    275
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Zeiyan

  1. Zeiyan

    EMERGENCY!

    it will show many warnings in map server if too many players has the item . something like this : [Warning]: itemdb_search: Item ID 1599 does not exists in the item_db. Using dummy data. better to turn off the server. wipe out the items using SQL script. then disable the items aleady. SlashGeeGee OH YEA! i didnt think about using SQL script -___- uhmm. can you pleeeaaassseee give me a sample script that i can work with? (im not very good my sql scripts)
  2. Zeiyan

    EMERGENCY!

    I built everything myself. :| i have 2 staff one is a friend in real life so i doubt it's him and the other is actually the one who reported the problem (both of them have no @item/#item or any other commands that can give to players) i checked all my npc scripts including the default ones and there seems to be no malicious scripts. my only conclusion might be they somehow have access to my db which i don't know how would be possible or they used some sort of 3rd party programs which i also don't know if possible
  3. Zeiyan

    EMERGENCY!

    what do you mean by malicious script? anyway is there any way they could have cracked my db information? a 3rd party program or something?
  4. Zeiyan

    EMERGENCY!

    sorry i don't know where to post this. One of my GM staff saw a player with a sleipnir on my server, well my server is new so it would be quite impossible to have sleipnir at once. i asked the player how he got it and then he told me he got it from a friend and he just logged out. when i tried to check his account by logging it in. I saw Angra Manyu and Ahura Mazdah. I was like WTF!? so i checked the command log of my database even though they don't have commands to give items, then i checked my reward npc logs. and he's friend account has an item (custom item for gm). I checked and double checked every logs and stuff. I'm currently changing the password for my database and server files. I just want to ask if there is any hack or program that made it possible for players to produce item or duplicate them? If yes you don't need to teach me how they do it (you'll probably think im trying to do it LOL) i just need to know how to prevent it from happening again. please this is urgent
  5. set BaseLevel,255; set JobLevel,120; change to your max base level change to your max job level
  6. Welcome back! I've been waiting! ))
  7. prontera,156,160,5 script Khaye 485,{ if(#freebie_quest == 0){ mes "[Khaye]"; mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Khaye"; mes "Welcome to ^E066FFZeiyan RO!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; next; skilleffect 34,0; sc_start SC_BLESSING,3600000,20; skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20; skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5; getitem 4142,1; getitem 1705,1; getitem 1108,1; getitem 1208,1; getitem 1602,1; getitem 11501,200; getitem 2289,1; getitem 25023,1; getitem 25024,1; getitem 25025,1; getitem 25026,1; set Zeny,Zeny+500000; set #freebie_quest,1; savepoint "prontera",156,191; next; mes "[Khaye]"; mes "I'll change you into a job that you want"; mes "but be warned you can only change your job once"; mes "so choose carefully!"; next; mes "[Khaye]"; mes "If you cancel on me you will lose your chance to have"; mes "instant level and job!"; next; switch(select("Lord Knight:Paladin:Assassin Cross:Stalker:High Priest:Champion:High Wizard:Professor:Sniper:Clown/Gypsy:Gunslinger:Ninja:Star Gladiator:Soul Linker")){ Case 1: jobchange 4008; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Lord Knight!"; close; Case 2: jobchange 4015; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Paladin!"; close; Case 3: jobchange 4013; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now an Assassin Cross!"; close; Case 4: jobchange 4018; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Stalker!"; close; Case 5: jobchange 4009; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a High Priest!"; close; Case 6: jobchange 4016; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Champion!"; close; Case 7: jobchange 4010; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a High Wizard!"; close; Case 8: jobchange 4017; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Professor!"; close; Case 9: jobchange 4012; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Sniper!"; close; Case 10: if(Sex == 0){ jobchange 4021; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Gypsy!"; } else { jobchange 4020; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Clown!"; } close; Case 11: jobchange 24; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Gunslinger!"; close; Case 12: jobchange 25; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Ninja!"; close; Case 13: jobchange 4047; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Star Gladiator!"; close; Case 14: jobchange 4049; set BaseLevel,255; set JobLevel,120; mes "[Khaye]"; mes "Congratulations! You are now a Soul Linker!"; close; } close; } if(#freebie_quest == 1) { mes "[Khaye]"; mes "You already took your freebies!"; mes "Have fun in ^E066FFZeiyan RO!^000000"; close; } } I just made this myself tho. it doesnt include 3rd jobs and kagerou and obrou.
  8. Good day rathena im using 2012-04-10 ragexe client with latest revision of SVN. my problem is during WOE, me and my players sometimes are having our clients crashed (zeiyanrO has stopped working bla bla bla) when coming out of portals or having recalled via emergency call, and i don't really know why. maybe some of you encountered this problem. NOTE: im using win8, i don't know about my players.
  9. i think he mean's making an installer client for players to download.
  10. i am having the same problem and i've read that (not sure though) it's either players are not registering using valid email OR google thinks we're sending out spam. anyway up for this. im thinking of using yahoo though just havent tried it yet.
  11. i think that would be on your agit_controller.txt on npc/guild or agit_main.txt im not completely sure
  12. good day rathena i am trying to edit some elemental damage and resistance. what i don't quite get is how. i know its on file (attr_fix.db) but i dont get the lvl 1, 2, 3, 4. how does it work and it just explains ROW = target's defense element and COLUMN = attacker's weapon element. i am sorry but i just want to understand how it works so i can edit it to my preference. because in my server, PLAYER [A] is using neutral and deals let's say 5k damage on PLAYER but when equips deviling card (-50% damage on other property except neutral) is just increases damage of [A] on up to 6k only. It's just an example my point is i dont think it's 50% more damage to when [A] is using other element. (i also tested it on other situations like firebolt and other elemental attacks) I just want to know how attr_fix.db works so i can edit it. THANKS! my SVN version 17310 High rate server: 255/120 bump
  13. yea me too. but i think they have not released it yet tho
  14. I just want to ask if it is possible to have an item script that gives a bonus while wearing it only if you are soul linked example: 99999,weapon_,WEAPON,4,,10,10,0,,1,0,0,3,0,0,0,0,0,{ if SL_ROGUE, bonus etcetc; },{},{} i tried it but it did'nt work
  15. anyone got a solution? nope im using ghost's. anyway i got mine fixed it's kinda hard to explain but i edited some stuffs in addons folder and pvpranking.php in themes folder. (i also used ghost pvp ranking for flux tho) check it @ http://www.zeiyan-ro.com
  16. okay i'll post it here tom. i'm not sure but 1 of my player told me it might be because i edited my white potion to heal 25%? anyway i managed to temporarily fixed it by changing these if( sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ALCHEMIST ) bonus += sd->status.base_level; if( potion_per_hp > 0 || potion_per_sp > 0 ) { hp = tstatus->max_hp * potion_per_hp / 100; into this: if( sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ALCHEMIST ) bonus += 200; if( potion_per_hp > 0 || potion_per_sp > 0 ) { hp = tstatus->max_hp * potion_per_hp / 700; even though it made the potion pitcher on my server heal less than it should. ill try to revert and show screenshot tommorow for you. (anyway it still does "0" heal on emperium)
  17. yes i did UPDATE: IF the player has high vit or hp. i am not sure its potion pitcher reduces the hp of the player or kills them (depends on how high their hp or vit) im not sure if it depends on vit or hp.
  18. yea i know. im just trying to edit the source of potion pitcher because of a bug on my server. see my other post maybe you have something that can help me? its been annoying me for 2months now
  19. okay thankyou what does potion_per_hp and potion_per_sp means? sorry im just trying to do something and i cant search for the meaning of these stuffs.
  20. hello what does sd and dstsd mean? im trying to edit some source myself
  21. http://pastebin.com/xSNqYtJm try ghost's pvp system it works great.
  22. Solved. turns out i did forgot to revert my map.h file to enable max lvl 255. (i am not sure but i think i did not edit it the first time though) Sorry for the urgent topic. lol. thanks for replying
×
×
  • Create New...