Jump to content

Hollow Ichigo

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

1170 profile views

Hollow Ichigo's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi guys, im looking for a working script for singel strip bypass fcp when you got soul linked. i already search like 2h but all scripts i find gives me errors and im not good at core scripting ? My last script i testet was this // By pass FCP when using single strip skills by 15%(requires Glistening Coat). if ( sd && tsc && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ROGUE && rand()%100 < 75 && ( skill_id == RG_STRIPWEAPON && tsc->data[SC_CP_WEAPON] || skill_id == RG_STRIPSHIELD && tsc->data[SC_CP_SHIELD] || skill_id == RG_STRIPARMOR && tsc->data[SC_CP_ARMOR] || skill_id == RG_STRIPHELM && tsc->data[SC_CP_HELM] ) ) { int item_id = 7139; // Glistening Coat int ii; ARR_FIND( 0, MAX_INVENTORY, ii, sd->inventory.u.items_inventory[ii].nameid == item_id ); if ( ii < MAX_INVENTORY ) { pc_delitem( sd, ii, 1, 0, 0, LOG_TYPE_CONSUME); switch ( skill_id ) { case RG_STRIPWEAPON: status_change_end( bl, SC_CP_WEAPON, INVALID_TIMER ); sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); break; case RG_STRIPSHIELD: status_change_end( bl, SC_CP_SHIELD, INVALID_TIMER ); sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); break; case RG_STRIPARMOR: status_change_end( bl, SC_CP_ARMOR, INVALID_TIMER ); sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); break; case RG_STRIPHELM: status_change_end( bl, SC_CP_HELM, INVALID_TIMER ); sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); break; } clif_skill_nodamage( src, bl, skill_id, skill_lv, i ); break; } } and i get this errors with it skill.cpp:7666:22: error: ‘SC_WEAPON’ was not declared in this scope sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); ^ status.hpp:3393:78: note: in definition of macro ‘sc_start’ c_start(src, bl, type, rate, val1, tick) status_change_start(src,bl,type,100*(rate),val1,0,0,0,tick,SCSTART_NONE) ^~~~ skill.cpp:7666:22: note: suggested alternative: ‘BF_WEAPON’ sc_start(NULL,bl,SC_WEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv))); ^ status.hpp:3393:78: note: in definition of macro ‘sc_start’ c_start(src, bl, type, rate, val1, tick) status_change_start(src,bl,type,100*(rate),val1,0,0,0,tick,SCSTART_NONE) ^~~~ Makefile:83: recipe for target 'obj/skill.o' failed
  2. Hi there, i got a massive lag problem when i attack a Monster. I really have no idea what could it be because my server should be strong enought. Server Data: Intel Xenon E5-2680 2,8Ghz 4GB Ram 100Mbits network connection 100GB HDD When i ping my server i got a ms from 22 it should be enought to get not this IMBA lags... See Video
  3. Hi there, my client wont change the resolution when i change it. When i change to fullscreen it work but window mode wont work. When i change it in the dinput.ini it work fine but i want the setup to work. 2018-05-30<-- Work with Setup but this client make problems with my custom items so i wont use it. 2015-10-29<-- I testet this one was everything fine but it only change when i edit the dinput.dll. Is there a way to fix this?
  4. Hi there, im not sure if this is a client or sprite problem. When in Zoom in in my Charater the sprite of the char move with he zoom ( Hard to explain because im not that good in english...) Another problem is some of my Customs move my other sprites of the charater to a wrong place that it dont looks good anymore. I made a Video to show you guys what im talking about. Do you know how to fix it? Is it maybe a .exe problem i got a newer one 2018-05-30bRagexeRE. It only happen when i zoom in if i zoom out its not like that. The first LHZ Aura looks pretty good with my Valkyrie Helm but when i change it if you look at the Valkyrie Helm it move his position. ####NOTE### I extra zoomed in with OBS for a better view.
  5. Oh. Irgendwie war mir schon klar das die sachen falsch waren =/ Also alles in den httpd/conf ordner?
  6. Alles eine recht interessante frage =/ Wurde nur von nem kollege gefragt ob ich helfen kann bei seinem Ro server er hat bissher auch nur nen FluxCP zum anmelden o.O Apache kann ich grade garnix bei mir sieht es nur so aus.. :| Hab nur in paar guids gelesen das es auf den server muss dan einen Patch Ordner stellen und sachen reinkopieren q.q Und selbst wissen über Homepages hab ich net bzw bin da recht neu Und die datein vom Thor patcher sind im Patch ordner auf dem Server.
  7. Müsste es aber eigendlich da es auf derm Server drauf is =/ Bin zu neu in dem gebiet Homepages und Patcher q.q
  8. Hier is die Confi.ini Hab bissher auch nur bissel was eingestellt damit ich testen kann ob es geht aber es geht nix =/
  9. Moin leute Bin recht neu in der Szene und bin grad dabei nen Thor Patcher hinzukriegen aber irgendwie kriegt der einfach keine verbindung zu meinem server da kommt immer die meldung "Failed to communicate with Server" :| Ich hab auch schon nach einem vernümpftigen guide gesucht aber irgendwie finde ich keinen... :| Man bräuchte echt mal nen Deutschen Guide wie man den Thor Patcher aufzieht weil ich mom voll auf dem schlauch stehe und kein wirklichen durchblick habe =/ Hoffe kann mir wer helfen
×
×
  • Create New...