Jump to content

Eternity

Members
  • Content Count

    121
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Eternity


  1.  

    is it working with rAthena also? just curios because i want to use this forum+fluxcp integration no hastle 1 access its very great and comfortable.

    @samsudin i'm willing to donate higher as long as it is 100% free bug.

    u can test it with local PC 1st.. with xampp or lampp, this is still under development . just report issue at gitlab and here :D

     

    note :

     

    39c752d7 - Fixed redirect · 

    about 17 hours ago

     by Jose Carlo Quilala

    Sure, i'll report if i found any bugs. Thank you!


  2. Maybe. just maybe. He was sealed in a tomb by his players and now he's awakened. He probably thought the year is still 2005. 

     

     

     

     

     

     

     

     

    Too soon?

    Alright, I'll walk away.

    Hahahah :D Maybe his Anubis its been 11 years sealed from Tomb. and now he his player respawn him from the Tomb.

    Egyptian Ragnarok Online?


  3.  

     

     

    Hello everyone!

     

    Just saw this topic and just gave a try to make a mapflag plugin for it.. :)

     

    //===== Description: =========================================

    //= Disable Homunculus in a certain map

    //===== Usage: ===============================================

    //= alberta <tab> mapflag <tab> nohomunc

    //============================================================

     

    Plugin Link

    sir samuel is it possible for you to convert this Bonus_Script by Cydh into Plugin?...

     

    Coffee for you  :D  :D  :D  :D 

    1zn4i9z.jpg

     

     

     

    why not use the charm plugin instead?

     

     

    >

     

    Hello everyone!

     

    Just saw this topic and just gave a try to make a mapflag plugin for it.. :)

     

    //===== Description: =========================================

    //= Disable Homunculus in a certain map

    //===== Usage: ===============================================

    //= alberta <tab> mapflag <tab> nohomunc

    //============================================================

     

    Plugin Link

    Any by chance for rAthena emulator.

     

    rathena doesn't have a plugin feature. but this could be converted to a patch, 

    Well you make .patch for rAthena please? :D


  4. Hello everyone!

     

    Just saw this topic and just gave a try to make a mapflag plugin for it.. :)

     

    //===== Description: =========================================

    //= Disable Homunculus in a certain map

    //===== Usage: ===============================================

    //= alberta <tab> mapflag <tab> nohomunc

    //============================================================

     

    Plugin Link

    Any by chance for rAthena emulator.


  5. I think the problem is related to Hercules files.

     

    There is a temporary solution for this problem that is to change the scripts of the items in the item_db file.

     

    for example, the Red Potion,

    from this Script: <" percentheal rand(45,65),0; ">

    to this Script: <" misceffect 204; percentheal rand(45,65),0; ">

     

    However, it might take you a little bit time to change the whole items, which have the same problem.

     

    thank you guys!

     

    It's Hard coded in client-side not a server side.


  6. it's no texture but a sprite (ef_snow.spr)

    and hardcoded in the client. but you can disable it with a hex editor (I use Hexedit)

    open your client with Hexedit

    find: 786D61732E727377

    replace with: 0000000000000000

     

    result:

    6a80b5bd441f48f8ae5ed505c473d098.gif

     

    @@Mysterious this should be moved to Client-Side Support

    Thanks for this, sometimes i get lag from Lutie due to snow effect :P my pc is quite old.


  7.  

    @Ridley Good script!  useful for other events and instances.

     

    Anyways, what if i will set only for an accout not global (for everyone). i will use this as for VIP.

    $@ temporarpy global account var

     

    Not sure what you want to say, but I asume you want only your VIP's to be warped?

     

    either check for normal players and exclude them (default groupID 0)

     

    		if(.active == 1 && (getgroupid() != 0)){
    
     

    or check if they have your VIP Group ID

     

    	OnInit:
    		bindatcmd "autores", strnpcinfo(0) +"::OnAtcommanda", 14, 99;
    		bindatcmd "autorescheck", strnpcinfo(0) +"::OnAtcommandb", 14, 99;
    		.vipgroup = 4; // Group ID for VIP
    		end;
    
     
    		if(.active == 1 && (getgroupid() == .vipgroup)){
    

     

     

    I'm sorry if its not clear.

    Thanks for the script post. However i want something for a specific char only not global character.


  8.  

    Is there a stable release?

    I plan to make a stable pre-release once I finish the installation stuff I've been working on. Once you have a "Stable" way to install the panel that might be a good time to release a pre-release.

    Jguy, i was wondering if there is an possible to have for rAthena or only exlusively for Herc?

    I can charge for this or we will meet at downtown or my place in Chicago i live in Jefferson Park.


  9.  

     

    @@Kubix

    I have encounter errors on latest Hercules Git Hash 93a2c73.

    I'm not sure if this error is the functions. Although i added them correctly.

    I priority the 'Return.c' before load other scripts.

     

    Script:

    W9JgUtJ.png

     

    Map Console:

     

    WkKUOK9.png

     

    PS: don't mind with the [WARNING] its not part of your script.

    I believe those ".c" files located in NPC folder should be in ".txt", and before loading those scripts don't forget to add the "statusmes.c" in plugins folder.
    Statusmes is in debug.c as you can see it. And also i added it manually in src/ instead of plugin.

    Maybe i should re arranged the format :D

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.