Jump to content

Photons

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Photons

  1. Hi have you had a chance to fix this or maybe just the code for ground target spider web?
  2. Hello guys, do you know where can i download the rnd,gsw of this map 1@infi and maybe other renewal maps? Because i am missing some thank you.
  3. Already fixed thanks, I should have use s1 and p1 for user and password not the sql username and password that I have made. Ty please close
  4. Please refer to the screenshot below. I don't know what my problem is I have used this tutorial https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/ and i don't know i have made my char and map conf the same Please help.
  5. Idk either how to do that but in case i really need that in the future i'll give you a bump!
  6. info = get_atcommandinfo_byname(atcommand_checkalias(command + 1)); if (info == NULL) { + // if (pc_get_group_level(sd) == 0) // TODO: remove or replace with proper permission + // return false; sprintf(output, msg_txt(sd,153), command); // "%s is Unknown Command." clif_displaymessage(fd, output); atcommand_get_suggestions(sd, command + 1, is_atcommand); return true; } I just edited this line in atcommand.c i just put // but the gm command still shows in public chat ex @item @recall #item
  7. Thank you for the quick response. Solved it by updating svn version to latest
  8. Please refer to the picture below. No Soul Link Soul Linked Edited: I am currently using 2012-04-18 Client Version Bump!
  9. I have recently added my new skill Greedy Parry and it is working fine. Here is my skill.db 2100,0,6,4,0,0x1,0,10,1,no,0,0x8,0,weapon,0,0x0, WS_GREEDYPARRY,Greedy Parry I have change the 12slot number into 0x8 to make it appear when soul link. But the problem is i dont know why it doesnt appear. Src modification problem i guess, but i dont know where to copy the code like when you link the alchemist, they have new skills(ALCHEMY TWILIGHT,ALCHEMY TWILIGHT I etc etc) Can you kindy please help me? T_T btw, i want to put the mod on SL_BLACKSMITH.
  10. Photons

    VIP Message

    How do I clean this one up? I want to remove the 100000 and line the rates like this Exp Rate: Drop Rate: Death Penalty: bump!
  11. How to make demonic fire damage stack for each spammed skill ??
  12. Need help Yung instacast po diba 150 dex? Pwede po bang pa help about dun kasi po gusto ko p mangyare, yung trans skill like (storm gust,dangerous soul collect, LOV) instant cast then yung 3rd job skill like jackfrost naka apply yung fixed time cast pano po ba ayusin yun.
  13. Photons

    @broadcast

    I see, thank you very much
  14. Photons

    @broadcast

    No sir i mean can i change the color of /b because it's yellow. I mean can i change it to other color like purple or red something liek that?
  15. Photons

    @broadcast

    Hello how can i change the colour of my @broadcast || /b command for example its always yellow how can i change it to other colour? Thanks in advance
  16. I can use sonic blow using any weapon, I'm using renewal but changed it to pre-re This is my skill_Require_db.txt 136,0,0,16:18:20:22:24:26:28:30:32:34,0,0,0,16,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_SONICBLOW and if i change number 16 to other number for example 10 for staff, it still uses sonic blow.
  17. Photons

    Costume

    But I only used the same script of the default one and modified on the itemdesc,itemres and itemdisplay right?
  18. Photons

    Costume

    Hello I need help about costume I successfully modified the source and Costume is running normally but I noticed one time that when i wore Costume and then wore another costume on the same slot the previous costume should be removed right? But on mine the Previous and the new equipped costume still remains. PS. The previous costume item worn are still there but it was still being worn but not seenable.
  19. Sir i was planning to, only disabled it when a player uses @afk command and @at only, can I do that? @edit You know in this line //Check if Vending (normal or @at) can i add @afk? or how can i add it in these line ( if(checkvending() >= 1 || checkchatting() == 1) { )
  20. Hello, I just want to ask about my hourly points, it's working perfectly fine and then when i add the command @afk that character is still recieving hourly points how can I disabled the hourly points for people who uses @afk? thank you.
×
×
  • Create New...